Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2017-05-31 12:21:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mstflint (Old)
 and      /work/SRC/openSUSE:Factory/.mstflint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mstflint"

Wed May 31 12:21:09 2017 rev:7 rq:499770 version:4.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes        2017-05-27 
13:19:30.673782443 +0200
+++ /work/SRC/openSUSE:Factory/.mstflint.new/mstflint.changes   2017-05-31 
12:21:10.752229038 +0200
@@ -1,0 +2,5 @@
+Tue May 30 12:21:38 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add mstflint-gcc7.patch for GCC7 support
+
+-------------------------------------------------------------------

New:
----
  mstflint-gcc7.patch

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

Other differences:
------------------
++++++ mstflint.spec ++++++
--- /var/tmp/diff_new_pack.QjSWvU/_old  2017-05-31 12:21:11.920064179 +0200
+++ /var/tmp/diff_new_pack.QjSWvU/_new  2017-05-31 12:21:11.924063615 +0200
@@ -38,6 +38,8 @@
 Patch3:         mstflint-4.4.0-no-date-time.patch
 # PATCH-FIX-UPSTREAM Add all needed defines to get it built on armv7
 Patch4:         mstflint-armv7_arch.patch
+# PATCH-FIX-UPSTREAM Ignore fallthrough for GCC7 support
+Patch5:         mstflint-gcc7.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  libibmad-devel
@@ -61,6 +63,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 ./autogen.sh

++++++ mstflint-gcc7.patch ++++++
diff --git configure.ac configure.ac
index f988818..8384528 100644
--- configure.ac
+++ configure.ac
@@ -98,6 +98,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [
   LDFLAGS="$LDFLAGS -Wl,--dynamic-linker=/lib64/ld64.so.2"
 ])
 
+CPPFLAGS="$CPPFLAGS -Wno-implicit-fallthrough"
 CFLAGS="$CFLAGS -Werror -DMST_UL"
 CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
 

Reply via email to