epel9
Marc Deop i Argemí 2 years ago
parent 1ab97f1486
commit decc806d6f

1
.gitignore vendored

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

@ -9,7 +9,7 @@
%endif
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins
@ -17,12 +17,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
## upstream patches
@ -99,6 +94,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%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 (kpackage-5.100.0.tar.xz) = 72c11b66318104fbd30c40d52a871fd899938a03efebb0c70e3f32c0edd8d124e7d9652b65ab1ba866ac7875d95e8b861fcd9bd01df59f05438e493d0c102883
SHA512 (kpackage-5.101.0.tar.xz) = b0c0c7cada5901b58e128b2c3694be918588c31225e076d1d9b80cf0164f6ae9fc90f4f9ebc6294d35ac29b1a2562061a384070356c20696449b1deece1fe429

Loading…
Cancel
Save