epel9
Marc Deop i Argemí 2 years ago
parent 4df94b2d4a
commit 1e7d8810a5

1
.gitignore vendored

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

@ -10,7 +10,7 @@
#endif
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 module for KNotify configuration
@ -18,12 +18,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
@ -110,6 +105,10 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%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 (knotifyconfig-5.100.0.tar.xz) = 455fdc6355f4b9130ef4714114ae63969f26554c7d5777eecaaf3bd7fcd7e8c0b3f85625d629ae32ed9c805141e89c479c1a99f7b141e1a304d9a293dc00ced3
SHA512 (knotifyconfig-5.101.0.tar.xz) = 6b85713ea64b634b6791658c9a1fc367fdaca766a1d96526c44e013468afdcefd94919264143f4879e28320c9f84e235b455e8939adb58df4bca6f48cb5e880c

Loading…
Cancel
Save