Hello community,

here is the log from the commit of package fcoe-utils for openSUSE:Factory 
checked in at 2017-04-24 09:46:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcoe-utils (Old)
 and      /work/SRC/openSUSE:Factory/.fcoe-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcoe-utils"

Mon Apr 24 09:46:27 2017 rev:14 rq:487258 version:1.0.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcoe-utils/fcoe-utils.changes    2017-03-11 
15:17:48.295109371 +0100
+++ /work/SRC/openSUSE:Factory/.fcoe-utils.new/fcoe-utils.changes       
2017-04-24 09:46:29.063470407 +0200
@@ -1,0 +2,6 @@
+Tue Apr 11 09:10:32 UTC 2017 - jthumsh...@suse.com
+
+- Disable Werror when building to work around a new GCC 7 warning. 
(bsc#1030244)
+  + 0009-disable-Werror-building.patch
+
+-------------------------------------------------------------------

New:
----
  0009-disable-Werror-building.patch

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

Other differences:
------------------
++++++ fcoe-utils.spec ++++++
--- /var/tmp/diff_new_pack.8Pwnm7/_old  2017-04-24 09:46:29.971341999 +0200
+++ /var/tmp/diff_new_pack.8Pwnm7/_new  2017-04-24 09:46:29.975341434 +0200
@@ -43,6 +43,7 @@
 Patch5:         0005-fcoe.service-Add-foreground-to-prevent-fcoemon-to-be.patch
 Patch6:         0006-fipvlan-fixup-return-value-on-error.patch
 Patch8:         0008-Use-correct-socket-for-fcoemon.socket.patch
+Patch9:         0009-disable-Werror-building.patch
 Patch12:        0012-fcoemon-Retry-fcm_link_getlink-on-EBUSY.patch
 
 # Patches from Fedora
@@ -61,6 +62,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 %patch12 -p1
 %patch101 -p1
 

++++++ 0009-disable-Werror-building.patch ++++++
From: Johannes Thumshirn <jthumsh...@suse.de>
Date: Tue Apr 11 11:08:13 CEST 2017
Subject: Disable Werror building

Disbale the -Werror compiler flag due to a new warning in GCC 7. Although the
warning is legitim it is a false positive in this place.

Signed-off-by: Johannes Thumshirn <jthumsh...@suse.de>
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ sbin_PROGRAMS = fcoeadm fcoemon fcping f
 AM_CPPFLAGS = -I${srcdir}/include -I${builddir}/include
 ## pass the sysconfdir into the C proprocessor
 AM_CPPFLAGS += -DSYSCONFDIR="\"${sysconfdir}\"" -D_FORTIFY_SOURCE=2
-AM_CFLAGS = -Wall -Wformat=2 -Werror -Wmissing-prototypes -Wstrict-prototypes
+AM_CFLAGS = -Wall -Wformat=2 -Wmissing-prototypes -Wstrict-prototypes
 
 ## rules for building fcoeadm
 fcoeadm_SOURCES = fcoeadm.c fcoeadm_display.c
++++++ fcoe-utils-1.0.29-make.patch ++++++
--- /var/tmp/diff_new_pack.8Pwnm7/_old  2017-04-24 09:46:30.063328989 +0200
+++ /var/tmp/diff_new_pack.8Pwnm7/_new  2017-04-24 09:46:30.063328989 +0200
@@ -1,5 +1,7 @@
-diff --git a/Makefile.am b/Makefile.am
-index 5cbc15f..57bdbdb 100644
+---
+ Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -2,7 +2,7 @@
@@ -10,4 +12,4 @@
 +AM_CPPFLAGS = -I${srcdir}/include -I${builddir}/include -I/lib/modules/`rpm 
-q --list kernel | grep "^/lib/modules/.*/build$$" | cut -f4 -d"/" | sort -r | 
head -1`/build/include
  ## pass the sysconfdir into the C proprocessor
  AM_CPPFLAGS += -DSYSCONFDIR="\"${sysconfdir}\"" -D_FORTIFY_SOURCE=2
- AM_CFLAGS = -Wall -Wformat=2 -Werror -Wmissing-prototypes -Wstrict-prototypes
+ AM_CFLAGS = -Wall -Wformat=2 -Wmissing-prototypes -Wstrict-prototypes


Reply via email to