1
0
Jan Engelhardt 2012-01-02 23:04:39 +00:00 committed by Git OBS Bridge
parent fac6189978
commit 8111dd3491
6 changed files with 56 additions and 6 deletions

View File

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

View File

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

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 2 21:19:24 UTC 2012 - jengelh@medozas.de
- Update to new upstream release 1.0.1
* build and compile fixes
* add NFQNL_MSG_VERDICT_BATCH support
* add notes on NF_STOLEN and NF_REPEAT to documentation
* utils: document ENOBUFS in nfqnl_test.c
* nfq: add missing documentation on nfq_snprintf_xml
* doc: document some performance tweaks for libnetfilter_queue
* doc: fix wrong documentation on NFQNL_COPY_NONE
-------------------------------------------------------------------
Thu Dec 29 21:27:10 UTC 2011 - jengelh@medozas.de

View File

@ -19,13 +19,17 @@
Name: libnetfilter_queue
%define libsoname %{name}1
Version: 1.0.0
Version: 1.0.1
Release: 1
License: GPL-2.0
Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libnetfilter_queue/
Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2
Source2: baselibs.conf
#Git-Clone: git://git.netfilter.org/libnetfiler_queue
Source: ftp://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
Source3: baselibs.conf
Patch1: nfq-so-version.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf automake >= 1.6 libtool
BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 0.0.41
@ -63,6 +67,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
%prep
%setup -q
%patch -P 1 -p1
%build
if [ ! -e configure ]; then

33
nfq-so-version.diff Normal file
View File

@ -0,0 +1,33 @@
parent 390b0c0f45597c72fa93a40f4f7f9ffeec371f42 (libnetfilter_queue-1.0.1)
commit a192d817a16ba08193a90043b46b6e2cf2d05091
Author: Jan Engelhardt <jengelh@medozas.de>
Date: Mon Jan 2 22:36:03 2012 +0100
build: properly bump SO version
The last SO version update was bogus: 2:0:1 (.so.1.1.0) -> 2:0:2
(.so.0.2.0).
Since two functions were added between v1.0.0..v1.0.1, CURRENT needs
to be bumped at the least.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index bc27625..d49e738 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION=2:0:2
+LIBVERSION=3:0:2
include ${top_srcdir}/Make_global.am
--
# Created with git-export-patch