1
0
Jan Engelhardt 2012-01-02 23:19:38 +00:00 committed by Git OBS Bridge
parent 8111dd3491
commit 76f3a42d87
2 changed files with 0 additions and 35 deletions

View File

@ -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

View File

@ -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