From 9a74368ef5cb4f951d6d5d9e110626980182aa62 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 24 Aug 2022 08:41:17 +0000 Subject: [PATCH] =?UTF-8?q?!97=203.1.5-5=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=20*=203155=20*=20update=20debian/changelog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 7 +++++++ src/main.cpp | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd87366..ecbbc13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +spark-store (3.1.5-5) stable; urgency=medium + +* 从所有镜像源中选取最快镜像源高速下载 + +-- shenmo Fri, 30 Jan 2022 00:00:00 +0800 + + spark-store (3.1.5-4) stable; urgency=medium * 更改ss-apt-fast策略,现在只会在update,ssupdate和没有检测到配置文件的时候更新配置文件 diff --git a/src/main.cpp b/src/main.cpp index 044cc9d..c5f60c1 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-4")); + dialog.setVersion(DApplication::buildVersion("Version 3.1.5-5")); 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-4")); + a.setApplicationVersion(DApplication::buildVersion("3.1.5-5")); a.setApplicationAcknowledgementPage("https://gitee.com/deepin-community-store/spark-store"); a.setApplicationDescription( QObject::tr(