From 183be9fe719bc57b8471a35acbcdda3cb4483510 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:29:44 +0000 Subject: import qt5-qtx11extras-5.9.2-1.el7 --- diff --git a/.gitignore b/.gitignore index 471ff19..77d6c37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtx11extras-opensource-src-5.6.2.tar.xz +SOURCES/qtx11extras-opensource-src-5.9.2.tar.xz diff --git a/.qt5-qtx11extras.metadata b/.qt5-qtx11extras.metadata index 3a02f4c..13046ea 100644 --- a/.qt5-qtx11extras.metadata +++ b/.qt5-qtx11extras.metadata @@ -1 +1 @@ -183978365b23d11770c8582bfa3ef3e12e5ecc4f SOURCES/qtx11extras-opensource-src-5.6.2.tar.xz +0902dba0e94ac7b1e4d05d56a5b411df99191ad6 SOURCES/qtx11extras-opensource-src-5.9.2.tar.xz diff --git a/SPECS/qt5-qtx11extras.spec b/SPECS/qt5-qtx11extras.spec index 1605205..c5dbb79 100644 --- a/SPECS/qt5-qtx11extras.spec +++ b/SPECS/qt5-qtx11extras.spec @@ -5,17 +5,16 @@ Summary: Qt5 - X11 support library 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} - BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -48,23 +47,20 @@ BuildArch: noarch %setup -q -n %{qt_module}-opensource-src-%{version} %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 @@ -103,6 +99,14 @@ popd %changelog +* Fri Oct 06 2017 Jan Grulich - 5.9.2-1 +- Update to 5.9.2 + Resolves: bz#1482795 + +* Mon Aug 21 2017 Jan Grulich - 5.9.1-1 +- Update to 5.9.1 + Resolves: bz#1482795 + * Wed Jan 11 2017 Jan Grulich - 5.6.2-1 - Update to 5.6.2 Resolves: bz#1384835