epel9
Marc Deop i Argemí 2 years ago
parent 7e19f16c32
commit dee2891ccd

1
.gitignore vendored

@ -31,3 +31,4 @@
/kquickcharts-5.98.0.tar.xz
/kquickcharts-5.99.0.tar.xz
/kquickcharts-5.100.0.tar.xz
/kquickcharts-5.101.0.tar.xz

@ -10,7 +10,7 @@
Name: kf5-%{framework}
Summary: A QtQuick module providing high-performance charts
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
# libs are LGPL, tools are GPL
@ -19,12 +19,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
## upstreamable patches
@ -88,6 +83,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%{_kf5_libdir}/cmake/KF5QuickCharts/
%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 (kquickcharts-5.100.0.tar.xz) = 86582136c11ec29bb6319f418c8a2c70bcf79683e12195739a453e53019ad239f9106dbeac3dea96c6d40704b1f125175f3d0db5046c34dfea7c3eae69ae3adc
SHA512 (kquickcharts-5.101.0.tar.xz) = 3c9f221bc38b93730823461a81b38ce035b429f22b4dd14c9c716596893da154b365d56c6ee3379b2cf589699445ec89bef44f246bbc151210e8fdc640d78245

Loading…
Cancel
Save