Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2018-02-10 17:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Sat Feb 10 17:54:57 2018 rev:94 rq:573923 version:4.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2017-12-13 
11:55:55.219769251 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2018-02-10 
17:54:58.699058471 +0100
@@ -1,0 +2,32 @@
+Wed Feb  7 02:17:21 UTC 2018 - [email protected]
+
+- Update to new upstream release 4.15.0
+  * Add "show" subcommand to "ip fou"
+  * Show 'external' link mode in output
+  * bridge: vlan: support for per vlan tunnel info
+  * gre6/tunnel: Output flowlabel after tclass
+  * ila: support for configuring identifier and hook types
+  * ila: support to configure checksum neutral-map-auto
+  * ip6_gre: add support for ERSPAN tunnel
+  * ip6tnl/tunnel: Output hoplimit before encapsulation limit
+  * ip: add fastopen_no_cookie option to ip route
+  * ip: bridge_slave: add neigh_suppress to the type help and
+  * ip: bridge_slave: add support for per-port group_fwd_mask
+  * ip: validate vlan value for vlan info
+  * iplink: new option to set neigh suppression on a bridge port
+  * link_iptnl: Print tunnel mode
+  * qdisc: print offload indication
+  * ss: Implement automatic column width calculation
+  * ss: Introduce columns lightweight abstraction
+  * ss: add AF_VSOCK support
+  * ss: add missing path MTU parameter
+  * ss: print tcpi_rcv_ssthresh
+  * tc: Add support for the CBS qdisc
+  * tc: bandwith limits can now be specified in %.
+  * {f, m}_bpf: don't allow specifying multiple bpf programs
+- drop man-fix-documentation-references-in-manual-pages.patch
+  * debian specific paths were removed altogether
+- partial cleanup with spec-cleaner
+- use https in urls
+
+-------------------------------------------------------------------

Old:
----
  iproute2-4.14.1.tar.sign
  iproute2-4.14.1.tar.xz
  man-fix-documentation-references-in-manual-pages.patch

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

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.ScnuuB/_old  2018-02-10 17:54:59.467030670 +0100
+++ /var/tmp/diff_new_pack.ScnuuB/_new  2018-02-10 17:54:59.467030670 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,29 +17,27 @@
 
 
 Name:           iproute2
-Version:        4.14.1
+Version:        4.15.0
 Release:        0
-%define rversion 4.14.1
+%define rversion 4.15.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0
 Group:          Productivity/Networking/Routing
-Url:            
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
+Url:            
https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
 # Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
 
-#DL-URL:       http://kernel.org/pub/linux/utils/net/iproute2/
+#DL-URL:       https://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-%rversion.tar.xz
-Source2:        
http://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
+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
 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
-Patch5:         man-fix-documentation-references-in-manual-pages.patch
 Patch6:         split-link-and-compile-steps-for-binaries.patch
 Patch7:         examples-fix-bashisms-in-example-script.patch
 Patch102:       Revert-emp-fix-warning-on-deprecated-bison-directive.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -84,7 +82,7 @@
 
 %prep
 %setup -qn %name-%rversion
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 7 -p1
 %if 0%{?sles_version} == 11
 %patch -P 102 -p1
 %endif
@@ -95,14 +93,16 @@
 # https://bugzilla.novell.com/show_bug.cgi?id=388021
 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"
+make %{?_smp_mflags} CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes 
-Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags"
 
 %install
 b="%buildroot"
 install -d "$b"/{etc/,sbin/,usr/{bin,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"
+%make_install \
+  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/"
@@ -122,7 +122,6 @@
 %fdupes %buildroot/%_prefix
 
 %files
-%defattr(-,root,root)
 %_bindir/lnstat
 %_bindir/nstat
 %_bindir/routef
@@ -142,13 +141,11 @@
 %_docdir/%name/
 
 %files -n libnetlink-devel
-%defattr(-,root,root)
 %_includedir/*
 %_mandir/man3/libnetlink*
 %_libdir/lib*
 
 %files bash-completion
-%defattr(-,root,root)
 %_datadir/bash-completion/
 
 %changelog

++++++ iproute2-4.14.1.tar.xz -> iproute2-4.15.0.tar.xz ++++++
++++ 15611 lines of diff (skipped)


Reply via email to