Merge branch f37 into epel9-next

epel9
Troy Dawson 2 years ago
commit 47566c9322

5
.gitignore vendored

@ -41,3 +41,8 @@
/kiconthemes-5.93.0.tar.xz /kiconthemes-5.93.0.tar.xz
/kiconthemes-5.94.0.tar.xz /kiconthemes-5.94.0.tar.xz
/kiconthemes-5.96.0.tar.xz /kiconthemes-5.96.0.tar.xz
/kiconthemes-5.97.0.tar.xz
/kiconthemes-5.98.0.tar.xz
/kiconthemes-5.99.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.96.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
@ -32,6 +27,7 @@ BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qtsvg-devel BuildRequires: qt5-qtsvg-devel
BuildRequires: cmake(Qt5UiPlugin) BuildRequires: cmake(Qt5UiPlugin)
@ -85,6 +81,25 @@ 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
- 5.100.0
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
- 5.99.0
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
- 5.98.0
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
- Update to 5.97.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1 * Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
- 5.96.0 - 5.96.0

@ -1 +1 @@
SHA512 (kiconthemes-5.96.0.tar.xz) = 2e392faa6859cd96395318852b96423fa3e132904af77070edaeeec30919c7ff0007787e0a8f3930f7226fd6ea02d129779b2607facf47c66927b8794ef81723 SHA512 (kiconthemes-5.101.0.tar.xz) = eb3f35845100eeaeccf5cc53ea2fe0c5faed2febf899c46a98589a01dbcf3747db5458b9dc1cd87dd02fb8652cf1a2be3fca69cdf3c1c1db8dfe9feb0eab3eb4

Loading…
Cancel
Save