update to upstream version 5.15.2

This commit is contained in:
pei-jiankang 2021-10-13 16:05:07 +08:00
parent 112462b15a
commit ed68b8bf46
4 changed files with 13 additions and 5 deletions

View File

@ -1,13 +1,16 @@
Name: qt5-qtxmlpatterns
Version: 5.11.1
Release: 5
Version: 5.15.2
Release: 1
Summary: Provide support for XQuery, XPath, etc
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtxmlpatterns-everywhere-src-5.11.1.tar.xz
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtxmlpatterns-everywhere-src-%{version}.tar.xz
BuildRequires: make qt5-qtdeclarative-devel
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
This package is qt5-qtxmlpatterns component. It provides support for XQuery, XPath, etc.
@ -69,6 +72,8 @@ cd -
%files
%license LICENSE.LGPL*
%{_qt5_libdir}/libQt5*.*
%{_qt5_archdatadir}/qml/QtQuick/XmlListModel/
%files devel
%{_qt5_bindir}/xmlpatterns*
@ -80,6 +85,9 @@ cd -
%{_qt5_examplesdir}/
%changelog
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
- update to upstream version 5.15.2
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5
- Fix Source0

View File

@ -1,4 +1,4 @@
version_control: git
src_repo: https://code.qt.io/qt/qtxmlpatterns.git
tag_prefix: ^v
seperator: .
tag_prefix: "^v"
separator: "."

Binary file not shown.