epel9
Marc Deop i Argemí 2 years ago
parent 455e7420b2
commit bc78b1de65

1
.gitignore vendored

@ -45,3 +45,4 @@
/kiconthemes-5.98.0.tar.xz /kiconthemes-5.98.0.tar.xz
/kiconthemes-5.99.0.tar.xz /kiconthemes-5.99.0.tar.xz
/kiconthemes-5.100.0.tar.xz /kiconthemes-5.100.0.tar.xz
/kiconthemes-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework kiconthemes %global framework kiconthemes
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 integration module with icon themes Summary: KDE Frameworks 5 Tier 3 integration module with icon themes
@ -9,12 +9,7 @@ License: LGPLv2+ and GPLv2+
URL: https://api.kde.org/frameworks/kiconthemes/ URL: https://api.kde.org/frameworks/kiconthemes/
%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
## upstream patches ## upstream patches
@ -86,6 +81,10 @@ developing applications that use %{name}.
%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 (kiconthemes-5.100.0.tar.xz) = 61eb7925114352e15f8feb05b551247b1617bd92dcda2b4250cf5340e5c1f0e367cf7a49872497da1a4fb63aefc084c7d727f3fab6c2ae1f11047dc1a1bcf4f9 SHA512 (kiconthemes-5.101.0.tar.xz) = eb3f35845100eeaeccf5cc53ea2fe0c5faed2febf899c46a98589a01dbcf3747db5458b9dc1cd87dd02fb8652cf1a2be3fca69cdf3c1c1db8dfe9feb0eab3eb4

Loading…
Cancel
Save