epel9
Marc Deop i Argemí 2 years ago
parent 3925fc4309
commit da89a66efc

1
.gitignore vendored

@ -51,3 +51,4 @@
/kauth-5.98.0.tar.xz
/kauth-5.99.0.tar.xz
/kauth-5.100.0.tar.xz
/kauth-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework kauth
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user
@ -9,12 +9,7 @@ License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin}
@ -78,6 +73,10 @@ developing applications that use %{name}.
%changelog
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
- 5.101.0
- use new macros to simplify code
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0

@ -1 +1 @@
SHA512 (kauth-5.100.0.tar.xz) = 00632b4ede4a49856d8a3151c7f420f201002748b2a805a657046b25c9a3438f2742ca0612fd60a235ba9e1b07db2266ca69ad3a290abfc44c3af5ca8e15f9f6
SHA512 (kauth-5.101.0.tar.xz) = cc4bbcb603991dcb5e3597b9f57f0930a4dbf340b9c85c130134dcc94904eeb7e56796b18ea74ba6f59aec8d707df724a512a462bcfe40f2219200c2a82904d6

Loading…
Cancel
Save