SHA256
1
0
forked from pool/libnl3
Jan Engelhardt 2013-06-05 13:31:23 +00:00 committed by Git OBS Bridge
parent 48d3e18394
commit 446cb6faf9
5 changed files with 22 additions and 1672 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604
size 716377

3
libnl-3.2.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b
size 730249

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 5 13:20:54 UTC 2013 - jengelh@inai.de
- Update to new upstream release 3.2.22
* ct: add ICMPv6 type,code and ID
* attr: Provide nla_is_nested() function
* bridge: Support the new bridging attributes
* bridge: Provide rtnl_link_bridge_alloc()
* vlan: Provide rtnl_link_vlan_alloc()
* bond: Provide rtnl_link_bond_alloc()
* attr: Add nla_nest_cancel() to remove partially added nested
attributes
- Remove 0001-Add-symbol-version-maps-to-libnl.patch
(merged upstream)
-------------------------------------------------------------------
Thu Mar 7 19:59:56 UTC 2013 - jengelh@inai.de

View File

@ -19,7 +19,7 @@
Name: libnl3
%define lname libnl3-200
%define with_tools 1
Version: 3.2.21
Version: 3.2.22
Release: 0
Summary: Convenience library for working with Netlink sockets
License: LGPL-2.1 and GPL-2.0
@ -27,9 +27,10 @@ Group: Development/Libraries/C and C++
Url: http://www.carisma.slowglass.com/~tgr/libnl/
#Git-Clone: git://git.infradead.org/users/tgr/libnl
Source: http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
#Git-Clone: git://github.com/tgraf/libnl
#DL-URL: http://www.carisma.slowglass.com/~tgr/libnl/files/
Source: http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-3.2.22.tar.gz
Source2: baselibs.conf
Patch1: 0001-Add-symbol-version-maps-to-libnl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@ -100,7 +101,6 @@ demonstrated.
%prep
%setup -qn libnl-%version
%patch -P 1 -p1
%build
autoreconf -fi;