Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2016-05-26 23:53:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-doc.changes    2016-04-06 
11:51:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes       
2016-05-26 23:53:05.000000000 +0200
@@ -1,0 +2,13 @@
+Sat May 21 08:21:36 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 4.6
+* vxlan: add support to set flow label
+* tc, bpf: add new csum and tunnel signatures
+* tc, bpf: further improve error reporting
+* tc, bpf: add support for map pre/allocation
+* ip link: Add support for kernel side filtering
+* tc: introduce IFE action
+* add devlink tool
+* iplink: display IFLA_PHYS_PORT_NAME
+
+-------------------------------------------------------------------
iproute2.changes: same change

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

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

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

Other differences:
------------------
++++++ iproute2-doc.spec ++++++
--- /var/tmp/diff_new_pack.EO3HwX/_old  2016-05-26 23:53:06.000000000 +0200
+++ /var/tmp/diff_new_pack.EO3HwX/_new  2016-05-26 23:53:06.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           iproute2-doc
-Version:        4.5
+Version:        4.6
 Release:        0
-%define rversion 4.5.0
+%define rversion 4.6.0
 Summary:        Documentation to iproute2
 License:        GPL-2.0+
 Group:          Documentation/Other

++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.EO3HwX/_old  2016-05-26 23:53:06.000000000 +0200
+++ /var/tmp/diff_new_pack.EO3HwX/_new  2016-05-26 23:53:06.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           iproute2
-Version:        4.5
+Version:        4.6
 Release:        0
-%define rversion 4.5.0
+%define rversion 4.6.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0
 Group:          Productivity/Networking/Routing
@@ -70,6 +70,15 @@
 libnetlink provides a higher-level interface to rtnetlink(7).
 New programs should use libmnl-devel instead.
 
+%package bash-completion
+Summary:        Bash completion for iproute
+License:        GPL-2.0+
+Group:          System/Shells
+Requires:       bash-completion
+
+%description bash-completion
+bash command line completion support for iproute.
+
 %prep
 %setup -qn %name-%rversion
 %patch -P 1 -P 2 -p1
@@ -85,30 +94,30 @@
 %build
 # build with -fPIC. For details see
 # https://bugzilla.novell.com/show_bug.cgi?id=388021
-xt_libdir="$(pkg-config xtables --variable=xtlibdir)";
-xt_cflags="$(pkg-config xtables --cflags)";
+xt_libdir="$(pkg-config xtables --variable=xtlibdir)"
+xt_cflags="$(pkg-config xtables --cflags)"
 make %{?_smp_mflags} LIBDIR="%_libdir" CCOPTS="-D_GNU_SOURCE %optflags 
-Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
 
 %install
-b="%buildroot";
+b="%buildroot"
 install -d "$b"/{etc/,sbin/,usr/{sbin,share/man/man{3,8}}}
 install -d "$b"/{/usr/include,%_libdir,/usr/share}
 make install DESTDIR="$b" LIBDIR="%_libdir" \
-       MODDESTDIR="$b/%_libdir/tc" DOCDIR="%_docdir/%name";
+       MODDESTDIR="$b/%_libdir/tc" DOCDIR="%_docdir/%name"
 # We have m_xt
-rm -f "$b/%_libdir/tc/m_ipt.so";
-install -pm0644 "lib/libnetlink.a" "$b/%_libdir/";
-chmod -x "$b/%_libdir/libnetlink.a";
-install -pm0644 "include/libnetlink.h" "$b/%_includedir/";
-chmod -x "$b/%_includedir/libnetlink.h";
+rm -f "$b/%_libdir/tc/m_ipt.so"
+install -pm0644 "lib/libnetlink.a" "$b/%_libdir/"
+chmod -x "$b/%_libdir/libnetlink.a"
+install -pm0644 "include/libnetlink.h" "$b/%_includedir/"
+chmod -x "$b/%_includedir/libnetlink.h"
 #UsrMerge
-ln -s "%_sbindir/ip" "$b/sbin";
-mkdir -p "$b/bin";
-ln -sf "%_sbindir/ip" "$b/bin/ip";
+ln -s "%_sbindir/ip" "$b/sbin"
+mkdir -p "$b/bin"
+ln -sf "%_sbindir/ip" "$b/bin/ip"
 #EndUsrMerge
-rm "$b/%_sbindir/ifcfg";
+rm "$b/%_sbindir/ifcfg"
 
-mkdir -p "$b/%_docdir/%name";
+mkdir -p "$b/%_docdir/%name"
 # packaged in iproute2-doc:
 rm -rf $b/%_docdir/%name/*
 cp -an README* COPYING "$b/%_docdir/%name/"
@@ -136,4 +145,8 @@
 %_mandir/man3/libnetlink*
 %_libdir/lib*
 
+%files bash-completion
+%defattr(-,root,root)
+%_datadir/bash-completion/
+
 %changelog

++++++ iproute2-4.5.0.tar.xz -> iproute2-4.6.0.tar.xz ++++++
++++ 20586 lines of diff (skipped)

++++++ kernel_xfrm6_raw.patch ++++++
--- /var/tmp/diff_new_pack.EO3HwX/_old  2016-05-26 23:53:07.000000000 +0200
+++ /var/tmp/diff_new_pack.EO3HwX/_new  2016-05-26 23:53:07.000000000 +0200
@@ -12,12 +12,12 @@
  ip/xfrm_state.c  |    1 +
  3 files changed, 3 insertions(+), 1 deletion(-)
 
-Index: iproute2-3.18.0/ip/ipxfrm.c
+Index: iproute2-4.6.0/ip/ipxfrm.c
 ===================================================================
---- iproute2-3.18.0.orig/ip/ipxfrm.c
-+++ iproute2-3.18.0/ip/ipxfrm.c
-@@ -115,7 +115,7 @@ struct typeent {
- static const struct typeent xfrmproto_types[]= {
+--- iproute2-4.6.0.orig/ip/ipxfrm.c
++++ iproute2-4.6.0/ip/ipxfrm.c
+@@ -114,7 +114,7 @@ struct typeent {
+ static const struct typeent xfrmproto_types[] = {
        { "esp", IPPROTO_ESP }, { "ah", IPPROTO_AH }, { "comp", IPPROTO_COMP },
        { "route2", IPPROTO_ROUTING }, { "hao", IPPROTO_DSTOPTS },
 -      { "ipsec-any", IPSEC_PROTO_ANY },
@@ -25,10 +25,10 @@
        { NULL, -1 }
  };
  
-Index: iproute2-3.18.0/ip/xfrm_policy.c
+Index: iproute2-4.6.0/ip/xfrm_policy.c
 ===================================================================
---- iproute2-3.18.0.orig/ip/xfrm_policy.c
-+++ iproute2-3.18.0/ip/xfrm_policy.c
+--- iproute2-4.6.0.orig/ip/xfrm_policy.c
++++ iproute2-4.6.0/ip/xfrm_policy.c
 @@ -93,6 +93,7 @@ static void usage(void)
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH));
@@ -37,11 +37,11 @@
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ROUTING));
        fprintf(stderr, "%s\n", strxf_xfrmproto(IPPROTO_DSTOPTS));
        fprintf(stderr, "MODE := transport | tunnel | beet | ro | 
in_trigger\n");
-Index: iproute2-3.18.0/ip/xfrm_state.c
+Index: iproute2-4.6.0/ip/xfrm_state.c
 ===================================================================
---- iproute2-3.18.0.orig/ip/xfrm_state.c
-+++ iproute2-3.18.0/ip/xfrm_state.c
-@@ -73,6 +73,7 @@ static void usage(void)
+--- iproute2-4.6.0.orig/ip/xfrm_state.c
++++ iproute2-4.6.0/ip/xfrm_state.c
+@@ -72,6 +72,7 @@ static void usage(void)
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_ESP));
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_AH));
        fprintf(stderr, "%s | ", strxf_xfrmproto(IPPROTO_COMP));


Reply via email to