update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-22 23:15:16 +08:00
parent 5424d51b97
commit 9b771d9794
4 changed files with 15 additions and 6 deletions

View File

@ -5,12 +5,12 @@
%endif
Name: kf5-%{framework}
Version: 5.55.0
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
License: MIT
URL: https://cgit.kde.org/%{framework}.git
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -21,7 +21,12 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin} kf5-rpm-macros perl-interpreter qt5-qtbase-devel
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: perl-interpreter
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
# optional deps
%if ! 0%{?bootstrap}
BuildRequires: qt5-qtxmlpatterns-devel
@ -70,10 +75,11 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%files -f syntaxhighlighting5_qt.lang
%doc README.md
%license COPYING
%{_kf5_sysconfdir}/xdg/org_kde_ksyntaxhighlighting.categories
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/*categories
%{_kf5_bindir}/kate-syntax-highlighter
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
%{_kf5_qmldir}/org/kde/syntaxhighlighting/
%files devel
%{_kf5_libdir}/libKF5SyntaxHighlighting.so
@ -84,6 +90,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: KDE/syntax-highlighting
tag_prefix: "^v"
seperator: "."
separator: "."

Binary file not shown.

Binary file not shown.