Hello community,

here is the log from the commit of package open-lldp for openSUSE:Factory 
checked in at 2019-05-25 13:15:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-lldp (Old)
 and      /work/SRC/openSUSE:Factory/.open-lldp.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-lldp"

Sat May 25 13:15:13 2019 rev:12 rq:704116 version:1.0.1+56.cb81e95

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-lldp/open-lldp.changes      2019-03-24 
14:56:31.467205085 +0100
+++ /work/SRC/openSUSE:Factory/.open-lldp.new.5148/open-lldp.changes    
2019-05-25 13:15:14.480447966 +0200
@@ -1,0 +2,10 @@
+Tue May 14 09:28:48 UTC 2019 - Martin Liška <[email protected]>
+
+- Add disable-werror.patch.
+
+-------------------------------------------------------------------
+Thu May  9 12:05:15 UTC 2019 - Martin Liška <[email protected]>
+
+- Disable -Werror (boo#1128299) and remove gcc9-fix-werror.patch.
+
+-------------------------------------------------------------------

Old:
----
  gcc9-fix-werror.patch

New:
----
  disable-werror.patch

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

Other differences:
------------------
++++++ open-lldp.spec ++++++
--- /var/tmp/diff_new_pack.mEGy8Y/_old  2019-05-25 13:15:16.096447365 +0200
+++ /var/tmp/diff_new_pack.mEGy8Y/_new  2019-05-25 13:15:16.120447356 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  readline-devel
 Url:            https://github.com/intel/openlldp
 Source:         %{name}-v%{version}.tar.xz
-Patch0:         gcc9-fix-werror.patch
+Patch0:         disable-werror.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       dcbd = %{version}
 Obsoletes:      dcbd < %{version}

++++++ disable-werror.patch ++++++
diff --git a/Makefile.am b/Makefile.am
index 292c0fd..b20574c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,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 -Wextra -Wformat=2 $(LIBCONFIG_CFLAGS) $(LIBNL_CFLAGS)
 AM_LDFLAGS = $(LIBCONFIG_LIBS) $(LIBNL_LIBS) -lrt
 
 ## header files to be installed, for programs using the client interface to 
lldpad 
diff --git a/configure.ac b/configure.ac
index 0667446..e49867e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([lldpad], [1.0.1], [[email protected]])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
 
 m4_pattern_allow([AM_PROG_AR])
 AM_PROG_AR

Reply via email to