From 6be090bebeed4e0bf1926329ad97c7c07628f81e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:26:43 +0000 Subject: import qt5-qtsvg-5.9.2-1.el7 --- diff --git a/.gitignore b/.gitignore index 1d06cfb..176cbe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtsvg-opensource-src-5.6.2.tar.xz +SOURCES/qtsvg-opensource-src-5.9.2.tar.xz diff --git a/.qt5-qtsvg.metadata b/.qt5-qtsvg.metadata index 7ddc062..c58aa0f 100644 --- a/.qt5-qtsvg.metadata +++ b/.qt5-qtsvg.metadata @@ -1 +1 @@ -4563d0fc886753e6194fee5a5314e369b7e69463 SOURCES/qtsvg-opensource-src-5.6.2.tar.xz +635c71700340b361da63efe030747e44a55432cc SOURCES/qtsvg-opensource-src-5.9.2.tar.xz diff --git a/SPECS/qt5-qtsvg.spec b/SPECS/qt5-qtsvg.spec index e3bb4f3..2731a8a 100644 --- a/SPECS/qt5-qtsvg.spec +++ b/SPECS/qt5-qtsvg.spec @@ -5,13 +5,13 @@ Summary: Qt5 - Support for rendering and displaying SVG 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 Patch0: qtsvg-opensource-src-5.6.0-beta1-example-install.patch @@ -58,22 +58,20 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %patch0 -p1 %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 ## .prl/.la file love @@ -114,13 +112,19 @@ popd %{_qt5_docdir}/qtsvg/ %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#1482789 + +* Mon Aug 21 2017 Jan Grulich - 5.9.1-1 +- Update to 5.9.1 + Resolves: bz#1482789 + * Wed Jan 11 2017 Jan Grulich - 5.6.2-1 - Update to 5.6.2 Resolves: bz#1384828