Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2018-01-26 13:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.ktorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktorrent"

Fri Jan 26 13:58:57 2018 rev:108 rq:569400 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes        2017-09-08 
20:43:51.159331150 +0200
+++ /work/SRC/openSUSE:Factory/.ktorrent.new/ktorrent.changes   2018-01-26 
13:59:00.878618228 +0100
@@ -1,0 +2,7 @@
+Wed Jan 24 18:12:30 UTC 2018 - [email protected]
+
+- Build with gcc7 on Leap 42.3, gcc5 no longer works because of a
+  change to the default compiler flags in openSUSE:Leap:42.3:Update
+  (boo#1077345)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ktorrent.spec ++++++
--- /var/tmp/diff_new_pack.7IgN1p/_old  2018-01-26 13:59:02.142559216 +0100
+++ /var/tmp/diff_new_pack.7IgN1p/_new  2018-01-26 13:59:02.142559216 +0100
@@ -75,8 +75,13 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(taglib)
 %if 0%{?suse_version} < 1330
+%if 0%{?sle_version} < 120300
 BuildRequires:    gcc5
 BuildRequires:    gcc5-c++
+%else
+BuildRequires:    gcc7
+BuildRequires:    gcc7-c++
+%endif
 #!BuildIgnore:  libgcc_s1
 %endif
 Recommends:     %{name}-lang = %{version}
@@ -98,8 +103,12 @@
 
 %build
 %if 0%{?suse_version} < 1330
+%if 0%{?sle_version} < 120300
 %cmake_kf5 -d build -- -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_CXX_COMPILER=g++-5
 %else
+%cmake_kf5 -d build -- -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7
+%endif
+%else
 %cmake_kf5 -d build
 %endif
 %make_jobs


Reply via email to