Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2013-09-27 17:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2013-09-12 
07:09:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2013-09-27 
17:37:25.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Sep 12 21:44:57 UTC 2013 - [email protected]
+
+- Update to new upstream release 3.11
+* Support for Linux 3.11
+* iptunnel: check SIT_ISATAP flag only for SIT tunnel
+* ss: show destination address for netlink sockets
+* ss: Get netlink sockets info via sock_diag
+* vxlan: Allow setting destination to unicast address
+* ss: add fastopen support
+* htb: report overhead attribute
+* ip: allow to specify mode for sit tunnels
+* ip: iplink_vlan: add 802.1ad support
+* iptuntap: allow creation of multi-queue tun/tap device
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.ywC01I/_old  2013-09-27 17:37:26.000000000 +0200
+++ /var/tmp/diff_new_pack.ywC01I/_new  2013-09-27 17:37:26.000000000 +0200
@@ -17,8 +17,9 @@
 
 
 Name:           iproute2
-Version:        3.9.0
+Version:        3.11
 Release:        0
+%define rversion       3.11.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0
 Group:          Productivity/Networking/Routing
@@ -27,8 +28,8 @@
 
 #DL-URL:       http://kernel.org/pub/linux/utils/net/iproute2/
 #Git-Clone:    
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
-Source:         
http://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
-Source2:        
http://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
+Source:         
http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.xz
+Source2:        
http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
 Patch1:         iproute2-dirs.diff
 Patch2:         iproute2-HZ.diff
 Patch3:         revert-pdf-creation.diff
@@ -72,9 +73,6 @@
 BuildRequires:  libxtables-devel >= 1.4.11
 %endif
 %endif
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 Provides:       iproute = %version-%release
 
 %description
@@ -105,13 +103,12 @@
 as well as examples and other outdated files.
 
 %prep
-xz -dk "%{S:0}"
-%{?gpg_verify: %gpg_verify %{S:2}}
+%{?gpg_verify: xz -dfk "%{S:0}"; %gpg_verify %{S:2}}
 %if 0%{?__xz:1}
-%setup -q
+%setup -qn %name-%rversion
 %else
 tar -xf "%{S:0}" --use=xz;
-%setup -DTq
+%setup -DTqn %name-%rversion
 %endif
 %patch -P 1 -P 2 -p1
 %if 0%{?sles_version} == 11 || (0%{?suse_version} && 0%{?suse_version} <= 1220)

++++++ iproute2-3.9.0.tar.xz -> iproute2-3.11.0.tar.xz ++++++
++++ 4731 lines of diff (skipped)

++++++ iproute2-dirs.diff ++++++
--- /var/tmp/diff_new_pack.ywC01I/_old  2013-09-27 17:37:26.000000000 +0200
+++ /var/tmp/diff_new_pack.ywC01I/_new  2013-09-27 17:37:26.000000000 +0200
@@ -4,10 +4,10 @@
  netem/Makefile     |    6 ++++--
  3 files changed, 7 insertions(+), 5 deletions(-)
 
-Index: iproute2-3.8.0/Makefile
+Index: iproute2-3.11.0/Makefile
 ===================================================================
---- iproute2-3.8.0.orig/Makefile
-+++ iproute2-3.8.0/Makefile
+--- iproute2-3.11.0.orig/Makefile
++++ iproute2-3.11.0/Makefile
 @@ -1,7 +1,7 @@
  ROOTDIR=$(DESTDIR)
  PREFIX=/usr
@@ -18,7 +18,7 @@
  DATADIR=$(PREFIX)/share
  DOCDIR=$(DATADIR)/doc/iproute2
 @@ -33,7 +33,7 @@ CCOPTS = -O2
- WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
+ WFLAGS := -Wall -Wstrict-prototypes  -Wmissing-prototypes
  WFLAGS += -Wmissing-declarations -Wold-style-definition
  
 -CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
@@ -26,10 +26,10 @@
  YACCFLAGS = -d -t -v
  
  SUBDIRS=lib ip tc bridge misc netem genl man
-Index: iproute2-3.8.0/include/iptables.h
+Index: iproute2-3.11.0/include/iptables.h
 ===================================================================
---- iproute2-3.8.0.orig/include/iptables.h
-+++ iproute2-3.8.0/include/iptables.h
+--- iproute2-3.11.0.orig/include/iptables.h
++++ iproute2-3.11.0/include/iptables.h
 @@ -5,7 +5,7 @@
  #include "libiptc/libiptc.h"
  
@@ -39,10 +39,10 @@
  #endif
  
  #ifndef IPPROTO_SCTP
-Index: iproute2-3.8.0/netem/Makefile
+Index: iproute2-3.11.0/netem/Makefile
 ===================================================================
---- iproute2-3.8.0.orig/netem/Makefile
-+++ iproute2-3.8.0/netem/Makefile
+--- iproute2-3.11.0.orig/netem/Makefile
++++ iproute2-3.11.0/netem/Makefile
 @@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
  CCOPTS  = $(CBUILD_CFLAGS)
  LDLIBS += -lm 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to