epel9
Marc Deop i Argemí 2 years ago
parent 34c7860a04
commit 6084fae15a

1
.gitignore vendored

@ -52,3 +52,4 @@
/syntax-highlighting-5.98.0.tar.xz
/syntax-highlighting-5.99.0.tar.xz
/syntax-highlighting-5.100.0.tar.xz
/syntax-highlighting-5.101.0.tar.xz

@ -8,7 +8,7 @@
%endif
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.101.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
@ -16,12 +16,7 @@ License: MIT
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 fixes (lookaside cache)
@ -93,6 +88,10 @@ make test ARGS="--output-on-failure --timeout 300" -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 (syntax-highlighting-5.100.0.tar.xz) = bf2157b92371059c9cce18f9e2bf7a11b5a23ba20081529a933f0807865f58cfc272cd1d0c3da3968fefff795c6739b5181abca6b7569f4e36e230da286f02e5
SHA512 (syntax-highlighting-5.101.0.tar.xz) = 1adadd8ee4e933bcc4eaafe0bf252bf1dfc84ddcda4dc19fa53e7204a2f61e3d0417780519418944af1df26d10602ed7f067d6df9c390848b1235c65b9dd3703

Loading…
Cancel
Save