Hello community,

here is the log from the commit of package sonic-visualiser for 
openSUSE:Factory checked in at 2018-10-29 14:22:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonic-visualiser (Old)
 and      /work/SRC/openSUSE:Factory/.sonic-visualiser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonic-visualiser"

Mon Oct 29 14:22:15 2018 rev:6 rq:644947 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser.changes        
2018-10-15 09:42:36.851419592 +0200
+++ /work/SRC/openSUSE:Factory/.sonic-visualiser.new/sonic-visualiser.changes   
2018-10-29 14:28:11.976580789 +0100
@@ -1,0 +2,5 @@
+Fri Oct 26 18:31:18 UTC 2018 - Wolfgang Bauer <[email protected]>
+
+- Use gcc7 on Leap 42.3 to fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sonic-visualiser.spec ++++++
--- /var/tmp/diff_new_pack.7yLhfx/_old  2018-10-29 14:28:12.712561199 +0100
+++ /var/tmp/diff_new_pack.7yLhfx/_new  2018-10-29 14:28:12.716561093 +0100
@@ -34,7 +34,11 @@
 BuildRequires:  capnproto
 BuildRequires:  dssi
 BuildRequires:  flac
+%if 0%{suse_version} < 1500
+BuildRequires:  gcc7-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  ladspa
 BuildRequires:  libqt5-qtbase-devel >= 5.2
@@ -121,6 +125,11 @@
 for x in *.pr* config* Makefile* ; do perl -i -p -e 's/c\+\+11/c++14/g' "$x" ; 
done
 
 %build
+%if 0%{suse_version} < 1500
+# gcc 4.8.5 is too old
+export CC=gcc-7
+export CXX=g++-7
+%endif
 export LC_ALL=en_US.UTF-8
 %configure
 make %{?_smp_mflags}


Reply via email to