Hello community,

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

Package is "iproute2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2011-10-25 
16:03:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2012-02-10 
17:14:22.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Jan 14 03:04:36 UTC 2012 - [email protected]
+
+- Update to new upstream release 3.2.0
+* L2TPv3 support
+* netem additions for loss models, improved RED options
+
+-------------------------------------------------------------------
+Sat Dec 31 20:57:22 UTC 2011 - [email protected]
+
+- Update to new upstream release 3.1.0
+* ip: Add processless network namespace support
+* tc: Add QFQ scheduler
+* ss: display closed UDP sockets on `ss -ul`
+* ss: report ecnseen
+* Add L2TP support
+
+-------------------------------------------------------------------

Old:
----
  iproute2-2.6.39.tar.xz
  iproute2-libxtables6.diff
  iproute2-xt-detect.diff
  iproute2-xt.diff

New:
----
  iproute2-3.2.0.tar.xz

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.NCkBrX/_old  2012-02-10 17:14:23.000000000 +0100
+++ /var/tmp/diff_new_pack.NCkBrX/_new  2012-02-10 17:14:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,41 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           iproute2
-Group:          Productivity/Networking/Routing
-Provides:       iproute
-Version:        2.6.39
-Release:        1
+Provides:       iproute = %version
+Version:        3.2.0
+Release:        0
 Summary:        Linux network configuration utilities
-URL:            
http://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
 License:        GPL-2.0
+Group:          Productivity/Networking/Routing
+Url:            
http://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/iproute2-3.2.0.tar.bz2
+#Git-Clone:    
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
 Source0:        %name-%version.tar.xz
-# PATCH-FIX-UPSTREAM iproute2-libdir-1.diff
+# PATCH-FIX-UPSTREAM iproute2-libdir-1.diff status=unknown
 Patch0:         iproute2-libdir-1.diff
-# PATCH-??-OPENSUSE iproute2-HZ.diff
+# PATCH-??-OPENSUSE iproute2-HZ.diff status=noidea
 Patch1:         iproute2-HZ.diff
-# PATCH-FIX-UPSTREAM iproute2-xt.diff
-Patch4:         iproute2-xt.diff
-# PATCH-FIX-UPSTREAM iproute2-libxtables6.diff
-Patch5:         iproute2-libxtables6.diff
-# PATCH-FIX-UPSTREAM iproute2-xt-detect.diff
-Patch6:         iproute2-xt-detect.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison db-devel flex
-BuildRequires:  libpng-devel libtiff-devel pkgconfig >= 0.19
-BuildRequires:  xorg-x11-devel xz
+BuildRequires:  bison
+BuildRequires:  db-devel
+BuildRequires:  flex
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
 %if 0%{?suse_version}
-BuildRequires:  ghostscript-x11 sgmltool texlive-latex
+BuildRequires:  ghostscript-x11
+BuildRequires:  sgmltool
+BuildRequires:  texlive-latex
 %endif
 %if 0%{?fedora} || 0%{?rhel}
-BuildRequires:  ghostscript linuxdoc-tools sgml-common tetex-dvips tetex-latex
+BuildRequires:  ghostscript
+BuildRequires:  linuxdoc-tools
+BuildRequires:  sgml-common
+BuildRequires:  tetex-dvips
+BuildRequires:  tetex-latex
 %endif
 %define with_xt 1
 %if 0%{?with_xt}
-BuildRequires:  iptables-devel >= 1.4.11
+BuildRequires:  pkgconfig(libnl-1)
+BuildRequires:  pkgconfig(xtables) >= 1.4.11
 %endif
 
 %description
@@ -60,20 +67,20 @@
 
 %package -n libnetlink-devel
 Summary:        A Higher Level Interface to the Netlink Service
+License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 Provides:       libnetlink = %version-%release
-License:        GPL-2.0+
 
 %description -n libnetlink-devel
 libnetlink provides a higher level interface to rtnetlink(7).
 
 %package doc
 Summary:        Documentation to iproute2
+License:        GPL-2.0+
 Group:          Documentation
 %if 0%{?suse_version} >= 1130
 BuildArch:      noarch
 %endif
-License:        GPL-2.0+
 
 %description doc
 This package contains the PDF documentation from iproute2,
@@ -88,7 +95,6 @@
 %endif
 %patch0
 %patch1
-%patch -P 4 -P 5 -P 6 -p1
 find . -name *.orig -print0 | xargs -r0 rm -v
 
 %build
@@ -115,10 +121,11 @@
 
 %files
 %defattr(-,root,root)
-%doc README* RELNOTES
+%doc README*
 %_sbindir/*
 /sbin/*
 /bin/ip
+%_mandir/man7/*
 %_mandir/man8/*
 %dir %_sysconfdir/iproute2
 %config(noreplace) %_sysconfdir/iproute2/*
@@ -130,7 +137,7 @@
 %defattr(-,root,root)
 %doc doc/api-ip6-flowlabels.pdf doc/arpd.pdf doc/ip-cref.pdf
 %doc doc/ip-tunnels.pdf doc/nstat.pdf doc/rtstat.pdf doc/ss.pdf
-%doc ChangeLog examples/ ip/ifcfg ip/routef ip/routel
+%doc examples/ ip/ifcfg ip/routef ip/routel
 
 %files -n libnetlink-devel
 %defattr(-,root,root)

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

Reply via email to