epel9
Marc Deop i Argemí 2 years ago
parent 66201029c9
commit 7fa11d470c

1
.gitignore vendored

@ -50,3 +50,4 @@
/kcmutils-5.98.0.tar.xz /kcmutils-5.98.0.tar.xz
/kcmutils-5.99.0.tar.xz /kcmutils-5.99.0.tar.xz
/kcmutils-5.100.0.tar.xz /kcmutils-5.100.0.tar.xz
/kcmutils-5.101.0.tar.xz

@ -9,7 +9,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.100.0 Version: 5.101.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon with extra API to write KConfigModules Summary: KDE Frameworks 5 Tier 3 addon with extra API to write KConfigModules
@ -17,12 +17,7 @@ License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%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: extra-cmake-modules >= %{majmin}
@ -116,6 +111,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog %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 * Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0 - 5.100.0

@ -1 +1 @@
SHA512 (kcmutils-5.100.0.tar.xz) = ec603f2043ffce80737ed970cb9f89937b15092b1d6f88388abefaf34dae6e20fabdd8e93c12fa78c50b6049c08d3cb5bb07988762b5c75054046a1b5db2365f SHA512 (kcmutils-5.101.0.tar.xz) = 18b11d260b797239ff72e6018d3c6808a3329ced13450985c55159172017cd368f6902e57492dde0ff4139266a65fd08240fc764eb36af99bdc34eed04a4aff5

Loading…
Cancel
Save