Hello community, here is the log from the commit of package iproute2 for openSUSE:Factory checked in at 2014-11-26 10:35:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-08-13 08:48:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes 2014-11-26 10:35:42.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Nov 25 08:18:52 UTC 2014 - mkubecek@suse.cz + +- Update to new upstream release 3.17 +* ip: allow to set ipv6 address generation mode +* nstat: 64-bit support on 32-bit architectures +* ip: do not require "name" keyword when adding device + (3.16 regression) +* ip: support of usec rtt in tcp_metrics +* ip: allow to change slave options via type_slave +* ip: add support for IPv6 VTI tunnels +* tc: rsvp/tcindex/route classifier support for multiple actions +* ip: print stats with "ip -s addr show" +- Add revert-bison-fix.diff: + fix build on SLE11 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes 2014-08-13 08:48:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes 2014-11-26 10:35:42.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Nov 25 08:18:52 UTC 2014 - mkubecek@suse.cz + +- Update to new upstream release 3.17 +* ip: allow to set ipv6 address generation mode +* nstat: 64bit support on 32bit architectures +* ip: don't require "name" keyword when adding device + (3.16 regression) +* ip: support of usec rtt in tcp_metrics +* ip: allow to change slave options via type_slave +* ip: add support for IPv6 VTI tunnels +* tc: rsvp/tcindex/route classifier support for multiple actions +* ip: print stats with "ip -s addr show" +- Add revert-bison-fix.diff: + fix build on SLE11 + +------------------------------------------------------------------- Old: ---- iproute2-3.16.0.tar.sign iproute2-3.16.0.tar.xz New: ---- iproute2-3.17.0.tar.sign iproute2-3.17.0.tar.xz revert-bison-fix.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iproute2-doc.spec ++++++ --- /var/tmp/diff_new_pack.fKSHGa/_old 2014-11-26 10:35:44.000000000 +0100 +++ /var/tmp/diff_new_pack.fKSHGa/_new 2014-11-26 10:35:44.000000000 +0100 @@ -17,9 +17,9 @@ Name: iproute2-doc -Version: 3.16 +Version: 3.17 Release: 0 -%define rversion 3.16.0 +%define rversion 3.17.0 Summary: Documentation to iproute2 License: GPL-2.0+ Group: Documentation/Other ++++++ iproute2.spec ++++++ --- /var/tmp/diff_new_pack.fKSHGa/_old 2014-11-26 10:35:45.000000000 +0100 +++ /var/tmp/diff_new_pack.fKSHGa/_new 2014-11-26 10:35:45.000000000 +0100 @@ -17,9 +17,9 @@ Name: iproute2 -Version: 3.16 +Version: 3.17 Release: 0 -%define rversion 3.16.0 +%define rversion 3.17.0 Summary: Linux network configuration utilities License: GPL-2.0 Group: Productivity/Networking/Routing @@ -35,6 +35,7 @@ Patch1: iproute2-dirs.diff Patch2: iproute2-HZ.diff Patch3: revert-pdf-creation.diff +Patch4: revert-bison-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison BuildRequires: db-devel @@ -69,17 +70,14 @@ libnetlink provides a higher level interface to rtnetlink(7). %prep -%{?gpg_verify: xz -dfk "%{S:0}"; %gpg_verify %{S:2}} -%if 0%{?__xz:1} %setup -qn %name-%rversion -%else -tar -xf "%{S:0}" --use=xz; -%setup -DTqn %name-%rversion -%endif %patch -P 1 -P 2 -p1 %if 0%{?sles_version} == 11 || (0%{?suse_version} && 0%{?suse_version} <= 1220) %patch -P 3 -p1 %endif +%if 0%{?sles_version} == 11 +%patch -P 4 -p1 +%endif find . -name *.orig -delete %build @@ -127,9 +125,8 @@ %_mandir/man8/* %dir %_sysconfdir/iproute2 %config(noreplace) %_sysconfdir/iproute2/* -%_libdir/tc -%dir %_datadir/tc -%attr(644,root,root)%_datadir/tc/* +%_libdir/tc/ +%_datadir/tc/ %files -n libnetlink-devel %defattr(-,root,root) ++++++ iproute2-3.16.0.tar.xz -> iproute2-3.17.0.tar.xz ++++++ ++++ 2222 lines of diff (skipped) ++++++ revert-bison-fix.diff ++++++
From 184ea2afa279c94248db86f74a3f4fd3ba3cded1 Mon Sep 17 00:00:00 2001 From: Michal Kubecek <mkubecek@suse.cz> Date: Tue, 25 Nov 2014 08:39:36 +0100 Subject: [PATCH] Revert "emp: fix warning on deprecated bison directive"
This reverts commit edd3979272e46d17456a4dabc3e9acf59e561d5a. For SLE11 only. Its bison [version 2.3] does not allow new syntax. --- tc/emp_ematch.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/emp_ematch.y b/tc/emp_ematch.y index bc08da2..7043a80 100644 --- a/tc/emp_ematch.y +++ b/tc/emp_ematch.y @@ -9,7 +9,7 @@ %locations %token-table %error-verbose -%name-prefix "ematch_" +%name-prefix="ematch_" %union { unsigned int i; -- 1.8.4.5 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org