Merge branch f37 into epel9-next

epel9
Troy Dawson 2 years ago
commit 9759380220

6
.gitignore vendored

@ -48,3 +48,9 @@
./plasma-framework-5.93.tar.xz
/plasma-framework-5.94.0.tar.xz
/plasma-framework-5.96.0.tar.xz
/plasma-framework-5.97.0.tar.xz
/plasma-framework-5.98.0.tar.xz
/plasma-framework-5.99.0.tar.xz
/plasma-framework-5.100.0.tar.xz
/plasma-framework-5.100.1.tar.xz
/plasma-framework-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework plasma-framework
Name: kf5-plasma
Version: 5.96.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
@ -9,12 +9,7 @@ License: GPLv2+ and LGPLv2+ and BSD
URL: https://invent.kde.org/frameworks/plasma
%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
# hackish cache invalidation
@ -172,6 +167,28 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
%changelog
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
- 5.101.0
- use new macros to simplify code
* Thu Nov 17 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.1-1
- 5.100.1
* 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
- 5.96.0

@ -1 +1 @@
SHA512 (plasma-framework-5.96.0.tar.xz) = 9361948197c69ab8b2a1b943c1e9a2e44443588cd3bb4073eaa9ac6a4575bb4c1e6a257eb2fda6333df13eb568e09ed26a88d128fdafbe517bca705b8a8f2a5b
SHA512 (plasma-framework-5.101.0.tar.xz) = c1bd66810213634d533e7d63d256c57a923f0d26c2bdcca17ab29be46664bc3bfa578b739c89b3cf429bda10cf6a71ec8cc1ec60a554273719e9b6e041dcdad5

Loading…
Cancel
Save