forked from pool/libnetfilter_queue
1.0.1
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=19
This commit is contained in:
parent
8111dd3491
commit
76f3a42d87
@ -29,7 +29,6 @@ Url: http://netfilter.org/projects/libnetfilter_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
|
||||
@ -67,7 +66,6 @@ libnetfilter_queue has been previously known as libnfnetlink_queue.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
|
@ -1,33 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user