Hello community,

here is the log from the commit of package open-lldp for openSUSE:Factory 
checked in at 2015-04-12 00:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-lldp (Old)
 and      /work/SRC/openSUSE:Factory/.open-lldp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-lldp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-lldp/open-lldp.changes      2014-06-19 
13:20:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.open-lldp.new/open-lldp.changes 2015-04-12 
00:08:35.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Mar 23 23:23:27 UTC 2015 - crrodrig...@opensuse.org
+
+- Fix build with gcc5 (open-lldp-gcc5.patch)
+* do not use -Werror
+* Use -fgnu89-inline as the code relies on the old semantics
+
+-------------------------------------------------------------------

New:
----
  open-lldp-gcc5.patch

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

Other differences:
------------------
++++++ open-lldp.spec ++++++
--- /var/tmp/diff_new_pack.rh8c0m/_old  2015-04-12 00:08:36.000000000 +0200
+++ /var/tmp/diff_new_pack.rh8c0m/_new  2015-04-12 00:08:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-lldp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 Patch0:         %{name}-git-update.patch.bz2
 Patch1:         0001-lldpad-print-verbose-error-messages.patch
 Patch2:         0002-Move-to-libnl3.patch
+Patch3:         open-lldp-gcc5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       dcbd = %{version}
 Obsoletes:      dcbd < %{version}
@@ -75,6 +76,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -vi

++++++ open-lldp-gcc5.patch ++++++
--- open-lldp-0.9.46.orig/Makefile.am
+++ open-lldp-0.9.46/Makefile.am
@@ -16,7 +16,7 @@ ACLOCAL_AMFLAGS = -I m4
 parse_cli.o: CFLAGS+=-U_FORTIFY_SOURCE -Wno-error
 
 ## system requires a shared libconfig
-AM_CFLAGS = -Wall -Werror -Wextra -Wformat=2 $(LIBCONFIG_CFLAGS) 
$(LIBNL_CFLAGS)
+AM_CFLAGS = -Wall -fgnu89-inline -Wextra -Wformat=2 $(LIBCONFIG_CFLAGS) 
$(LIBNL_CFLAGS)
 AM_LDFLAGS = $(LIBCONFIG_LIBS) $(LIBNL_LIBS)
 
 ## header files to be installed, for programs using the client interface to 
lldpad 

Reply via email to