From ee0d1731297eae70fd5584e59a655190816ec4ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:37:58 -0600 Subject: [PATCH 1/9] 5.89.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2387ce4..b0dd190 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /knotifications-5.86.0.tar.xz /knotifications-5.87.0.tar.xz /knotifications-5.88.0.tar.xz +/knotifications-5.89.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 6a4214a..34650bf 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 1079a41..444a9d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.88.0.tar.xz) = 8a3670e9dcff696a65f495f41db1ce680fba4ca7d307b5aea4baa1626ad58132a630fe66f50d685578a9aa5cb8a9229155cc6f6c0cf414ac008de61a64cab7fd +SHA512 (knotifications-5.89.0.tar.xz) = 277c940012fe695353ea449f58e37b1a0bcc6ae4e81299b27b5ff72224618eab1751f643d152cc3a7a2d61790e83926c0a9c5e968167055ddaa3aaa246c1e7ee From 80977a14c3d3a2b2c0a78a8c577a835713d5436c Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:34:43 +0100 Subject: [PATCH 2/9] 5.90.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0dd190..8842462 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /knotifications-5.87.0.tar.xz /knotifications-5.88.0.tar.xz /knotifications-5.89.0.tar.xz +/knotifications-5.90.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 34650bf..e77bf84 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 444a9d1..405ce13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.89.0.tar.xz) = 277c940012fe695353ea449f58e37b1a0bcc6ae4e81299b27b5ff72224618eab1751f643d152cc3a7a2d61790e83926c0a9c5e968167055ddaa3aaa246c1e7ee +SHA512 (knotifications-5.90.0.tar.xz) = 86d29ff819a868e0ef86dbc35cfec93c13e59e9eeb9f46bf3328fab44c6c680fb5951a52c190c2d60234b6f2971b4784d3b583670b6ec0459d2170ca283b9585 From 0510b98deb8c6c8e17075f4a044f912b6a90ba7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:40:46 +0000 Subject: [PATCH 3/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 e77bf84..afc651c 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 23559390bb2292e1dc00059ffd23e636dc2b3421 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:32:05 -0600 Subject: [PATCH 4/9] 5.91.0 --- .gitignore | 1 + kf5-knotifications.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8842462..0a5d693 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /knotifications-5.88.0.tar.xz /knotifications-5.89.0.tar.xz /knotifications-5.90.0.tar.xz +/knotifications-5.91.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index afc651c..c02d3b2 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications License: LGPLv2+ @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 405ce13..1647dba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.90.0.tar.xz) = 86d29ff819a868e0ef86dbc35cfec93c13e59e9eeb9f46bf3328fab44c6c680fb5951a52c190c2d60234b6f2971b4784d3b583670b6ec0459d2170ca283b9585 +SHA512 (knotifications-5.91.0.tar.xz) = e5d2bfe468e080080c754f632e75d85999d487071b73ecfb511ea26ad6a1dfd0b333f6fededab82a53a70fbeb33c05c5623ae286670408544134e591bc01cc96 From decc4f1f8fc01a359bd531c803cf938659f255f5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:09:17 -0600 Subject: [PATCH 5/9] update %%files --- kf5-knotifications.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index c02d3b2..2535b66 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -108,7 +108,7 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %{_kf5_qmldir}/org/kde/notification/ %files devel -%{_kf5_includedir}/knotifications_version.h + %{_kf5_includedir}/KNotifications/ %{_kf5_libdir}/libKF5Notifications.so %{_kf5_libdir}/cmake/KF5Notifications/ From 54c9d0a26016363cb684752bc5126b63d494da26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:06:18 -0600 Subject: [PATCH 6/9] 5.92.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a5d693..63d07fc 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /knotifications-5.89.0.tar.xz /knotifications-5.90.0.tar.xz /knotifications-5.91.0.tar.xz +/knotifications-5.92.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 2535b66..fc3670d 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index 1647dba..fcd9d35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.91.0.tar.xz) = e5d2bfe468e080080c754f632e75d85999d487071b73ecfb511ea26ad6a1dfd0b333f6fededab82a53a70fbeb33c05c5623ae286670408544134e591bc01cc96 +SHA512 (knotifications-5.92.0.tar.xz) = 7dd5f6b798ebe5741284a5334b9056ce47f0b2a8a44b7d7e8e13de674fe77ddac85447491ece9a0ad6924f1a4dd7be72d80c39225fa1e674715ca103b48d10fd From 1d4e068e7f57046a522fb72396801a106c807658 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:28:17 +0930 Subject: [PATCH 7/9] Update to 5.93 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63d07fc..c3582ae 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /knotifications-5.90.0.tar.xz /knotifications-5.91.0.tar.xz /knotifications-5.92.0.tar.xz +./knotifications-5.93.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index fc3670d..9927f31 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index fcd9d35..1b41617 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (knotifications-5.92.0.tar.xz) = 7dd5f6b798ebe5741284a5334b9056ce47f0b2a8a44b7d7e8e13de674fe77ddac85447491ece9a0ad6924f1a4dd7be72d80c39225fa1e674715ca103b48d10fd +SHA512 (knotifications-5.93.0.tar.xz) = 210997189b06b021d35037b0ee0782cbf9b0f2ad5c7e91748af9a88a3146ef204f3c157b7274d0d454654523de719725263d3f4465cd7fd90afbca7774c68493 From f659f6de2e20bf1848739a1edd7eacd875068849 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:21:35 -0500 Subject: [PATCH 8/9] 5.94.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3582ae..a913287 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /knotifications-5.91.0.tar.xz /knotifications-5.92.0.tar.xz ./knotifications-5.93.tar.xz +/knotifications-5.94.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 9927f31..9e730f5 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 1b41617..3bde637 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (knotifications-5.92.0.tar.xz) = 7dd5f6b798ebe5741284a5334b9056ce47f0b2a8a44b7d7e8e13de674fe77ddac85447491ece9a0ad6924f1a4dd7be72d80c39225fa1e674715ca103b48d10fd -SHA512 (knotifications-5.93.0.tar.xz) = 210997189b06b021d35037b0ee0782cbf9b0f2ad5c7e91748af9a88a3146ef204f3c157b7274d0d454654523de719725263d3f4465cd7fd90afbca7774c68493 +SHA512 (knotifications-5.94.0.tar.xz) = e77886ae03b1a59d9da74a83b7945cb9e7a60992f31607d0ed545418cb384641fac8b8a6ce431c8ad5c0c57d939dab66a52a48febf2624602d4e3a6eaa3475cc From 33f7ffd30cb170ffb2390bb749cb1d09efc05444 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 9/9] 5.96.0 --- .gitignore | 1 + kf5-knotifications.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a913287..8667398 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /knotifications-5.92.0.tar.xz ./knotifications-5.93.tar.xz /knotifications-5.94.0.tar.xz +/knotifications-5.96.0.tar.xz diff --git a/kf5-knotifications.spec b/kf5-knotifications.spec index 9e730f5..8efc029 100644 --- a/kf5-knotifications.spec +++ b/kf5-knotifications.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 solution with abstraction for system notifications @@ -117,6 +117,9 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" | %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index 3bde637..f3ba1b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (knotifications-5.94.0.tar.xz) = e77886ae03b1a59d9da74a83b7945cb9e7a60992f31607d0ed545418cb384641fac8b8a6ce431c8ad5c0c57d939dab66a52a48febf2624602d4e3a6eaa3475cc +SHA512 (knotifications-5.96.0.tar.xz) = a38af9f7fb2d472589846e0b62ee56865f229662167bfc09b7e85ae18619fe67a71f06c4ddfc8da81093736810ba5db82ac91b5fd40bbb88357ff647d91746e9