Merge branch f37 into epel9-next

epel9
Troy Dawson 2 years ago
commit 01d938829a

5
.gitignore vendored

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

@ -1,19 +1,14 @@
%global framework frameworkintegration
Name: kf5-%{framework}
Version: 5.96.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
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 (lookaside cache)
@ -113,6 +108,34 @@ 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
* Mon Oct 31 2022 Jan Grulich <jgrulich@redhat.com> - 5.99.0-2
- Rebuild (qt5)
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
- 5.99.0
* Wed Sep 21 2022 Jan Grulich <jgrulich@redhat.com> - 5.98.0-2
- Rebuild (qt5)
* 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 (frameworkintegration-5.96.0.tar.xz) = cdc521ff7ba5d3c37d239fb7575a8c1e5b66b1bcba9e315da857b3ddd25b9a7cabc3dc0338186b23b9606badef7c7153c117b92618b626eb54b95c540cc2e680
SHA512 (frameworkintegration-5.101.0.tar.xz) = 768fba304ee68ca16e7f3b674c7fdb1e65308fd4ba36a4428bc43dfb402e528851773360d73a69034fef1130f3701c126efe6ef22a896a66ede2859937b21c94

Loading…
Cancel
Save