new upstream version

This commit is contained in:
Paul P Komkoff Jr 2008-07-16 21:15:30 +00:00
parent 1c8810a989
commit 90cd79475b
5 changed files with 11 additions and 26 deletions

View File

@ -1 +1 @@
libnetfilter_queue-0.0.15.tar.bz2
libnetfilter_queue-0.0.16.tar.bz2

View File

@ -1,12 +0,0 @@
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
index af224de..be72974 100644
--- a/utils/nfqnl_test.c
+++ b/utils/nfqnl_test.c
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <netinet/in.h>
+#include <linux/types.h>
#include <linux/netfilter.h> /* for NF_ACCEPT */
#include <libnetfilter_queue/libnetfilter_queue.h>

View File

@ -8,7 +8,7 @@ index b0f214b..fc9a2f6 100644
+pkginclude_HEADERS = libnetfilter_queue.h libipq.h
diff --git a/include/libnetfilter_queue/libnetfilter_queue.h b/include/libnetfilter_queue/libnetfilter_queue.h
index 6695c3d..fafcc18 100644
index 1a72c51..df9bd72 100644
--- a/include/libnetfilter_queue/libnetfilter_queue.h
+++ b/include/libnetfilter_queue/libnetfilter_queue.h
@@ -14,9 +14,12 @@
@ -24,8 +24,8 @@ index 6695c3d..fafcc18 100644
+
+#include <linux/netfilter/nfnetlink_queue.h>
struct nfq_handle;
struct nfq_q_handle;
#ifdef __cplusplus
extern "C" {
diff --git a/include/libnetfilter_queue/linux_nfnetlink_queue.h b/include/libnetfilter_queue/linux_nfnetlink_queue.h
deleted file mode 100644
index 191b094..0000000

View File

@ -1,13 +1,12 @@
Name: libnetfilter_queue
Version: 0.0.15
Release: 4%{?dist}
Version: 0.0.16
Release: 1%{?dist}
Summary: Netfilter queue userspace library
Group: System Environment/Libraries
License: GPL
URL: http://netfilter.org
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
Patch0: libnetfilter_queue-linuxtypes.patch
Patch1: libnetfilter_queue-sysheader.patch
Patch0: libnetfilter_queue-sysheader.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libnfnetlink-devel, pkgconfig, kernel-headers
@ -36,17 +35,12 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
%prep
%setup -q
%patch -p1
%patch1 -p1
autoreconf -i --force
%build
%configure --disable-static --disable-rpath
# kill the rpaths
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%install
@ -73,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jul 16 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.0.16-1
- new upstream version
* Fri Feb 22 2008 Paul P Komkoff Jr <i@stingr.net> - 0.0.15-4
- use system header instead of bundled one

View File

@ -1 +1 @@
d8602566c253a9114b19a8b77980d808 libnetfilter_queue-0.0.15.tar.bz2
b36664e6cd39edbfe46b416a86118add libnetfilter_queue-0.0.16.tar.bz2