From d38224f011f9ce86bf504eda8450f0cc428c33b6cf985da9281fbcb968ce7eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 18 Oct 2016 14:07:55 +0000 Subject: [PATCH] - Version update to 1.6: * Various tiny fixes, nothing ground breaking - Refresh patch bridge-utils-1.5-ip6.patch (fuzz) OBS-URL: https://build.opensuse.org/package/show/network:utilities/bridge-utils?expand=0&rev=24 --- bridge-utils-1.5-ip6.patch | 4 ++-- bridge-utils-1.5.tar.gz | 3 --- bridge-utils-1.6.tar.gz | 3 +++ bridge-utils.changes | 7 +++++++ bridge-utils.spec | 10 +++++----- 5 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 bridge-utils-1.5.tar.gz create mode 100644 bridge-utils-1.6.tar.gz diff --git a/bridge-utils-1.5-ip6.patch b/bridge-utils-1.5-ip6.patch index b134910..01105a2 100644 --- a/bridge-utils-1.5-ip6.patch +++ b/bridge-utils-1.5-ip6.patch @@ -2,9 +2,9 @@ Index: libbridge/libbridge.h =================================================================== --- libbridge/libbridge.h.orig +++ libbridge/libbridge.h -@@ -21,6 +21,7 @@ - +@@ -23,6 +23,7 @@ #include + #include #include +#include #include diff --git a/bridge-utils-1.5.tar.gz b/bridge-utils-1.5.tar.gz deleted file mode 100644 index 75116fa..0000000 --- a/bridge-utils-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688 -size 33243 diff --git a/bridge-utils-1.6.tar.gz b/bridge-utils-1.6.tar.gz new file mode 100644 index 0000000..c9f15e2 --- /dev/null +++ b/bridge-utils-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86e7d9aca850869b5505d6377e79005cb7630022f8c624e6db52d877f5bf4cf +size 33368 diff --git a/bridge-utils.changes b/bridge-utils.changes index f2e9c4f..eec5505 100644 --- a/bridge-utils.changes +++ b/bridge-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 18 14:06:26 UTC 2016 - tchvatal@suse.com + +- Version update to 1.6: + * Various tiny fixes, nothing ground breaking +- Refresh patch bridge-utils-1.5-ip6.patch (fuzz) + ------------------------------------------------------------------- Thu Dec 3 10:09:17 UTC 2015 - tchvatal@suse.com diff --git a/bridge-utils.spec b/bridge-utils.spec index ac0a6d3..98ee569 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,7 +1,7 @@ # # spec file for package bridge-utils # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,15 +17,15 @@ Name: bridge-utils -Version: 1.5 +Version: 1.6 Release: 0 Summary: Utilities for Configuring the Linux Ethernet Bridge License: GPL-2.0+ Group: Productivity/Networking/Routing Url: http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge -Source: http://downloads.sourceforge.net/project/bridge/bridge/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-hz.diff -Patch1: %{name}-%{version}-optflags.patch +Source: http://www.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.gz +Patch0: %{name}-1.5-hz.diff +Patch1: %{name}-1.5-optflags.patch Patch2: bridge-utils-1.5-ip6.patch BuildRequires: automake BuildRequires: libsysfs