epel9
Marc Deop i Argemí 2 years ago
parent 79a855ec09
commit 1893a2b405

1
.gitignore vendored

@ -74,3 +74,4 @@
/kwayland-5.98.0.tar.xz /kwayland-5.98.0.tar.xz
/kwayland-5.99.0.tar.xz /kwayland-5.99.0.tar.xz
/kwayland-5.100.0.tar.xz /kwayland-5.100.0.tar.xz
/kwayland-5.101.0.tar.xz

@ -13,7 +13,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.100.0 Version: 5.101.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
@ -21,12 +21,7 @@ License: GPLv2+
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
@ -114,6 +109,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%changelog %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 * Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0 - 5.100.0

@ -1 +1 @@
SHA512 (kwayland-5.100.0.tar.xz) = 270b28d23302d5ab90a90894a5d903a19d60dc9b5a52c124af03de3ec7910826cdec130c2b3c09f1808f33080979f6f4ac608d037e32975e9495f3c9a18b929c SHA512 (kwayland-5.101.0.tar.xz) = cc561d2d3a2b3f1838c5b594907f5f9e78edc6ebd8e62dc751d8f2df453b9b3cac50c8220525722a8e0f2fbe842f517cfb83250c6822d97672d9a7b618194c12

Loading…
Cancel
Save