Merge branch 'rawhide' into f37

epel9
Marc Deop i Argemí 2 years ago
commit 52efacc9cd

1
.gitignore vendored

@ -40,3 +40,4 @@
/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.100.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,10 @@ 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

@ -1 +1 @@
SHA512 (frameworkintegration-5.100.0.tar.xz) = f99bfbb8476bd3b14c6611f8557b000257c1464b6c21dcbbb1e69f27e8371f64e45ea4f2817b8c3514de13c9e69888dbad905e7d3ed8f1b4cac82c3205f9a873
SHA512 (frameworkintegration-5.101.0.tar.xz) = 768fba304ee68ca16e7f3b674c7fdb1e65308fd4ba36a4428bc43dfb402e528851773360d73a69034fef1130f3701c126efe6ef22a896a66ede2859937b21c94

Loading…
Cancel
Save