From 7dc1dbb03c2ea247654e6c1a5411a058090c4e8b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:14:59 -0500 Subject: [PATCH 01/12] 5.60.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca9e818..dab87b9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /knotifications-5.57.0.tar.xz /knotifications-5.58.0.tar.xz /knotifications-5.59.0.tar.xz +/knotifications-5.60.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 1d3b449..612acca 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index e314525..77acbf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.59.0.tar.xz) = d84ea9047a3b41ff8bbaa7eb838e5ce5f7ca694bfee4c67505bcf08b06a5e00b387047c7229b32ea52acf503e67aae4ec20496ce3f04bcbc423063acfb21dd3a +SHA512 (knotifications-5.60.0.tar.xz) = a386f90313a514f629b6af47a30f6b4d2ef10f079ff9f5f5f92094c627c09632ffffd5c1bc75109f4484f4d2fdd42825a3c713d59327196902ebb5d77ebea7fa From b42ada3c6601bd45a1595246c72be7b7a5cfef9e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:37:07 +0000 Subject: [PATCH 02/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-knotifications.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 612acca..8efe56e 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From 1be27a383773070535354f0909b00541edc3276a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 15:58:18 -0500 Subject: [PATCH 03/12] update %%files --- kf5-knotifications.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 8efe56e..291c5f8 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -103,7 +103,7 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %files -f knotifications5_qt.lang %doc README.md %license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Notifications.so.* %{_kf5_datadir}/kservicetypes5/knotificationplugin.desktop %{_kf5_datadir}/knotifications5/ From 5b84643c1f68245117c25bd85ff651096cadd3cf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:06:55 -0500 Subject: [PATCH 04/12] 5.61.0 --- .gitignore | 1 + kf5-knotifications.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dab87b9..6843cfa 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /knotifications-5.58.0.tar.xz /knotifications-5.59.0.tar.xz /knotifications-5.60.0.tar.xz +/knotifications-5.61.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 291c5f8..59d08c7 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 77acbf4..9c3f34b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.60.0.tar.xz) = a386f90313a514f629b6af47a30f6b4d2ef10f079ff9f5f5f92094c627c09632ffffd5c1bc75109f4484f4d2fdd42825a3c713d59327196902ebb5d77ebea7fa +SHA512 (knotifications-5.61.0.tar.xz) = b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851 From 288d6c51c697ced4f7d907e405bd2ba0c0e6cccb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:40:31 -0500 Subject: [PATCH 05/12] 5.62.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6843cfa..cc9805e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /knotifications-5.59.0.tar.xz /knotifications-5.60.0.tar.xz /knotifications-5.61.0.tar.xz +/knotifications-5.62.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 59d08c7..6374682 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index 9c3f34b..7af0649 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.61.0.tar.xz) = b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851 +SHA512 (knotifications-5.62.0.tar.xz) = 498d03fa2dc90299c94245a7a16a1e22e9fed1e8134d2928e0788a33bebb3f0f025ce270351ce1b31eb817c32c46a187a8daeccea1dfc8ce7d92cd6bff40c1db From ab03c23d6e226162c1b6afb77b9107693372145b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:37:22 -0500 Subject: [PATCH 06/12] 5.63.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc9805e..28e6f08 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /knotifications-5.60.0.tar.xz /knotifications-5.61.0.tar.xz /knotifications-5.62.0.tar.xz +/knotifications-5.63.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 6374682..828c538 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index 7af0649..ec6f104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.62.0.tar.xz) = 498d03fa2dc90299c94245a7a16a1e22e9fed1e8134d2928e0788a33bebb3f0f025ce270351ce1b31eb817c32c46a187a8daeccea1dfc8ce7d92cd6bff40c1db +SHA512 (knotifications-5.63.0.tar.xz) = d68e11318773edb70d27315de20a1bf9c9928e96756a58e42e763c4dce6a7de069b82044b7c5cfc2d23abc9184b226d66a2d339adf844638a7f4d7f91aa4b5f8 From 0e34b55471ffd85b8300d9418a93a82b9aad89ba Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:31:34 -0600 Subject: [PATCH 07/12] 5.64.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 28e6f08..12936f0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /knotifications-5.61.0.tar.xz /knotifications-5.62.0.tar.xz /knotifications-5.63.0.tar.xz +/knotifications-5.64.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 828c538..57cea6d 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index ec6f104..c1e5390 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.63.0.tar.xz) = d68e11318773edb70d27315de20a1bf9c9928e96756a58e42e763c4dce6a7de069b82044b7c5cfc2d23abc9184b226d66a2d339adf844638a7f4d7f91aa4b5f8 +SHA512 (knotifications-5.64.0.tar.xz) = 3d2b5a4313e25efcbc8de93227efb9ad3d033640b347054ce8526a638c753bbba6d86e94bde9a5b110b34af8ace5af10a161532472eb8649a5d61028c7702f29 From 4559db96bfc04a46fe4f2650a45b491b6ca490c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:13:07 -0600 Subject: [PATCH 08/12] 5.65.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 12936f0..1b063a9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /knotifications-5.62.0.tar.xz /knotifications-5.63.0.tar.xz /knotifications-5.64.0.tar.xz +/knotifications-5.65.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 57cea6d..26c18ae 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index c1e5390..386b306 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.64.0.tar.xz) = 3d2b5a4313e25efcbc8de93227efb9ad3d033640b347054ce8526a638c753bbba6d86e94bde9a5b110b34af8ace5af10a161532472eb8649a5d61028c7702f29 +SHA512 (knotifications-5.65.0.tar.xz) = 36b314546a0591df7e2c9d9b3870e3faefc86feac01f4d95924b4e721714ec1934592aa14948265230f0972cd523bee245637e17964faac5035382c45d6ed44f From 4f52b253a3345d497c7d631ef899ae87a7d932c4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:17:14 -0600 Subject: [PATCH 09/12] 5.66.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b063a9..b718527 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /knotifications-5.63.0.tar.xz /knotifications-5.64.0.tar.xz /knotifications-5.65.0.tar.xz +/knotifications-5.66.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 26c18ae..97dc2ef 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index 386b306..19149dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.65.0.tar.xz) = 36b314546a0591df7e2c9d9b3870e3faefc86feac01f4d95924b4e721714ec1934592aa14948265230f0972cd523bee245637e17964faac5035382c45d6ed44f +SHA512 (knotifications-5.66.0.tar.xz) = f5a2f809204e87714577e24dc6a9e5d8556bab4a19a491b6dd45ef62f379861e6a2bcba9e023ab60a004f574cf8ec41a3c4764e301cfd085d4eb90c1d7561ec1 From 0d4efa1ee34c40c37c19c1b4711928168a5b6a76 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:16:58 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-knotifications.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 97dc2ef..5f33903 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From b15f05a9880550f168bbe0766cd3a00a7facd620 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:07:13 -0600 Subject: [PATCH 11/12] 5.67.0 --- .gitignore | 1 + kf5-knotifications.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b718527..89bdfc9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /knotifications-5.64.0.tar.xz /knotifications-5.65.0.tar.xz /knotifications-5.66.0.tar.xz +/knotifications-5.67.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 5f33903..661ed8e 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Mon Feb 03 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 19149dc..6083887 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.66.0.tar.xz) = f5a2f809204e87714577e24dc6a9e5d8556bab4a19a491b6dd45ef62f379861e6a2bcba9e023ab60a004f574cf8ec41a3c4764e301cfd085d4eb90c1d7561ec1 +SHA512 (knotifications-5.67.0.tar.xz) = 3ee74f84d8157142e943b348d12601ada8c5741026098abddd1433379753352b7f775d2382f02f7b1d8c8ef3387a3a23a3eecc80826718b5ff07946d5925e300 From b3f1fc2b3b7efc364369d73611e865d556475b67 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:13:47 -0500 Subject: [PATCH 12/12] 5.68.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89bdfc9..be21dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /knotifications-5.65.0.tar.xz /knotifications-5.66.0.tar.xz /knotifications-5.67.0.tar.xz +/knotifications-5.68.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 661ed8e..a45ab33 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -118,6 +118,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Mon Feb 03 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index 6083887..6e67020 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.67.0.tar.xz) = 3ee74f84d8157142e943b348d12601ada8c5741026098abddd1433379753352b7f775d2382f02f7b1d8c8ef3387a3a23a3eecc80826718b5ff07946d5925e300 +SHA512 (knotifications-5.68.0.tar.xz) = 301b300a6da4631d49c1e0004938872091c857bfbf312ab85aaa8f0ce3ce28425cbcdfa380a7ed46211d6e95776ea91cf9fd2a5521add05d5956de5e97f3958e