From 1fcb7f79828f4e2f0d4b7a63b4a49a2ea74dda48 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:41:22 -0600 Subject: [PATCH 01/11] 5.89.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35e7ed0..7030d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kwallet-5.86.0.tar.xz /kwallet-5.87.0.tar.xz /kwallet-5.88.0.tar.xz +/kwallet-5.89.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ac52f53..f55d9a5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 63d1e00..e7a811c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.88.0.tar.xz) = ad12f9d9162181962006b6f51fde52344de15e384bb69e9c48fc376625175a3a3aafd9093f3cdaa5d99735c9fc88954c16353b14c0d4499e488008307918b847 +SHA512 (kwallet-5.89.0.tar.xz) = 568e9de2045feeb1fbd5bd20deb870f806bd322449f06e1c006effd7da3c311d9856176d677b6684da7f24692eca45b33ececc08892813e494ecc54fe4044b03 From 23028166d073ddfb9c08614d4be2745f4ea75f0f Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:36:28 +0100 Subject: [PATCH 02/11] 5.90.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7030d7f..28b5293 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kwallet-5.87.0.tar.xz /kwallet-5.88.0.tar.xz /kwallet-5.89.0.tar.xz +/kwallet-5.90.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index f55d9a5..232deb1 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 e7a811c..7e6309c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.89.0.tar.xz) = 568e9de2045feeb1fbd5bd20deb870f806bd322449f06e1c006effd7da3c311d9856176d677b6684da7f24692eca45b33ececc08892813e494ecc54fe4044b03 +SHA512 (kwallet-5.90.0.tar.xz) = aa8aa252477881c17abfa266fbf8c928c557bc0cedae123e8290a76bc51ed8c2f0f816fc2f4aba9546ce7c776d0080319faf83567fd38cec022022d0c0982af8 From b0dc12be1b9268637d813e1e2d69f44e8b8a3f42 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 11:57:02 +0100 Subject: [PATCH 03/11] fix: use new kwalletd5.notifyrc file name --- kf5-kwallet.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 232deb1..4188b6a 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -111,7 +111,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_bindir}/kwalletd5 %{_kf5_datadir}/kservices5/kwalletd5.desktop -%{_kf5_datadir}/knotifications5/kwalletd.notifyrc +%{_kf5_datadir}/knotifications5/kwalletd5.notifyrc %{_kf5_bindir}/kwallet-query %{_mandir}/man1/kwallet-query.1* @@ -134,6 +134,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 +- Fix kwalletd5.notifyrc file name * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 From 78a1d402bc5dd3cb6bccd5453a1aca44ac81765f Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 12:07:47 +0100 Subject: [PATCH 04/11] fix: add missing org.kde.kwalletd5.desktop file --- kf5-kwallet.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 4188b6a..2c151a2 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -111,6 +111,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_bindir}/kwalletd5 %{_kf5_datadir}/kservices5/kwalletd5.desktop +%{_kf5_datadir}/applications/org.kde.kwalletd5.desktop %{_kf5_datadir}/knotifications5/kwalletd5.notifyrc %{_kf5_bindir}/kwallet-query %{_mandir}/man1/kwallet-query.1* @@ -135,6 +136,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 - Fix kwalletd5.notifyrc file name +- Add missing org.kde.kwalletd5.desktop file * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 From 21717b0edd5747e2a7e28efb3f5ce55ed2ddb176 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:43:52 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwallet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 2c151a2..ed5686f 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 - Fix kwalletd5.notifyrc file name From 08d6c0f22c0f317e5d4941ca81efde9708bfe379 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:35:44 -0600 Subject: [PATCH 06/11] 5.91.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28b5293..2c228fa 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kwallet-5.88.0.tar.xz /kwallet-5.89.0.tar.xz /kwallet-5.90.0.tar.xz +/kwallet-5.91.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ed5686f..6b7b646 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 7e6309c..f6358ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.90.0.tar.xz) = aa8aa252477881c17abfa266fbf8c928c557bc0cedae123e8290a76bc51ed8c2f0f816fc2f4aba9546ce7c776d0080319faf83567fd38cec022022d0c0982af8 +SHA512 (kwallet-5.91.0.tar.xz) = 9de1bf99a7772a37f85af6325c4267b42849f1044b4bb536ad5afc979c916d4cc04a8a9b7329f6731d1833ed792a5d772389f470e44637132f6c206a6388bba8 From fcd919c4d4ad6640f918c9cf327811245be05478 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:10:42 -0600 Subject: [PATCH 07/11] update %%files --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6b7b646..d6d0b06 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -124,7 +124,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files devel %{_kf5_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml -%{_kf5_includedir}/kwallet_version.h + %{_kf5_includedir}/KWallet/ %{_kf5_libdir}/cmake/KF5Wallet/ %{_kf5_libdir}/libKF5Wallet.so From 2005fdd76e32549abc70d88f4bc1bdeadc111a16 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:10:07 -0600 Subject: [PATCH 08/11] 5.92.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2c228fa..d96999f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kwallet-5.89.0.tar.xz /kwallet-5.90.0.tar.xz /kwallet-5.91.0.tar.xz +/kwallet-5.92.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d6d0b06..d9bf203 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 f6358ff..a4c34c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.91.0.tar.xz) = 9de1bf99a7772a37f85af6325c4267b42849f1044b4bb536ad5afc979c916d4cc04a8a9b7329f6731d1833ed792a5d772389f470e44637132f6c206a6388bba8 +SHA512 (kwallet-5.92.0.tar.xz) = db65cf0e40a758129122e8320b1971e35de5e7a9b65248937e5b3c65063515ce3520ea2f32eb363d138d9c53afae39e2f86618ac318fb19d099a5fa38ac18c6a From 8da26d5a0d34e2f7cfa117bdba02268d7437bd24 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:30:37 +0930 Subject: [PATCH 09/11] Update to 5.93 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d96999f..d4620b1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kwallet-5.90.0.tar.xz /kwallet-5.91.0.tar.xz /kwallet-5.92.0.tar.xz +./kwallet-5.93.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index d9bf203..fb33137 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 a4c34c2..ac657dc 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kwallet-5.92.0.tar.xz) = db65cf0e40a758129122e8320b1971e35de5e7a9b65248937e5b3c65063515ce3520ea2f32eb363d138d9c53afae39e2f86618ac318fb19d099a5fa38ac18c6a +SHA512 (kwallet-5.93.0.tar.xz) = 925a8ddb10b8c77761b8e34198b3c25d69fd2579adae2ab11ad35ea1cfc810049aac415e873df08ff3caec0a32f09566fdc746105a2fc7a3d09bf1caa495e178 From f329cd1f23aa04ec24d8c6a904fbec7f2346c2f5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:25:25 -0500 Subject: [PATCH 10/11] 5.94.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d4620b1..a753791 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kwallet-5.91.0.tar.xz /kwallet-5.92.0.tar.xz ./kwallet-5.93.tar.xz +/kwallet-5.94.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index fb33137..808c85f 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 ac657dc..cf6ddbd 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kwallet-5.92.0.tar.xz) = db65cf0e40a758129122e8320b1971e35de5e7a9b65248937e5b3c65063515ce3520ea2f32eb363d138d9c53afae39e2f86618ac318fb19d099a5fa38ac18c6a -SHA512 (kwallet-5.93.0.tar.xz) = 925a8ddb10b8c77761b8e34198b3c25d69fd2579adae2ab11ad35ea1cfc810049aac415e873df08ff3caec0a32f09566fdc746105a2fc7a3d09bf1caa495e178 +SHA512 (kwallet-5.94.0.tar.xz) = 9cb0105413d983bf89819f60fc36182cbb59737be316ce52262fe68f388dc1262dfb404ef0703af48ec75bd869985829f67b58f433f6b366ef780ad553ee9638 From 54840459a68a96a797e81ac50e1a5e7f73216080 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 11/11] 5.96.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a753791..f61b570 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kwallet-5.92.0.tar.xz ./kwallet-5.93.tar.xz /kwallet-5.94.0.tar.xz +/kwallet-5.96.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 808c85f..8272b17 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 cf6ddbd..cadeff3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.94.0.tar.xz) = 9cb0105413d983bf89819f60fc36182cbb59737be316ce52262fe68f388dc1262dfb404ef0703af48ec75bd869985829f67b58f433f6b366ef780ad553ee9638 +SHA512 (kwallet-5.96.0.tar.xz) = ce84bcf07e6e053075960132d27cc1e709327433d61ff25cef34b886ec6ed885fd5a0d1c5cf3b74694698006b8d3ce231f7c132ecd12acd2c9f05e81e5d488f7