epel9
Marc Deop i Argemí 2 years ago
parent f4d2bd72f4
commit bf4f7f2f27

1
.gitignore vendored

@ -51,3 +51,4 @@
/kcodecs-5.98.0.tar.xz
/kcodecs-5.99.0.tar.xz
/kcodecs-5.100.0.tar.xz
/kcodecs-5.101.0.tar.xz

@ -2,7 +2,7 @@
%global framework kcodecs
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods
@ -10,12 +10,7 @@ License: GPLv2+ and LGPLv2+ and BSD
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
BuildRequires: gperf
@ -72,6 +67,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 (kcodecs-5.100.0.tar.xz) = b53d563b06fe9334011de014dbf32f3a036b281c99ee648fe57a49a07f53361915748a9cbdf61ddace05ad4f50410be00f51df515c66ce28e2b48d3dee2ffd0e
SHA512 (kcodecs-5.101.0.tar.xz) = 4b64547df60e8947b9a8b6fc241633ff80111f20971e62b66b2fdcb1bfdd6cbeb7c358eeea1e3b5fe7cda97d48feb1e6f6f05dc79f682d02894c9b9c5fcde32b

Loading…
Cancel
Save