From 28d5837b006c0a6b2373eb1cb85289de471d19ca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:19:45 -0500 Subject: [PATCH 01/13] 5.60.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c96ac8..8986861 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kwallet-5.57.0.tar.xz /kwallet-5.58.0.tar.xz /kwallet-5.59.0.tar.xz +/kwallet-5.60.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6e26942..d19db50 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 e2b5fb1..2f7bf48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.59.0.tar.xz) = 5f7094c914ad37c634758826d878f5cc204e853722d2555e20ff4f8fb5471311d1ad43d3aad5ca05df0e7b60b6febc243f4205d9c68919d62cbe2f0e9d4f2d04 +SHA512 (kwallet-5.60.0.tar.xz) = 8e0d1dbf9d54deaffd1d06394f0e609e4a2dadc12f3aa92f181949bca9a37b48e70414674aef5287576d986d27f58940157d618dd3f8ec24a7a003a3c31d3858 From 44dd2fd822e5589b3692bc6fcc5dbd8c2e959cc9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:40:18 +0000 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_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 d19db50..6f8ca82 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 30e9042e4cd7bf569bcf2b1d1bbdf9913781ec22 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 15:59:01 -0500 Subject: [PATCH 03/13] update %%files --- kf5-kwallet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6f8ca82..cf9ef77 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -109,7 +109,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files -f %{name}.lang %doc README.md %license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}* +%{_kf5_datadir}/qlogging-categories5/%{framework}* %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 From a372ad634bd1410030df217d87e57ed507d5e0d3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:11:11 -0500 Subject: [PATCH 04/13] 5.61.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8986861..d43ca74 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwallet-5.58.0.tar.xz /kwallet-5.59.0.tar.xz /kwallet-5.60.0.tar.xz +/kwallet-5.61.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index cf9ef77..ee0e971 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 2f7bf48..dc24d84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.60.0.tar.xz) = 8e0d1dbf9d54deaffd1d06394f0e609e4a2dadc12f3aa92f181949bca9a37b48e70414674aef5287576d986d27f58940157d618dd3f8ec24a7a003a3c31d3858 +SHA512 (kwallet-5.61.0.tar.xz) = f793748e70d27e243e348d206d85d12df0ee937b75fb6ff3366b7f7350d7948043620975c5815c15e55c6fb20e8972a9bc6556caccde0594f5ed720916af0653 From c05e49f0536232d9db54c7f9198fbee8cc4459ed Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 15 Aug 2019 08:31:21 -0500 Subject: [PATCH 05/13] update %%files --- kf5-kwallet.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index ee0e971..6438a46 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -111,7 +111,6 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %license COPYING.LIB %{_kf5_datadir}/qlogging-categories5/%{framework}* %{_kf5_datadir}/dbus-1/services/org.kde.kwalletd5.service -%{_kf5_datadir}/dbus-1/services/org.kde.kwalletd.service %{_kf5_bindir}/kwalletd5 %{_kf5_datadir}/kservices5/kwalletd5.desktop %{_kf5_datadir}/knotifications5/kwalletd.notifyrc From db6d8dcd9f04a55071e9d239e435966d32f98c54 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:44:35 -0500 Subject: [PATCH 06/13] 5.62.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d43ca74..7a21d79 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwallet-5.59.0.tar.xz /kwallet-5.60.0.tar.xz /kwallet-5.61.0.tar.xz +/kwallet-5.62.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 6438a46..0034598 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 dc24d84..73b37af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.61.0.tar.xz) = f793748e70d27e243e348d206d85d12df0ee937b75fb6ff3366b7f7350d7948043620975c5815c15e55c6fb20e8972a9bc6556caccde0594f5ed720916af0653 +SHA512 (kwallet-5.62.0.tar.xz) = f5f547c8fc9a9d0b7789b5da140ed96f27ea39ac0e6b76cec98390484d98b36cde311b9e3fcf60dd2e717c62a68f89d6ba1327d6079838a0667380ec697ffd63 From 8f7c40436b5636573df54cdc969d7a2a9de88893 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:41:10 -0500 Subject: [PATCH 07/13] 5.63.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a21d79..e9537e7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwallet-5.60.0.tar.xz /kwallet-5.61.0.tar.xz /kwallet-5.62.0.tar.xz +/kwallet-5.63.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 0034598..152c7f5 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 73b37af..8c81e8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.62.0.tar.xz) = f5f547c8fc9a9d0b7789b5da140ed96f27ea39ac0e6b76cec98390484d98b36cde311b9e3fcf60dd2e717c62a68f89d6ba1327d6079838a0667380ec697ffd63 +SHA512 (kwallet-5.63.0.tar.xz) = 1e78dd721bc1b411f06fa8fee707b0995287618302ac87e10823a6356304ee17394b818472bb5c850ae2931119d619e0ddb720db0c4e97b38f58899e80a4623d From c2953bd948429ed172f250b911b8c7fd13c87770 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:35:15 -0600 Subject: [PATCH 08/13] 5.64.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e9537e7..5269a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwallet-5.61.0.tar.xz /kwallet-5.62.0.tar.xz /kwallet-5.63.0.tar.xz +/kwallet-5.64.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 152c7f5..2e02485 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 8c81e8e..68c1a87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.63.0.tar.xz) = 1e78dd721bc1b411f06fa8fee707b0995287618302ac87e10823a6356304ee17394b818472bb5c850ae2931119d619e0ddb720db0c4e97b38f58899e80a4623d +SHA512 (kwallet-5.64.0.tar.xz) = 78a4f2b5587f6bbdbc4b6473083246c6b9f68b4e47093d5061cee1c91b855b1822bdc72437dc25259728ce8cff3d8849d4b343d2fc3921cd05beac1c00159d6d From c56a44ea2ce3034eec1cc3a95b17b192b24ca09c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:16:55 -0600 Subject: [PATCH 09/13] 5.65.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5269a0a..cde924b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kwallet-5.62.0.tar.xz /kwallet-5.63.0.tar.xz /kwallet-5.64.0.tar.xz +/kwallet-5.65.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 2e02485..111cccf 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 68c1a87..81349fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.64.0.tar.xz) = 78a4f2b5587f6bbdbc4b6473083246c6b9f68b4e47093d5061cee1c91b855b1822bdc72437dc25259728ce8cff3d8849d4b343d2fc3921cd05beac1c00159d6d +SHA512 (kwallet-5.65.0.tar.xz) = a73f5934cb63d306207540ff05ad4583353a98aeb59e3b8a0e94a7d0934511e4fe943b6761555c3105f8950b20e4143d484c8a5c068822327077cad6fec7fd90 From 1b2549b5ce0936b9430d5627943b5dd0875afa5e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:21:11 -0600 Subject: [PATCH 10/13] 5.66.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cde924b..dc98e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kwallet-5.63.0.tar.xz /kwallet-5.64.0.tar.xz /kwallet-5.65.0.tar.xz +/kwallet-5.66.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 111cccf..4ccbef7 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 81349fd..5369716 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.65.0.tar.xz) = a73f5934cb63d306207540ff05ad4583353a98aeb59e3b8a0e94a7d0934511e4fe943b6761555c3105f8950b20e4143d484c8a5c068822327077cad6fec7fd90 +SHA512 (kwallet-5.66.0.tar.xz) = 7a1513ca64e0532d8a2ad73118a365b50dddf9751c13d7bb889db1683a08ae05d655fab15dc1496398eb650dde27c36796c76a19eb6e25c9397d13ca86a55f3b From b5ceb000d0ac484e84597e3d858e9f57fbadf2b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:20:51 +0000 Subject: [PATCH 11/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_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 4ccbef7..c8afdbe 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 solution for password management License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 67f2f780aa628ebc275c31fb3a90fdb63fa6b945 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:12:04 -0600 Subject: [PATCH 12/13] 5.67.0 --- .gitignore | 1 + kf5-kwallet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc98e9e..79abbb0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kwallet-5.64.0.tar.xz /kwallet-5.65.0.tar.xz /kwallet-5.66.0.tar.xz +/kwallet-5.67.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index c8afdbe..210b5ab 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 5369716..1a8a8be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.66.0.tar.xz) = 7a1513ca64e0532d8a2ad73118a365b50dddf9751c13d7bb889db1683a08ae05d655fab15dc1496398eb650dde27c36796c76a19eb6e25c9397d13ca86a55f3b +SHA512 (kwallet-5.67.0.tar.xz) = d71f29c476a7eaef05cfcd345e2569352dc5da11000bff7200dadea026d2a8f725cd777806dee99eb88944050566b630ef7904c250dddba0f68102fc320cf889 From 869888052ad3fb625546c826b63abdb75308e09b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:19:19 -0500 Subject: [PATCH 13/13] 5.68.0 --- .gitignore | 1 + kf5-kwallet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 79abbb0..3be3951 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kwallet-5.65.0.tar.xz /kwallet-5.66.0.tar.xz /kwallet-5.67.0.tar.xz +/kwallet-5.68.0.tar.xz diff --git a/kf5-kwallet.spec b/kf5-kwallet.spec index 210b5ab..c5377db 100644 --- a/kf5-kwallet.spec +++ b/kf5-kwallet.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 3 solution for password management @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %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 1a8a8be..bc9b251 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwallet-5.67.0.tar.xz) = d71f29c476a7eaef05cfcd345e2569352dc5da11000bff7200dadea026d2a8f725cd777806dee99eb88944050566b630ef7904c250dddba0f68102fc320cf889 +SHA512 (kwallet-5.68.0.tar.xz) = a0a410a9040cb8f157ff01cfbc976f49dac90d0fda0b4dbc8e760cb0549073ed9be5d442bde03b4f6bf27aa16a397671a1a0285c179aea3760bbf441e22cf004