From fcd38096257ff396af26ce260622ad2d49afd842 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:00:32 -0500 Subject: [PATCH 01/13] 5.60.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48a4cf4..660cb44 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kauth-5.57.0.tar.xz /kauth-5.58.0.tar.xz /kauth-5.59.0.tar.xz +/kauth-5.60.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index f0904f8..3265fc0 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 a28c71f..497f879 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.59.0.tar.xz) = c0f871da993cf7a44ef7bc5a06a393c4f5479dd26378de98812bfc9a14c6b017b04890735da8cf72ebbc4e3ab212e0a131a19ff5b8be28c64e4e8467b10de026 +SHA512 (kauth-5.60.0.tar.xz) = f35c904f22d04af26cca20fdc4c565203ef929e8efb7678aed8aa97d14d8be35e06a03e7db64a2bc4c17f9983072208fa4350c85790cca784bc4f1d81b2a7fd9 From 3784b90f7a5b0bb297ad2b397e82fb8d4a22b82f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:28:15 +0000 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kauth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 3265fc0..50e7523 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 d1b52d8aaa4b1fae7426ac796fdf8fe03f4d134e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 15:57:07 -0500 Subject: [PATCH 03/13] update %%files --- kf5-kauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 50e7523..3328c27 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -62,7 +62,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f kauth5_qt.lang %doc README.md %license COPYING* -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Auth.so.5* %{_kf5_libdir}/libKF5AuthCore.so.5* %{_kf5_datadir}/dbus-1/system.d/org.kde.kf5auth.conf From 7ce0a60f9e9411aa59937b26a133b52c8225a309 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:55:15 -0500 Subject: [PATCH 04/13] 5.61.0 --- .gitignore | 1 + kf5-kauth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 660cb44..c117aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kauth-5.58.0.tar.xz /kauth-5.59.0.tar.xz /kauth-5.60.0.tar.xz +/kauth-5.61.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 3328c27..d78ffa6 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,8 +1,8 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 497f879..daa628e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.60.0.tar.xz) = f35c904f22d04af26cca20fdc4c565203ef929e8efb7678aed8aa97d14d8be35e06a03e7db64a2bc4c17f9983072208fa4350c85790cca784bc4f1d81b2a7fd9 +SHA512 (kauth-5.61.0.tar.xz) = 3865181b846c671cbf357d8dd34e3c7bc18f71a8f73fd435523d7f6d96596dd9bf4e469f9d3308bd406f0587f0a338cdbec759b76d7a2105d47ab56ddd678b8f From 47582619226daad39ec21c5ab75c06c1b49d1448 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:28:39 -0500 Subject: [PATCH 05/13] 5.62.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c117aa7..e3a0c70 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kauth-5.59.0.tar.xz /kauth-5.60.0.tar.xz /kauth-5.61.0.tar.xz +/kauth-5.62.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index d78ffa6..dbb6a3f 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 daa628e..9d4ef74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.61.0.tar.xz) = 3865181b846c671cbf357d8dd34e3c7bc18f71a8f73fd435523d7f6d96596dd9bf4e469f9d3308bd406f0587f0a338cdbec759b76d7a2105d47ab56ddd678b8f +SHA512 (kauth-5.62.0.tar.xz) = c7ddb3c8a0e48ce51285e9fa0327d735971f0873201d4b2d5c59bb3b22d93f2dc3cb30398c342abbe88b87fb2c5395afc45b44385d9e0bc8ea3a1f673f5569f5 From e8dc4a27e2d33d41cf2ae0c9a001ab0ef43e3bdb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:26:19 -0500 Subject: [PATCH 06/13] 5.63.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e3a0c70..0bd31bf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kauth-5.60.0.tar.xz /kauth-5.61.0.tar.xz /kauth-5.62.0.tar.xz +/kauth-5.63.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index dbb6a3f..09204ca 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 9d4ef74..2fef176 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.62.0.tar.xz) = c7ddb3c8a0e48ce51285e9fa0327d735971f0873201d4b2d5c59bb3b22d93f2dc3cb30398c342abbe88b87fb2c5395afc45b44385d9e0bc8ea3a1f673f5569f5 +SHA512 (kauth-5.63.0.tar.xz) = f4ef0874368b6c1543a9ee4b41039fe0a291d40c0535f5d1c1c1258dc842ea389c266bcd720d7039d6bccac52c1f305602b488c7018b1f9c7084f5fec63bfe73 From fec214bd0c149078ba2bfde8a9644dde9e6136f5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:21:14 -0600 Subject: [PATCH 07/13] 5.64.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bd31bf..b611088 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kauth-5.61.0.tar.xz /kauth-5.62.0.tar.xz /kauth-5.63.0.tar.xz +/kauth-5.64.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 09204ca..c416796 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 2fef176..1788e01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.63.0.tar.xz) = f4ef0874368b6c1543a9ee4b41039fe0a291d40c0535f5d1c1c1258dc842ea389c266bcd720d7039d6bccac52c1f305602b488c7018b1f9c7084f5fec63bfe73 +SHA512 (kauth-5.64.0.tar.xz) = 0dfa8e62930ad7ae3b1c816428a09dc6950479e3579bc143fb7de22d55554c06f6e2501bd5bab48ca08d202097d35993f35c6877f013ad2d1f00b291b7e7e6a5 From 5f3a909602ea5d78f5ed6c68c9f726ee657b27bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:01:46 -0600 Subject: [PATCH 08/13] 5.65.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b611088..3ee6503 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kauth-5.62.0.tar.xz /kauth-5.63.0.tar.xz /kauth-5.64.0.tar.xz +/kauth-5.65.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index c416796..09b11db 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 1788e01..b1629c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.64.0.tar.xz) = 0dfa8e62930ad7ae3b1c816428a09dc6950479e3579bc143fb7de22d55554c06f6e2501bd5bab48ca08d202097d35993f35c6877f013ad2d1f00b291b7e7e6a5 +SHA512 (kauth-5.65.0.tar.xz) = 5de70c1ddf73ab7def59d057d596acc657ee54e11a7def29b37e44f8458f4c65422afb8613efd94bad83974eea428e393fe9c2d5aa8482ab410ea83cf7be7a6e From 55642107b282d2dac5ddfdab64626126c84c7ded Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 13:30:57 -0600 Subject: [PATCH 09/13] update %%files --- kf5-kauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 09b11db..d7bce1b 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -76,7 +76,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_libdir}/libKF5Auth.so %{_kf5_libdir}/libKF5AuthCore.so %{_kf5_libdir}/cmake/KF5Auth/ -%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth.pri +%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth*.pri %changelog From eb072307e94d8e9eb8d94f75c5810d035916853d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:06:09 -0600 Subject: [PATCH 10/13] 5.66.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ee6503..a29cc12 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kauth-5.63.0.tar.xz /kauth-5.64.0.tar.xz /kauth-5.65.0.tar.xz +/kauth-5.66.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index d7bce1b..abe572f 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 b1629c7..4a84649 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.65.0.tar.xz) = 5de70c1ddf73ab7def59d057d596acc657ee54e11a7def29b37e44f8458f4c65422afb8613efd94bad83974eea428e393fe9c2d5aa8482ab410ea83cf7be7a6e +SHA512 (kauth-5.66.0.tar.xz) = dbc05ace539ba19cb4ccb0da995ea7049fc7702d2405f0d71c71423b22309df6194457a625525dcf47f504856d80b640276e60fce9369c8efadc1bb5123ca3d2 From f551cdf5ad34580e42be7daa3b51d430171d34f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:06:18 +0000 Subject: [PATCH 11/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kauth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index abe572f..acece41 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -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 1b0d3c3e570cfc62399cf636ef07afddf880b1a6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:52:05 -0600 Subject: [PATCH 12/13] 5.67.0 --- .gitignore | 1 + kf5-kauth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a29cc12..0b15986 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kauth-5.64.0.tar.xz /kauth-5.65.0.tar.xz /kauth-5.66.0.tar.xz +/kauth-5.67.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index acece41..f020caf 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,8 +1,8 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Feb 02 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 4a84649..b01fa83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.66.0.tar.xz) = dbc05ace539ba19cb4ccb0da995ea7049fc7702d2405f0d71c71423b22309df6194457a625525dcf47f504856d80b640276e60fce9369c8efadc1bb5123ca3d2 +SHA512 (kauth-5.67.0.tar.xz) = f4ed8ffd339c5c7ce3cd974cbdee3ce4a4b766062bf3ad2845596317ea8bc27460767ca48c8a7262cc5778a130d957221612a4b0329ea735ca2b175e209669a5 From 41296e87fbd4a831ff7543fcdf05a856853ff83e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 21:57:40 -0500 Subject: [PATCH 13/13] 5.68.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b15986..8d37b56 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kauth-5.65.0.tar.xz /kauth-5.66.0.tar.xz /kauth-5.67.0.tar.xz +/kauth-5.68.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index f020caf..28fce89 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Sun Feb 02 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index b01fa83..b4a0ffd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.67.0.tar.xz) = f4ed8ffd339c5c7ce3cd974cbdee3ce4a4b766062bf3ad2845596317ea8bc27460767ca48c8a7262cc5778a130d957221612a4b0329ea735ca2b175e209669a5 +SHA512 (kauth-5.68.0.tar.xz) = 006ed4eb03276546f99525ede235e721ea4092da3b00735afe2f06f35c146d6a75b64e3e1b872feb6f1a986680ae6415f0d4a3dbdf4ecad07d94aaac1061d605