From 8467891b719015f53416d306b812c73fbe20189a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 06 2019 10:05:10 +0000 Subject: import qt5-qtbase-5.9.7-2.el7 --- diff --git a/.gitignore b/.gitignore index 2b534a6..2bda473 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtbase-opensource-src-5.9.2.tar.xz +SOURCES/qtbase-opensource-src-5.9.7.tar.xz diff --git a/.qt5-qtbase.metadata b/.qt5-qtbase.metadata index fa94b6a..b042e13 100644 --- a/.qt5-qtbase.metadata +++ b/.qt5-qtbase.metadata @@ -1 +1 @@ -65332ea9fbeb31384a87fd22ff5ad2d6251bf893 SOURCES/qtbase-opensource-src-5.9.2.tar.xz +1c2a842dad0c4e7f23b47ea0427b5163c4d5a2d8 SOURCES/qtbase-opensource-src-5.9.7.tar.xz diff --git a/SPECS/qt5-qtbase.spec b/SPECS/qt5-qtbase.spec index 42c9b1f..1fee0a4 100644 --- a/SPECS/qt5-qtbase.spec +++ b/SPECS/qt5-qtbase.spec @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libsystemd) # where qt5-qttools builds are not yet available # only primary archs (for now), allow secondary to bootstrap %if ! 0%{?bootstrap} -%ifarch %{arm} %{ix86} x86_64 %{power64} s390 s390x aarch64 +%ifarch %{arm} %{ix86} x86_64 ppc %{power64} s390 s390x aarch64 %global docs 1 %endif @@ -56,8 +56,8 @@ BuildRequires: pkgconfig(libsystemd) Summary: Qt5 - QtBase components Name: qt5-qtbase -Version: 5.9.2 -Release: 3%{?dist} +Version: 5.9.7 +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -1020,6 +1020,14 @@ fi %changelog +* Thu Feb 07 2019 Jan Grulich - 5.9.7-1 +- Enable -doc subpkg on PPC + Resolves: bz#1564000 + +* Tue Feb 05 2019 Jan Grulich - 5.9.7-1 +- Update to 5.9.7 + Resolves: bz#1564000 + * Tue Jan 16 2018 Jan Grulich - 5.9.2-3 - Rebuild due to missing RELRO (fixed in binutils) Resolves: bz#1534987