Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2016-06-25 01:56:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt4 (Old)
 and      /work/SRC/openSUSE:Factory/.libqt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt4"

Changes:
--------
libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes    2016-06-07 
23:43:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes       2016-06-25 
01:56:24.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 24 05:12:34 UTC 2016 - [email protected]
+
+- Add fix-gcc6-detection.diff to fix GCC6 detection (boo#986350)
+
+-------------------------------------------------------------------

New:
----
  fix-gcc6-detection.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
libqt4-sql-plugins.spec: same change
++++++ libqt4.spec ++++++
--- /var/tmp/diff_new_pack.e1cq7H/_old  2016-06-25 01:56:35.000000000 +0200
+++ /var/tmp/diff_new_pack.e1cq7H/_new  2016-06-25 01:56:35.000000000 +0200
@@ -140,6 +140,8 @@
 Patch166:       0001-Fix-exclusion-of-anonymous-ciphers.patch
 # PATCH-FIX-OPENSUSE disable-insecure-ciphers-bnc865241.diff -- Disable 
insecure ciphers (rc4, aecdh, adh, exp-adh, <128 bits)
 Patch167:       disable-rc4-ciphers-bnc865241.diff
+# PATCH-FIX-OPENSUSE fix-gcc6-detection.diff -- Fix GCC6 detection
+Patch168:       fix-gcc6-detection.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -451,6 +453,7 @@
 %patch165 -p1
 %patch166 -p1
 %patch167 -p1
+%patch168 -p1
 
 # be sure not to use them
 rm -rf src/3rdparty/{libjpeg,freetype,libpng,zlib,libtiff,fonts}




++++++ fix-gcc6-detection.diff ++++++
diff --git a/configure b/configure
index 10ad7ca..3cdae43 100644
--- a/configure
+++ b/configure
@@ -8050,7 +8050,7 @@ g++*)
     3.*)
         COMPILER_VERSION="3.*"
         ;;
-    5*|4.*)
+    [56789]*|4.*)
         COMPILER_VERSION="4"
         ;;
     *)



Reply via email to