From 9ba0a6b3d94095e85a287501ea5a18e0f0c1fc7e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:27:54 -0600 Subject: [PATCH 01/10] 5.89.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b514b2..dbe0ea3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kauth-5.86.0.tar.xz /kauth-5.87.0.tar.xz /kauth-5.88.0.tar.xz +/kauth-5.89.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 07585fd..beee6ab 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -77,6 +77,9 @@ developing applications that use %{name}. %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 6b5c769..d99b9b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.88.0.tar.xz) = 8de3f7acc151ed865f8e1f01a2282bf638a1306c6907fac7e85d4a5475fdfd289a8b627544129d83a1aad6af40a3c8febbedee0ab54b7e99c3fb9ff343a8b3f1 +SHA512 (kauth-5.89.0.tar.xz) = 91fadad7141c439b32f9155befd45a8e1cba9be773fd5b9f5370295127b1a0c79c7a7d5090ce1b492da0775ab1ecaad6bbb844e82a211154b9a4d2a4aac84216 From 14c77961e8b2dbcd0a7bb870d7819accbaed988f Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:29:32 +0100 Subject: [PATCH 02/10] 5.90.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dbe0ea3..7e35c67 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kauth-5.87.0.tar.xz /kauth-5.88.0.tar.xz /kauth-5.89.0.tar.xz +/kauth-5.90.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index beee6ab..06c9bb2 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -77,6 +77,9 @@ developing applications that use %{name}. %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 d99b9b9..9164450 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.89.0.tar.xz) = 91fadad7141c439b32f9155befd45a8e1cba9be773fd5b9f5370295127b1a0c79c7a7d5090ce1b492da0775ab1ecaad6bbb844e82a211154b9a4d2a4aac84216 +SHA512 (kauth-5.90.0.tar.xz) = 2a60e4ebd4ed649d8f37b11da9717047f1ce67a567ed7dff77bef9fe0c8d6ed11b2d0b493bf116974de5c8d591a69c4422ba3c71e37a56102775f35fe89b409d From 96485f7801fb50ca107345c7d4a370f7923d1fb8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:32:05 +0000 Subject: [PATCH 03/10] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 06c9bb2..340f2b4 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -77,6 +77,9 @@ developing applications that use %{name}. %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 32676526c08e8a9a04abff3eac642161d778d624 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:22:02 -0600 Subject: [PATCH 04/10] 5.91.0 --- .gitignore | 1 + kf5-kauth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7e35c67..f79b42b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kauth-5.88.0.tar.xz /kauth-5.89.0.tar.xz /kauth-5.90.0.tar.xz +/kauth-5.91.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 340f2b4..28949de 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,8 +2,8 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user License: LGPLv2+ @@ -77,6 +77,9 @@ developing applications that use %{name}. %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 9164450..adf2e11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.90.0.tar.xz) = 2a60e4ebd4ed649d8f37b11da9717047f1ce67a567ed7dff77bef9fe0c8d6ed11b2d0b493bf116974de5c8d591a69c4422ba3c71e37a56102775f35fe89b409d +SHA512 (kauth-5.91.0.tar.xz) = eca8dab2c49240736bb4bad97799616305dd1f679528e05634ad8c9344be80dd584ed5c6056f55348575b5c5565bedef627836ac315aaad7bf2d59686340955d From 3abab4fa9a34e3942c303d17b526901a4c0a834f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:05:29 -0600 Subject: [PATCH 05/10] update %%files --- kf5-kauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 28949de..57c82e7 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -68,7 +68,7 @@ developing applications that use %{name}. %{_kf5_libexecdir}/kauth/ %files devel -%{_kf5_includedir}/kauth_version.h + %{_kf5_includedir}/KAuth/ %{_kf5_libdir}/libKF5Auth.so %{_kf5_libdir}/libKF5AuthCore.so From fd97863fa8292aeac024a534ec245ea0b368d812 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:54:53 -0600 Subject: [PATCH 06/10] 5.92.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f79b42b..400c035 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kauth-5.89.0.tar.xz /kauth-5.90.0.tar.xz /kauth-5.91.0.tar.xz +/kauth-5.92.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 57c82e7..18c1f96 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -2,7 +2,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -77,6 +77,9 @@ developing applications that use %{name}. %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 adf2e11..c22cdfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.91.0.tar.xz) = eca8dab2c49240736bb4bad97799616305dd1f679528e05634ad8c9344be80dd584ed5c6056f55348575b5c5565bedef627836ac315aaad7bf2d59686340955d +SHA512 (kauth-5.92.0.tar.xz) = 1c89f5668193a70cc1e74d5b671584d5b2fe003d6bbf9136933a6fd93c4516766a5e2369ac80ea78a0ae3adf4a454ae4be8558e06eeb34640779a9c7b645a244 From 211891a881cb29b3ee0ab3e5fb3459d42feaa087 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Mar 2022 10:29:56 -0600 Subject: [PATCH 07/10] update %%files, .spec cosmetics --- kf5-kauth.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 18c1f96..4b6edf2 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,13 +1,12 @@ -%undefine __cmake_in_source_build %global framework kauth -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.92.0 Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user +Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user -License: LGPLv2+ -URL: https://invent.kde.org/frameworks/%{framework} +License: LGPLv2+ +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -16,7 +15,7 @@ URL: https://invent.kde.org/frameworks/%{framework} %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kcoreaddons-devel >= %{majmin} @@ -43,8 +42,9 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DKDE_INSTALL_LIBEXECDIR=%{_kf5_libexecdir} + %cmake_build @@ -68,8 +68,9 @@ developing applications that use %{name}. %{_kf5_libexecdir}/kauth/ %files devel - %{_kf5_includedir}/KAuth/ +%{_kf5_includedir}/KAuthCore/ +%{_kf5_includedir}/KAuthWidgets/ %{_kf5_libdir}/libKF5Auth.so %{_kf5_libdir}/libKF5AuthCore.so %{_kf5_libdir}/cmake/KF5Auth/ From e738ea1e6c03d59d40ec1ea85c1e35a7fbc2a0bc Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:21:27 +0930 Subject: [PATCH 08/10] Update to 5.93 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 400c035..f1a297e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kauth-5.90.0.tar.xz /kauth-5.91.0.tar.xz /kauth-5.92.0.tar.xz +./kauth-5.93.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 4b6edf2..7584409 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -78,6 +78,9 @@ developing applications that use %{name}. %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 c22cdfa..f61edeb 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kauth-5.92.0.tar.xz) = 1c89f5668193a70cc1e74d5b671584d5b2fe003d6bbf9136933a6fd93c4516766a5e2369ac80ea78a0ae3adf4a454ae4be8558e06eeb34640779a9c7b645a244 +SHA512 (kauth-5.93.0.tar.xz) = ffa9ca55b3009d7d04ce3706301cd73670dd10bba79bf6bdcc778222d51d1a90a930e6b41e91bf8eeb99802a09008fe94394f91e70a8b94fdc76aadc2a13fa55 From 1ca242f8f6dee21a1b51aaf399a4045acb82987d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:10:13 -0500 Subject: [PATCH 09/10] 5.94.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1a297e..8257fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kauth-5.91.0.tar.xz /kauth-5.92.0.tar.xz ./kauth-5.93.tar.xz +/kauth-5.94.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 7584409..ae90e29 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -78,6 +78,9 @@ developing applications that use %{name}. %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 f61edeb..f739f10 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kauth-5.92.0.tar.xz) = 1c89f5668193a70cc1e74d5b671584d5b2fe003d6bbf9136933a6fd93c4516766a5e2369ac80ea78a0ae3adf4a454ae4be8558e06eeb34640779a9c7b645a244 -SHA512 (kauth-5.93.0.tar.xz) = ffa9ca55b3009d7d04ce3706301cd73670dd10bba79bf6bdcc778222d51d1a90a930e6b41e91bf8eeb99802a09008fe94394f91e70a8b94fdc76aadc2a13fa55 +SHA512 (kauth-5.94.0.tar.xz) = f5466b388c5e815ca877777622aa1cd67953b11ed501ccc212f791df96d38ac55912f0e38afdf9dda5dcaca354b08ee425ccb6cf2bc689c5347af28ee7e45a8b From 771e30f8ac13f9417471f1abf9aa5b8f85542f93 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 10/10] 5.96.0 --- .gitignore | 1 + kf5-kauth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8257fc5..a474df7 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kauth-5.92.0.tar.xz ./kauth-5.93.tar.xz /kauth-5.94.0.tar.xz +/kauth-5.96.0.tar.xz diff --git a/kf5-kauth.spec b/kf5-kauth.spec index ae90e29..8084f90 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,7 +1,7 @@ %global framework kauth Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user @@ -78,6 +78,9 @@ developing applications that use %{name}. %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 f739f10..9ece095 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kauth-5.94.0.tar.xz) = f5466b388c5e815ca877777622aa1cd67953b11ed501ccc212f791df96d38ac55912f0e38afdf9dda5dcaca354b08ee425ccb6cf2bc689c5347af28ee7e45a8b +SHA512 (kauth-5.96.0.tar.xz) = ebee1ba35b3dfa439b79c1aab6a51ec968837253e07e913edb4813214744427baffa5d2be661d66f40c7c25b09184dc6dea1773854caede1a263327d9f582204