diff --git a/batctl-2012.4.0.tar.gz b/batctl-2012.4.0.tar.gz deleted file mode 100644 index f76f092..0000000 --- a/batctl-2012.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd4061f3c0b0acc184179ad9497141edafdc45d7dea51b7140a1bf4a0e0d866 -size 48978 diff --git a/batctl-2014.3.0.tar.gz b/batctl-2014.3.0.tar.gz new file mode 100644 index 0000000..2c1c060 --- /dev/null +++ b/batctl-2014.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5885a2376f0bd2a2addb89b9366265d9a9c2ec0e4f5906317b0baa0514983e84 +size 56818 diff --git a/batctl.changes b/batctl.changes index 4839c16..6896659 100644 --- a/batctl.changes +++ b/batctl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Dec 22 15:22:29 UTC 2014 - p.drouand@gmail.com + +- Update to version 2014.3.0 + + support latest kernels (2.6.29 - 3.16) + + drop QinQ claim frames in bridge loop avoidance + + fix a bogus warning from batadv_is_on_batman_iface() + + removed SET_ETHTOOL_OPS + + style improvements: + * remove semi-colon after macro definition + * add blank line between declarations and the rest of the code +- Add make dependencies to pkg-config and pkgconfig(libnl-3.0); + new upstream requirements +- Fix Url to batctl homepage +- Use download Url as source + ------------------------------------------------------------------- Sat Dec 8 20:51:08 UTC 2012 - p.drouand@gmail.com diff --git a/batctl.spec b/batctl.spec index 8e25a46..7659498 100644 --- a/batctl.spec +++ b/batctl.spec @@ -1,7 +1,7 @@ # # spec file for package batctl # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -22,12 +22,14 @@ Name: batctl Summary: B.A.T.M.A.N. advanced control and management tool -Version: 2012.4.0 +Version: 2014.3.0 Release: 2 License: GPL-2.0 Group: Productivity/Networking/Other -Url: http://downloads.open-mesh.org/batman/stable/sources/batctl/ -Source0: %{name}-%{version}.tar.gz +Url: http://www.open-mesh.org/projects/batctl +Source0: http://downloads.open-mesh.org/batman/stable/sources/batctl/%{name}-%{version}.tar.gz +BuildRequires: pkg-config +BuildRequires: pkgconfig(libnl-3.0) %description Why do I need batctl? B.A.T.M.A.N. advanced operates on layer 2 and @@ -37,8 +39,6 @@ diagnosis tools do not work as expected. To overcome these problems batctl was created. At the moment batctl contains ping, traceroute, tcpdump and interfaces to the kernel module settings. - Authors: Andreas Langer , Marek Lindner - %prep %setup -n %{name}-%{version}