Hello community,

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

Package is "audacity"

Fri Jan 26 13:40:40 2018 rev:78 rq:569830 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2018-01-23 
13:52:54.097860195 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2018-01-26 
13:40:42.117925309 +0100
@@ -1,0 +2,5 @@
+Fri Jan 26 09:23:34 UTC 2018 - [email protected]
+
+- Build with gcc7 for Leap:42.3 and -fstack-clash-protection
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.bckBfV/_old  2018-01-26 13:40:44.829798656 +0100
+++ /var/tmp/diff_new_pack.bckBfV/_new  2018-01-26 13:40:44.833798470 +0100
@@ -46,11 +46,11 @@
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 #Audacity only builds with gcc >= 4.9
-# WARNING: Anything built against wxWidgets with gcc >= 5 needs widgets built 
with relax-abi.diff
+# WARNING: Anything built against wxWidgets with gcc >= 5 needs widgets built 
with relax-abi.diff and gcc >= 5
 %if 0%{?suse_version} < 1330
-BuildRequires:  cpp5
-BuildRequires:  gcc5
-BuildRequires:  gcc5-c++
+BuildRequires:  cpp7
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
 %else
 BuildRequires:  gcc-c++
 %endif
@@ -118,8 +118,10 @@
 
 %build
 # WARNING: Do not alter, only for Leap.
-test -x "$(type -p gcc-5)" && export CC=gcc-5
-test -x "$(type -p g++-5)" && export CXX=g++-5
+test -x "$(type -p %{_bindir}/gcc-7)" && export CC="%{_bindir}/gcc-7"
+test -x "$(type -p %{_bindir}/g++-7)" && export CXX="%{_bindir}/g++-7"
+test -x "$(type -p %{_bindir}/cpp-7)" && export CPP="%{_bindir}/cpp-7"
+
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS -std=gnu++11"
 aclocal -I m4


Reply via email to