Hello community,

here is the log from the commit of package buzztrax for openSUSE:Factory 
checked in at 2019-04-05 12:05:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buzztrax (Old)
 and      /work/SRC/openSUSE:Factory/.buzztrax.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buzztrax"

Fri Apr  5 12:05:19 2019 rev:13 rq:691689 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/buzztrax/buzztrax.changes        2019-01-21 
11:02:00.323147068 +0100
+++ /work/SRC/openSUSE:Factory/.buzztrax.new.3908/buzztrax.changes      
2019-04-05 12:06:54.274578953 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 20:58:43 UTC 2019 - [email protected]
+
+- Use gcc8 in SLE_12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ buzztrax.spec ++++++
--- /var/tmp/diff_new_pack.78HhRc/_old  2019-04-05 12:06:55.122579280 +0200
+++ /var/tmp/diff_new_pack.78HhRc/_new  2019-04-05 12:06:55.122579280 +0200
@@ -48,7 +48,11 @@
 BuildRequires:  automake >= 1.13
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
+%if 0%{?suse_version} > 1320
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc8-c++
+%endif
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -211,12 +215,8 @@
 cp -v %{SOURCE1} .
 
 %build
-%if 1 == 0
-%define gcc_version 8
-export CC=gcc-8
-export CPP=cpp-8
-export CXX=g++-8
-%endif
+test -x "$(type -p gcc-8)" && export CC="$_"
+test -x "$(type -p g++-8)" && export CXX="$_"
 export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
 export CFLAGS="$CFLAGS -Wno-error=format-truncation= 
-Wno-error=format-overflow= -Wno-error=incompatible-pointer-types 
-Wno-error=restrict"
 export CXXFLAGS="$CFLAGS"


Reply via email to