From 2fe9f123eae67c10aedd99221aafcae58bdd2fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 2 Aug 2012 16:08:46 +0200 Subject: [PATCH] 3.5.0 bump --- iproute.spec | 12 ++++++++---- ...0-optflags.patch => iproute2-3.5.0-optflags.patch | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) rename iproute2-3.4.0-optflags.patch => iproute2-3.5.0-optflags.patch (80%) diff --git a/iproute.spec b/iproute.spec index 025104a..9863e64 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,8 +1,8 @@ %global cbq_version v0.7.3 Summary: Advanced IP routing and network device configuration tools Name: iproute -Version: 3.4.0 -Release: 2%{?dist} +Version: 3.5.0 +Release: 1%{?dist} Group: Applications/System URL: http://kernel.org/pub/linux/utils/net/%{name}2/ Source0: http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz @@ -10,7 +10,7 @@ Source1: cbq-0000.example Source2: avpkt Patch0: man-pages.patch Patch1: iproute2-3.4.0-kernel.patch -Patch2: iproute2-3.4.0-optflags.patch +Patch2: iproute2-3.5.0-optflags.patch Patch3: iproute2-3.4.0-sharepath.patch Patch4: iproute2-2.6.31-tc_modules.patch Patch5: iproute2-2.6.29-IPPROTO_IP_for_SA.patch @@ -20,7 +20,7 @@ Patch8: iproute2-2.6.39-create-peer-veth-without-a-name.patch Patch9: iproute2-2.6.39-lnstat-dump-to-stdout.patch License: GPLv2+ and Public Domain BuildRequires: tex(latex) tex(dvips) linuxdoc-tools -BuildRequires: flex linux-atm-libs-devel psutils db4-devel bison +BuildRequires: flex linux-atm-libs-devel psutils libdb-devel bison BuildRequires: iptables-devel >= 1.4.5 BuildRequires: libnl-devel Requires: iptables >= 1.4.5 @@ -168,6 +168,10 @@ done %{_includedir}/libnetlink.h %changelog +* Thu Aug 02 2012 Petr Ĺ abata - 3.5.0-1 +- 3.5.0 bump +- Move to db5. + * Thu Jul 19 2012 Fedora Release Engineering - 3.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/iproute2-3.4.0-optflags.patch b/iproute2-3.5.0-optflags.patch similarity index 80% rename from iproute2-3.4.0-optflags.patch rename to iproute2-3.5.0-optflags.patch index 1dd23cf..25300ba 100644 --- a/iproute2-3.4.0-optflags.patch +++ b/iproute2-3.5.0-optflags.patch @@ -1,5 +1,5 @@ diff --git a/Makefile b/Makefile -index 1e15c72..945d3b3 100644 +index ea0f994..2cc8e6a 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ HOSTCC = gcc @@ -10,4 +10,4 @@ index 1e15c72..945d3b3 100644 +CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(RPM_OPT_FLAGS) YACCFLAGS = -d -t -v - SUBDIRS=lib ip tc misc netem genl man + SUBDIRS=lib ip tc bridge misc netem genl man