Merge branch epel9-next into epel9

epel9
Troy Dawson 2 years ago
commit d0630df81a

11
.gitignore vendored

@ -33,6 +33,15 @@
/frameworkintegration-5.90.0.tar.xz
/frameworkintegration-5.91.0.tar.xz
/frameworkintegration-5.92.0.tar.xz
/frameworkintegration-5.93.0.tar.xz
./frameworkintegration-5.93.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
/frameworkintegration-5.102.0.tar.xz
/frameworkintegration-5.103.0.tar.xz
/frameworkintegration-5.104.0.tar.xz
/frameworkintegration-5.105.0.tar.xz

@ -1,19 +1,14 @@
%global framework frameworkintegration
Name: kf5-%{framework}
Version: 5.96.0
Release: 1%{?dist}
Version: 5.105.0
Release: 3%{?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 majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream patches (lookaside cache)
@ -113,6 +108,61 @@ developing applications that use %{name}.
%changelog
* Sat Apr 22 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-3
- Rebuild (sync builds in rawhide,f38 and f37)
* Wed Apr 12 2023 Jan Grulich <jgrulich@redhat.com> - 5.105.0-2
- Rebuild (qt5)
* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
- 5.105.0
* Wed Apr 12 2023 Jan Grulich <jgrulich@redhat.com> - 5.104.0-2
- Rebuild (qt5)
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
- 5.104.0
* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
- 5.103.0
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
- 5.102.0
* Fri Jan 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.101.0-2
- Rebuild (qt5)
* 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
@ -122,9 +172,6 @@ developing applications that use %{name}.
* Fri May 13 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.94.0-1
- 5.94.0
* Mon Apr 11 2022 Justin Zobel <justin@1707.io> - 5.93.0-1
- Update to 5.93.0
* Sun Apr 10 2022 Justin Zobel <justin@1707.io> - 5.93-1
- Update to 5.93

@ -1 +1 @@
SHA512 (frameworkintegration-5.96.0.tar.xz) = cdc521ff7ba5d3c37d239fb7575a8c1e5b66b1bcba9e315da857b3ddd25b9a7cabc3dc0338186b23b9606badef7c7153c117b92618b626eb54b95c540cc2e680
SHA512 (frameworkintegration-5.105.0.tar.xz) = ecb819d332864e34b6dd0273afec417135a5c1ea7cbdea2bad9bf33b03eef231df50edb4e6296ed6f04f036746839af45992606a83609f4899944ce69326f839

Loading…
Cancel
Save