Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2018-02-03 15:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-creator"

Sat Feb  3 15:42:48 2018 rev:49 rq:572202 version:4.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes    
2018-01-19 11:50:31.327248941 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes       
2018-02-03 15:42:55.076207081 +0100
@@ -1,0 +2,7 @@
+Sat Feb  3 01:48:05 UTC 2018 - [email protected]
+
+- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a
+  change to the default compiler flags in openSUSE:Leap:42.3:Update
+  (boo#1077345)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.thd7xE/_old  2018-02-03 15:42:56.208154212 +0100
+++ /var/tmp/diff_new_pack.thd7xE/_new  2018-02-03 15:42:56.208154212 +0100
@@ -44,7 +44,11 @@
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} <= 120200
 BuildRequires:  gcc6-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
 %endif
 # Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 3.9.
 %ifarch %arm %ix86 x86_64
@@ -107,7 +111,11 @@
 makeopts=""
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} <= 120200
 makeopts="$makeopts CC=gcc-6 CXX=g++-6"
+%else
+makeopts="$makeopts CC=gcc-7 CXX=g++-7"
+%endif
 %endif
 
 %qmake5 $opts


Reply via email to