Merge branch f37 into epel9-next

epel9
Troy Dawson 2 years ago
commit e44a035eb3

5
.gitignore vendored

@ -47,3 +47,8 @@
/kguiaddons-5.93.0.tar.xz
/kguiaddons-5.94.0.tar.xz
/kguiaddons-5.96.0.tar.xz
/kguiaddons-5.97.0.tar.xz
/kguiaddons-5.98.0.tar.xz
/kguiaddons-5.99.0.tar.xz
/kguiaddons-5.100.0.tar.xz
/kguiaddons-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework kguiaddons
Name: kf5-%{framework}
Version: 5.96.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtGui
@ -9,12 +9,7 @@ License: GPLv2+ and 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}
@ -73,6 +68,28 @@ 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
* 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-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 5.96.0-2
- Rebuild (qt5)
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
- 5.96.0

@ -1 +1 @@
SHA512 (kguiaddons-5.96.0.tar.xz) = fccc8175de2e48405692ac4b34a703d9a0d0340b0b682f13ca26af8f44161e3e7f08821672271680f80cfdfd0d5d6c369e41548720d4a8b921f417945e698bf1
SHA512 (kguiaddons-5.101.0.tar.xz) = 50f296f90fb7c821bc902e1dd68d5aa572d35532a8cabb1675620e1b1c0f1d05c34421bda434631a5a6e9f991e94e21e635e316f7ae2497d94e72ceeccda7c81

Loading…
Cancel
Save