Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2020-02-14 16:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Fri Feb 14 16:28:12 2020 rev:107 rq:772545 version:5.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2020-01-12 
23:16:55.914650759 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new.26092/iproute2.changes     
2020-02-14 16:28:16.839285295 +0100
@@ -1,0 +2,27 @@
+Sun Feb  9 17:16:03 UTC 2020 - Michal Kubecek <[email protected]>
+
+- Update to new upstream version 5.5
+  * bridge: support fdb get
+  * devlink: command line option to switch netns
+  * devlink: all changing netns on reload
+  * devlink: new timestamp format for health report dump
+  * ip: support for alternative device names
+  * ip link: support to get SR-IOV VF node GUID and port GUID
+  * ip neigh: support get
+  * rdma: relax requirement to have PID for HW objects
+  * rdma: stat show mr
+  * ss: allow dumping kTLS info
+  * tc: support action flags
+  * tc flower: support masked port destination and source match
+  * tc pie: add dq_rate_estimator option
+  * tipc: new commands to set TIPC AEAD key
+  * more json support
+- drop patches obsoleted by version upgrade:
+  * ss-fix-end-of-line-printing-in-misc-ss.c.patch
+  * no-double-definitions.patch
+  * Revert-emp-fix-warning-on-deprecated-bison-directive.patch
+  * Revert-tc-ematch-fix-deprecated-yacc-warning.patch
+- refresh
+  * split-link-and-compile-steps-for-binaries.patch
+
+-------------------------------------------------------------------

Old:
----
  Revert-emp-fix-warning-on-deprecated-bison-directive.patch
  Revert-tc-ematch-fix-deprecated-yacc-warning.patch
  iproute2-5.4.0.tar.sign
  iproute2-5.4.0.tar.xz
  no-double-definitions.patch
  ss-fix-end-of-line-printing-in-misc-ss.c.patch

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

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.SjMZam/_old  2020-02-14 16:28:17.575285695 +0100
+++ /var/tmp/diff_new_pack.SjMZam/_new  2020-02-14 16:28:17.575285695 +0100
@@ -17,9 +17,8 @@
 
 
 Name:           iproute2
-Version:        5.4
+Version:        5.5.0
 Release:        0
-%define rversion 5.4.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Routing
@@ -28,18 +27,14 @@
 
 #DL-URL:       https://kernel.org/pub/linux/utils/net/iproute2/
 #Git-Clone:    
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
-Source:         
https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.xz
-Source2:        
https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
+Source:         
https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
+Source2:        
https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
 Source9:        %name.keyring
 Patch1:         adjust-installation-directories-for-openSUSE-SLE.patch
 Patch2:         use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
 Patch3:         add-explicit-typecast-to-avoid-gcc-warning.patch
 Patch4:         xfrm-support-displaying-transformations-used-for-Mob.patch
 Patch6:         split-link-and-compile-steps-for-binaries.patch
-Patch7:         ss-fix-end-of-line-printing-in-misc-ss.c.patch
-Patch8:         no-double-definitions.patch
-Patch101:       Revert-tc-ematch-fix-deprecated-yacc-warning.patch
-Patch102:       Revert-emp-fix-warning-on-deprecated-bison-directive.patch
 Patch201:       bpf-data-section-support-poc.patch
 Patch202:       bpf-bss-section-poc.patch
 BuildRequires:  bison
@@ -87,14 +82,7 @@
 bash command line completion support for iproute.
 
 %prep
-%setup -qn %name-%rversion
-%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 7 -P 8 -P 201 -P 202 -p1
-%if 0%{?suse_version} < 1500
-%patch -P 101 -p1
-%endif
-%if 0%{?sles_version} == 11
-%patch -P 102 -p1
-%endif
+%autosetup -p1
 find . -name *.orig -delete
 
 %build

++++++ iproute2-5.4.0.tar.xz -> iproute2-5.5.0.tar.xz ++++++
++++ 8111 lines of diff (skipped)

++++++ split-link-and-compile-steps-for-binaries.patch ++++++
--- /var/tmp/diff_new_pack.SjMZam/_old  2020-02-14 16:28:17.863285851 +0100
+++ /var/tmp/diff_new_pack.SjMZam/_new  2020-02-14 16:28:17.863285851 +0100
@@ -43,5 +43,5 @@
 +arpd: arpd.o
 +      $(QUIET_CC)$(CC) $(LDFLAGS) -o arpd arpd.o $(LDLIBS) -ldb
  
- ssfilter.c: ssfilter.y
-       $(QUIET_YACC)bison ssfilter.y -o ssfilter.c
+ ssfilter.tab.c: ssfilter.y
+       $(QUIET_YACC)$(YACC) -b ssfilter ssfilter.y


Reply via email to