diff --git a/0009-add-changelog-for-1.0.1.patch b/0009-add-changelog-for-1.0.1.patch new file mode 100644 index 0000000..6ace721 --- /dev/null +++ b/0009-add-changelog-for-1.0.1.patch @@ -0,0 +1,26 @@ +From 358f633f51ae1264d56752475cb29921a5613013 Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Mon, 11 Jul 2022 15:28:12 +0800 +Subject: [PATCH] add changelog for 1.0.1 + +--- + debian/changelog | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/debian/changelog b/debian/changelog +index 8a949fb..cd74632 100755 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,9 @@ ++kylin-screenshot (1.0.1-1) focal; urgency=medium ++ ++ * New upstream release. ++ ++ -- handsome_feng Thu, 17 Jun 2021 20:05:52 +0800 ++ + kylin-screenshot (1.0.0-1) unstable; urgency=medium + + * Initial release. (Closes: #969417) +-- +2.33.0 + diff --git a/kylin-screenshot.spec b/kylin-screenshot.spec index b305a57..f757812 100644 --- a/kylin-screenshot.spec +++ b/kylin-screenshot.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: kylin-screenshot Version: 1.0.0 -Release: 12 +Release: 13 Summary: a powerful screenshot and screen recording tool License: GPL-3.0-or-later and LGPL-3.0-or-later and MIT and Apache-2.0 URL: https://github.com/ubuntukylin @@ -36,6 +36,8 @@ patch5: 0005-fixed-wayland-cannot-screenshot-top-widget.patch patch6: 0006-change-markertool-opacity.patch patch7: 0007-change-text-property-in-time.patch patch8: 0008-change-notify-information-about-application-name.patch +patch9: 0009-add-changelog-for-1.0.1.patch + %description Powerful yet simple-to-use screenshot software @@ -55,6 +57,7 @@ patch8: 0008-change-notify-information-about-application-name.patch %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build %{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default kylin-screenshot.pro @@ -105,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/metainfo/kylinscreenshot.appdata.xml %changelog +* Mon Jul 11 2022 peijiankang - 1.0.0-13 +- add changelog for 1.0.1 + * Wed Jun 29 2022 peijiankang - 1.0.0-12 - change notify information about application name