From d4ed84bc639d69705d0612f56e0baecd3813f13e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:45:21 +0000 Subject: import qt5-qtxmlpatterns-5.9.2-1.el7 --- diff --git a/.gitignore b/.gitignore index 462f76e..a990909 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtxmlpatterns-opensource-src-5.6.2.tar.xz +SOURCES/qtxmlpatterns-opensource-src-5.9.2.tar.xz diff --git a/.qt5-qtxmlpatterns.metadata b/.qt5-qtxmlpatterns.metadata index 5eddba8..509ad4f 100644 --- a/.qt5-qtxmlpatterns.metadata +++ b/.qt5-qtxmlpatterns.metadata @@ -1 +1 @@ -ee748210a60578dd53263197ef124ee910ecd5d9 SOURCES/qtxmlpatterns-opensource-src-5.6.2.tar.xz +77b343a0664b5e7a974285ee17b5056c17deac05 SOURCES/qtxmlpatterns-opensource-src-5.9.2.tar.xz diff --git a/SPECS/qt5-qtxmlpatterns.spec b/SPECS/qt5-qtxmlpatterns.spec index 51d44b6..fbdb7ea 100644 --- a/SPECS/qt5-qtxmlpatterns.spec +++ b/SPECS/qt5-qtxmlpatterns.spec @@ -14,12 +14,12 @@ Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module} -Version: 5.6.2 +Version: 5.9.2 Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz BuildRequires: cmake BuildRequires: qt5-qtbase-devel >= %{version} @@ -61,22 +61,21 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{qmake_qt5} .. +%{qmake_qt5} make %{?_smp_mflags} + %if 0%{?docs} make %{?_smp_mflags} docs %endif -popd + %install -make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install INSTALL_ROOT=%{buildroot} %if 0%{?docs} -make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} +make install_docs INSTALL_ROOT=%{buildroot} %endif # put non-conflicting binaries with -qt5 postfix in %{_bindir} @@ -131,13 +130,23 @@ popd %{_qt5_docdir}/qtxmlpatterns/ %endif -%if 0%{?_qt5_examplesdir:1} %files examples %{_qt5_examplesdir}/ -%endif %changelog +* Fri Oct 06 2017 Jan Grulich - 5.9.2-1 +- Update to 5.9.2 + Resolves: bz#1482794 + +* Mon Sep 04 2017 Jan Grulich - 5.9.1-2 +- Enable documentation + Resolves: bz#1482794 + +* Mon Aug 21 2017 Jan Grulich - 5.9.1-1 +- Update to 5.9.1 + Resolves: bz#1482794 + * Wed Jan 11 2017 Jan Grulich - 5.6.2-1 - Update to 5.6.2 Resolves: bz#1384834