Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2019-02-01 11:43:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Fri Feb  1 11:43:02 2019 rev:101 rq:668811 version:4.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2018-11-06 
15:13:44.093535963 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new.28833/iproute2.changes     
2019-02-01 11:43:04.096698990 +0100
@@ -1,0 +2,22 @@
+Sat Jan 26 10:39:56 UTC 2019 - [email protected]
+
+- Update to new upstream release 4.20
+  * lwtunnel: allow src for encap ip/ip6
+  * tc netem: add slot parameter
+  * ip: add ipvtap support
+  * ip neigh: support NTF_ROUTER and NTF_EXT_LEARNED flags
+  * bridge fdb: support sticky flag
+  * tc flower: geneve option match
+  * tc: show TCA_STATS_BASIC_HW statistics
+  * libnetlink: use correct message types for dump requests
+  * tc flower: expose hardware offload count
+  * tc: allow configuring taprio qdisc
+  * bridge: support backup port
+  * ss: support bytes_sent, bytes_retrans, dsack_dups, reord_seen
+  * bridge: make -c match -compressvlans first instead of -color
+  * fix build errors (old glibc, new llvm, no mnl, 32-bit archs)
+  * various minor fixes
+  * testsuite improvements
+- refresh split-link-and-compile-steps-for-binaries.patch
+
+-------------------------------------------------------------------

Old:
----
  iproute2-4.19.0.tar.sign
  iproute2-4.19.0.tar.xz

New:
----
  iproute2-4.20.0.tar.sign
  iproute2-4.20.0.tar.xz

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.3y2tXs/_old  2019-02-01 11:43:04.872698193 +0100
+++ /var/tmp/diff_new_pack.3y2tXs/_new  2019-02-01 11:43:04.876698189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           iproute2
-Version:        4.19
+Version:        4.20
 Release:        0
-%define rversion 4.19.0
+%define rversion 4.20.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Routing

++++++ iproute2-4.19.0.tar.xz -> iproute2-4.20.0.tar.xz ++++++
++++ 13055 lines of diff (skipped)

++++++ split-link-and-compile-steps-for-binaries.patch ++++++
--- /var/tmp/diff_new_pack.3y2tXs/_old  2019-02-01 11:43:05.220697836 +0100
+++ /var/tmp/diff_new_pack.3y2tXs/_new  2019-02-01 11:43:05.224697832 +0100
@@ -24,22 +24,22 @@
        $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
  
 -nstat: nstat.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o nstat nstat.c 
$(LDLIBS) -lm
 +nstat: nstat.o
 +      $(QUIET_CC)$(CC) $(LDFLAGS) -o nstat nstat.o $(LDLIBS) -lm
  
 -ifstat: ifstat.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ifstat ifstat.c 
$(LDLIBS) -lm
 +ifstat: ifstat.o
 +      $(QUIET_CC)$(CC) $(LDFLAGS) -o ifstat ifstat.o $(LDLIBS) -lm
  
 -rtacct: rtacct.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LDLIBS) -lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o rtacct rtacct.c 
$(LDLIBS) -lm
 +rtacct: rtacct.o
 +      $(QUIET_CC)$(CC) $(LDFLAGS) -o rtacct rtacct.o $(LDLIBS) -lm
  
 -arpd: arpd.c
--      $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c 
$(LDLIBS) -ldb
+-      $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(CPPFLAGS) $(LDFLAGS) -o 
arpd arpd.c $(LDLIBS) -ldb
 +arpd: arpd.o
 +      $(QUIET_CC)$(CC) $(LDFLAGS) -o arpd arpd.o $(LDLIBS) -ldb
  


Reply via email to