epel9
Marc Deop i Argemí 2 years ago
parent 364191013d
commit a55f5eaaa1

1
.gitignore vendored

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

@ -2,7 +2,7 @@
%global framework kitemmodels
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with item models
@ -10,12 +10,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}
@ -69,6 +64,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 (kitemmodels-5.100.0.tar.xz) = f147592c0a9223ea3e494ed373b753f0ae167a6e2f9c5458124771dadbfa7da663f22ac7a262da385d1c77b0e7e17412a18ef8ee7bcea1359ecc42b888385edc
SHA512 (kitemmodels-5.101.0.tar.xz) = bbc601edb067fe2fca075bd712110a2456b6ca25f34f8cad0c413763ba5168e1af84db12de795ebcda500b3d0ebbac9524f411a16bcfca56741e0485903e4ba3

Loading…
Cancel
Save