From 8ccbb4b0ca5517329dd9811840e47c1b9e06e5a20a37a326dea41149e374731f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 31 Dec 2011 20:28:24 +0000 Subject: [PATCH] 1.0.0+git28 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnfnetlink?expand=0&rev=19 --- libnfnetlink-1.0.0+git1.tar.xz | 3 --- libnfnetlink-1.0.0+git28.tar.xz | 3 +++ libnfnetlink.changes | 6 ++++++ libnfnetlink.spec | 12 +++++------- 4 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 libnfnetlink-1.0.0+git1.tar.xz create mode 100644 libnfnetlink-1.0.0+git28.tar.xz diff --git a/libnfnetlink-1.0.0+git1.tar.xz b/libnfnetlink-1.0.0+git1.tar.xz deleted file mode 100644 index dc73989..0000000 --- a/libnfnetlink-1.0.0+git1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dbb4a04e9287236d49a96df25954b0306f81a34679541decc4d535324498efe -size 28480 diff --git a/libnfnetlink-1.0.0+git28.tar.xz b/libnfnetlink-1.0.0+git28.tar.xz new file mode 100644 index 0000000..b3a29a6 --- /dev/null +++ b/libnfnetlink-1.0.0+git28.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d383163609d7e807c25b708dab9b8187ce06e6cc01aebeca22718ea970d9b6f +size 27752 diff --git a/libnfnetlink.changes b/libnfnetlink.changes index 6352e20..75e4595 100644 --- a/libnfnetlink.changes +++ b/libnfnetlink.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 31 20:25:58 UTC 2011 - jengelh@medozas.de + +- Update to new git snapshot 1.0.0+git28 +* build updates, license update + ------------------------------------------------------------------- Thu Dec 29 20:50:58 UTC 2011 - jengelh@medozas.de diff --git a/libnfnetlink.spec b/libnfnetlink.spec index 18fb56e..446e366 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -19,11 +19,11 @@ Name: libnfnetlink %define libsoname %{name}0 -Version: 1.0.0+git1 +Version: 1.0.0+git28 Release: 2 -License: GPL-2.0 +License: GPL-2.0+ Group: Productivity/Networking/Security -URL: http://netfilter.org/projects/libnfnetlink/ +Url: http://netfilter.org/projects/libnfnetlink/ #Git-Clone: git://git.netfilter.org/libnfnetlink #DL-URL: ftp://ftp.netfilter.org/pub/libnfnetlink/ @@ -31,9 +31,7 @@ URL: http://netfilter.org/projects/libnfnetlink/ Source: %name-%version.tar.xz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkgconfig -BuildRequires: xz -BuildRequires: libtool +BuildRequires: autoconf automake >= 1.6 libtool pkgconfig >= 0.23 xz Summary: Low-level library for Netfilter-related kernel/userspace communication %description @@ -95,7 +93,7 @@ make %{?_smp_mflags} %install %makeinstall -find %buildroot -name "*.la" -delete +rm -f "%buildroot/%_libdir"/*.la; %post -n %libsoname -p /sbin/ldconfig