epel9
Marc Deop i Argemí 2 years ago
parent 2155649a9c
commit a16d6151f6

1
.gitignore vendored

@ -50,3 +50,4 @@
/kcrash-5.98.0.tar.xz
/kcrash-5.99.0.tar.xz
/kcrash-5.100.0.tar.xz
/kcrash-5.101.0.tar.xz

@ -2,7 +2,7 @@
%global framework kcrash
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
@ -10,12 +10,7 @@ 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
@ -73,6 +68,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 (kcrash-5.100.0.tar.xz) = b569e2cec86bc208487229f3e134f398a3f93c4eb9158e8c321a7043e14ddf97bf68915e2b1f4245585e234e641d2b23b200c12b5e25647e0412f71f08073655
SHA512 (kcrash-5.101.0.tar.xz) = 9239543a1ff53bd5eb090ce4f0929f091b70ace314f2ba20c0e9f3969134039b5936a8ea974acea5e14f3e1d4cc757f3fd475225a81aeb71d309a0f9b0089b8c

Loading…
Cancel
Save