diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 5523e11..993878d 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -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 diff --git a/nfq-so-version.diff b/nfq-so-version.diff deleted file mode 100644 index e6337bc..0000000 --- a/nfq-so-version.diff +++ /dev/null @@ -1,33 +0,0 @@ -parent 390b0c0f45597c72fa93a40f4f7f9ffeec371f42 (libnetfilter_queue-1.0.1) -commit a192d817a16ba08193a90043b46b6e2cf2d05091 -Author: Jan Engelhardt -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 ---- - 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. - # - # --LIBVERSION=2:0:2 -+LIBVERSION=3:0:2 - - include ${top_srcdir}/Make_global.am - --- -# Created with git-export-patch