From e6d3b035db6a7052d4d5b4ad590855b5ceb7421e Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 9 Aug 2022 19:26:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20?= =?UTF-8?q?=20debian/spark-store.prerm=20=09=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=9A=20=20=20tool/apt-fast-conf/sources.list.d/.keep=20=09?= =?UTF-8?q?=E5=88=A0=E9=99=A4=EF=BC=9A=20=20=20=20=20tool/apt-fast-conf/so?= =?UTF-8?q?urces.list.d/sparkstore.list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/spark-store.prerm | 1 + tool/apt-fast-conf/sources.list.d/.keep | 0 tool/apt-fast-conf/sources.list.d/sparkstore.list | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tool/apt-fast-conf/sources.list.d/.keep delete mode 100644 tool/apt-fast-conf/sources.list.d/sparkstore.list diff --git a/debian/spark-store.prerm b/debian/spark-store.prerm index a71edca..6998d1a 100755 --- a/debian/spark-store.prerm +++ b/debian/spark-store.prerm @@ -8,6 +8,7 @@ rm /usr/local/bin/ussinstall rm /usr/local/bin/ussremove rm /usr/local/bin/ss-apt-fast + # Remove residual symbol links to stop upgrade detect if exist if [ -f /etc/xdg/autostart/spark-update-notifier.desktop ];then rm /etc/xdg/autostart/spark-update-notifier.desktop diff --git a/tool/apt-fast-conf/sources.list.d/.keep b/tool/apt-fast-conf/sources.list.d/.keep new file mode 100644 index 0000000..e69de29 diff --git a/tool/apt-fast-conf/sources.list.d/sparkstore.list b/tool/apt-fast-conf/sources.list.d/sparkstore.list deleted file mode 100644 index 0563772..0000000 --- a/tool/apt-fast-conf/sources.list.d/sparkstore.list +++ /dev/null @@ -1 +0,0 @@ -deb [by-hash=force] https://d.store.deepinos.org.cn / From bda0426a3b483a7aac5201efac0510d244bb38ed Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 18 Aug 2022 09:12:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?changelog=E5=92=8C=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 8 ++++++++ src/main.cpp | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 624b891..86d8906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +spark-store (3.1.5-2) stable; urgency=medium + + * 下载软件时跳过获取大小,修复部分软件无法下载的问题 + + + +-- shenmo Fri, 30 Jan 2022 00:00:00 +0800 + spark-store (3.1.5-1) stable; urgency=medium * 改变更新策略,UOS也下载加速,但是安装不加速 diff --git a/src/main.cpp b/src/main.cpp index be581da..6b31ec6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) DAboutDialog dialog; a.setAboutDialog(&dialog); dialog.setLicense(QObject::tr("We publish this program under GPL V3")); - dialog.setVersion(DApplication::buildVersion("Version 3.1.5-1")); + dialog.setVersion(DApplication::buildVersion("Version 3.1.5-2")); dialog.setProductIcon(QIcon::fromTheme("spark-store")); // 设置Logo dialog.setProductName(QLabel::tr("Spark Store")); dialog.setDescription( @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) a.setOrganizationName("spark-union"); a.setOrganizationDomain("https://www.deepinos.org/"); a.setApplicationName("Spark Store"); //不需要翻译,否则 ~/.local/share/ 下文件夹名称也被翻译为中文 - a.setApplicationVersion(DApplication::buildVersion("3.1.5-1")); + a.setApplicationVersion(DApplication::buildVersion("3.1.5-2")); a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store"); a.setApplicationDescription( QObject::tr(