epel9
Marc Deop i Argemí 2 years ago
parent af89202464
commit 63f6abe174

1
.gitignore vendored

@ -77,3 +77,4 @@
/khtml-5.98.0.tar.xz
/khtml-5.99.0.tar.xz
/khtml-5.100.0.tar.xz
/khtml-5.101.0.tar.xz

@ -1,7 +1,7 @@
%global framework khtml
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
@ -9,12 +9,7 @@ License: LGPLv2+ and GPLv3 and MIT and BSD
URL: https://invent.kde.org/frameworks/%{framework}
%global versiondir %(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/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
# filter plugin provides
@ -106,6 +101,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 (khtml-5.100.0.tar.xz) = 12a27f52d88db46b5bda575dc3d5669513fc8a9063e828657afa0abe70b0bcfa9c82d9da492399c47de86750c550f440c09a7986d40f1b25b8fe31307d8615b0
SHA512 (khtml-5.101.0.tar.xz) = 7c932c68b28a5b5b7b88edabcda791715dea9a36867baa609b02d3aa4d7769bda0a654ec1f9a55983326157714d88f3df1841a82a2dccb8d91b846ceca04af89

Loading…
Cancel
Save