epel9
Marc Deop i Argemí 2 years ago
parent b7b9924276
commit 3c78bcd441

1
.gitignore vendored

@ -62,3 +62,4 @@
/kirigami2-5.98.0.tar.xz /kirigami2-5.98.0.tar.xz
/kirigami2-5.99.0.tar.xz /kirigami2-5.99.0.tar.xz
/kirigami2-5.100.0.tar.xz /kirigami2-5.100.0.tar.xz
/kirigami2-5.101.0.tar.xz

@ -8,7 +8,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.100.0 Version: 5.101.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
@ -17,12 +17,7 @@ License: GPLv2+
URL: https://techbase.kde.org/Kirigami URL: https://techbase.kde.org/Kirigami
%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
## upstream paches ## upstream paches
@ -123,6 +118,10 @@ make test ARGS="--output-on-failure --timeout 30" -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 (kirigami2-5.100.0.tar.xz) = a88ad9c767297d7c7057071cc929c23ad2b54654154e6987bc44eb1a93ac72aa51d160c28d2a7dadfbb37c2df23543ac853d329ebb4414e70127422a5d55c1cb SHA512 (kirigami2-5.101.0.tar.xz) = eeacc1a62da3c48850a1f02e1a68374189377d235e05eef49254964981b96c714aba595a46316184b397994be5cf89e1ed3d2ce3f7635170173ee9456149271b

Loading…
Cancel
Save