From f7479748f6c995fd44a62ab811567efd5e7cfb39e8674f9e3de0789a51ebcc12 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 27 Feb 2011 04:36:00 +0000 Subject: [PATCH 1/9] Update BuildRequires OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=11 --- libnetfilter_queue.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index aff350b..ed54a41 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -28,7 +28,8 @@ Url: http://netfilter.org/projects/libnetfilter_queue/ Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libnfnetlink-devel linux-kernel-headers >= 2.6.14 pkg-config +BuildRequires: libnfnetlink-devel >= 0.0.41 +BuildRequires: linux-kernel-headers >= 2.6.14, pkg-config >= 0.19 Summary: Userspace library for packets that have been queued by the kernel packet filter %description From d5f216f3268a7047920b0affd7c1dbe35383515c3bd6f43d8010aa2f21cb32ed Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Jul 2011 19:34:57 +0000 Subject: [PATCH 2/9] spec cleanup: libsoname macro From: computersalat OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=12 --- libnetfilter_queue.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index ed54a41..b5cef2d 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -17,9 +17,8 @@ # norootforbuild -%define soname 1 - Name: libnetfilter_queue +%define libsoname %{name}1 Version: 1.0.0 Release: 1 License: GNU GPL v2 @@ -39,14 +38,14 @@ system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue. -%define debug_package_requires %name%soname = %version-%release +%define debug_package_requires %libsoname = %version-%release -%package -n %name%soname +%package -n %libsoname Group: System/Libraries Summary: Userspace library for packets that have been queued by the kernel packet filter -%description -n %name%soname +%description -n %libsoname libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. @@ -56,7 +55,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %package devel License: GNU GPL v2 Group: Development/Libraries/C and C++ -Requires: %name%soname = %version, libnfnetlink-devel +Requires: %libsoname = %version, libnfnetlink-devel Summary: Userspace library for packets that have been queued by the kernel packet filter %description devel @@ -77,13 +76,13 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %makeinstall find "%buildroot" -name "*.la" -delete -%post -n %name%soname -p /sbin/ldconfig +%post -n %libsoname -p /sbin/ldconfig -%postun -n %name%soname -p /sbin/ldconfig +%postun -n %libsoname -p /sbin/ldconfig -%files -n %name%soname +%files -n %libsoname %defattr(-,root,root) -%_libdir/libnetfilter_queue.so.%{soname}* +%_libdir/libnetfilter_queue.so.* %files -n %{name}-devel %defattr(-,root,root) From 599b6629b846beb2af496f593edf817bbcf294a5485692108a22eae212bb63c3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Jul 2011 19:35:42 +0000 Subject: [PATCH 3/9] Spec cleanup: norootforbuild / names From: computersalat OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=13 --- libnetfilter_queue.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index b5cef2d..95c85c0 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libnetfilter_queue %define libsoname %{name}1 Version: 1.0.0 @@ -41,7 +39,6 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %define debug_package_requires %libsoname = %version-%release %package -n %libsoname - Group: System/Libraries Summary: Userspace library for packets that have been queued by the kernel packet filter @@ -84,7 +81,7 @@ find "%buildroot" -name "*.la" -delete %defattr(-,root,root) %_libdir/libnetfilter_queue.so.* -%files -n %{name}-devel +%files devel %defattr(-,root,root) %_includedir/libnetfilter_queue %_libdir/libnetfilter_queue.so From b4803a1d46dae2a272a3668b93528e8b530dc87b9df87868d313b97a85273d9b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Jul 2011 19:37:27 +0000 Subject: [PATCH 4/9] Feed specfile through spec-beautifier OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=14 --- libnetfilter_queue.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 95c85c0..6df3c2f 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -21,10 +21,10 @@ Version: 1.0.0 Release: 1 License: GNU GPL v2 Group: Productivity/Networking/Security -Url: http://netfilter.org/projects/libnetfilter_queue/ +URL: http://netfilter.org/projects/libnetfilter_queue/ Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2 Source2: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRoot: %_tmppath/%name-%version-build BuildRequires: libnfnetlink-devel >= 0.0.41 BuildRequires: linux-kernel-headers >= 2.6.14, pkg-config >= 0.19 Summary: Userspace library for packets that have been queued by the kernel packet filter @@ -67,7 +67,7 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %build %configure --disable-static -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install %makeinstall From 4566723c24b817ddca98b91353b14679f619220cff143d3214675e6e131d6631 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Aug 2011 18:54:19 +0000 Subject: [PATCH 5/9] Make build work for Fedorean systems OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=15 --- libnetfilter_queue.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 6df3c2f..4afc924 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -25,8 +25,7 @@ URL: http://netfilter.org/projects/libnetfilter_queue/ Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2 Source2: baselibs.conf BuildRoot: %_tmppath/%name-%version-build -BuildRequires: libnfnetlink-devel >= 0.0.41 -BuildRequires: linux-kernel-headers >= 2.6.14, pkg-config >= 0.19 +BuildRequires: libnfnetlink-devel >= 0.0.41, pkgconfig Summary: Userspace library for packets that have been queued by the kernel packet filter %description From a9d246afdf4aecb002188a105b83ddc853f4d2de52e7e22e3e547658275f03ff Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Dec 2011 21:27:38 +0000 Subject: [PATCH 6/9] SPDX; separate includedir OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=16 --- libnetfilter_queue.changes | 6 ++++++ libnetfilter_queue.spec | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/libnetfilter_queue.changes b/libnetfilter_queue.changes index ba17ab3..8abe794 100644 --- a/libnetfilter_queue.changes +++ b/libnetfilter_queue.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 29 21:27:10 UTC 2011 - jengelh@medozas.de + +- Use SPDX format for License: tag +- Use separate include directory to detect compilation errors + ------------------------------------------------------------------- Sun Jul 11 16:44:46 UTC 2010 - jengelh@medozas.de diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 4afc924..33c5370 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -1,7 +1,7 @@ # -# spec file for package libnetfilter_queue (Version 1.0.0) +# spec file for package libnetfilter_queue # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libnetfilter_queue %define libsoname %{name}1 Version: 1.0.0 Release: 1 -License: GNU GPL v2 +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 -BuildRoot: %_tmppath/%name-%version-build -BuildRequires: libnfnetlink-devel >= 0.0.41, pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libnfnetlink-devel >= 0.0.41 pkgconfig Summary: Userspace library for packets that have been queued by the kernel packet filter %description @@ -35,8 +37,6 @@ system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue. -%define debug_package_requires %libsoname = %version-%release - %package -n %libsoname Group: System/Libraries Summary: Userspace library for packets that have been queued by the kernel packet filter @@ -65,12 +65,12 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %setup -q %build -%configure --disable-static +%configure --disable-static --includedir=%_includedir/%name-%version make %{?_smp_mflags} %install %makeinstall -find "%buildroot" -name "*.la" -delete +rm -f "%buildroot/%_libdir"/*.la; %post -n %libsoname -p /sbin/ldconfig @@ -82,7 +82,7 @@ find "%buildroot" -name "*.la" -delete %files devel %defattr(-,root,root) -%_includedir/libnetfilter_queue +%_includedir/libnetfilter_queue* %_libdir/libnetfilter_queue.so %_libdir/pkgconfig/libnetfilter_queue.pc From fac61899781f94e6433c961cfbeeb36b08e92e67e3c34be2c9ad6703d9576c83 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 1 Jan 2012 00:17:35 +0000 Subject: [PATCH 7/9] BuildRequire updates OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=17 --- libnetfilter_queue.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 33c5370..013302e 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -1,7 +1,7 @@ # # spec file for package libnetfilter_queue # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,11 +23,12 @@ Version: 1.0.0 Release: 1 License: GPL-2.0 Group: Productivity/Networking/Security -URL: http://netfilter.org/projects/libnetfilter_queue/ +Url: http://netfilter.org/projects/libnetfilter_queue/ Source: http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libnfnetlink-devel >= 0.0.41 pkgconfig +BuildRequires: autoconf automake >= 1.6 libtool +BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 0.0.41 Summary: Userspace library for packets that have been queued by the kernel packet filter %description @@ -49,7 +50,6 @@ system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue. %package devel -License: GNU GPL v2 Group: Development/Libraries/C and C++ Requires: %libsoname = %version, libnfnetlink-devel Summary: Userspace library for packets that have been queued by the kernel packet filter @@ -65,6 +65,9 @@ libnetfilter_queue has been previously known as libnfnetlink_queue. %setup -q %build +if [ ! -e configure ]; then + ./autogen.sh; +fi; %configure --disable-static --includedir=%_includedir/%name-%version make %{?_smp_mflags} @@ -78,7 +81,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files -n %libsoname %defattr(-,root,root) -%_libdir/libnetfilter_queue.so.* +%_libdir/libnetfilter_queue.so.1* %files devel %defattr(-,root,root) From 8111dd34915392bc48b19eab0488421707701b42da3885fa83f6def7266921da Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Jan 2012 23:04:39 +0000 Subject: [PATCH 8/9] libnetfilter_queue 1.0.1 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=18 --- libnetfilter_queue-1.0.0.tar.bz2 | 3 --- libnetfilter_queue-1.0.1.tar.bz2 | 3 +++ libnetfilter_queue-1.0.1.tar.bz2.sig | Bin 0 -> 543 bytes libnetfilter_queue.changes | 12 ++++++++++ libnetfilter_queue.spec | 11 ++++++--- nfq-so-version.diff | 33 +++++++++++++++++++++++++++ 6 files changed, 56 insertions(+), 6 deletions(-) delete mode 100644 libnetfilter_queue-1.0.0.tar.bz2 create mode 100644 libnetfilter_queue-1.0.1.tar.bz2 create mode 100644 libnetfilter_queue-1.0.1.tar.bz2.sig create mode 100644 nfq-so-version.diff diff --git a/libnetfilter_queue-1.0.0.tar.bz2 b/libnetfilter_queue-1.0.0.tar.bz2 deleted file mode 100644 index 6f4c3d6..0000000 --- a/libnetfilter_queue-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5215104241759505718f811f457729c21949a1872631fb2c0076a93fc00c0628 -size 239030 diff --git a/libnetfilter_queue-1.0.1.tar.bz2 b/libnetfilter_queue-1.0.1.tar.bz2 new file mode 100644 index 0000000..ad923f5 --- /dev/null +++ b/libnetfilter_queue-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfda0aa4f05b93850df1d29b16b5601e7ceccf000e8ddc1abb7477761c4426aa +size 262048 diff --git a/libnetfilter_queue-1.0.1.tar.bz2.sig b/libnetfilter_queue-1.0.1.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4a9cc00f2b80b62628c6c50cf2a9f313c7c101d91b623ab4e6f20c71d761aea9 GIT binary patch literal 543 zcmV+)0^t3L0vrSY0RjL91p-e3CsP0l2@s?aABnqPSj5>g1l2@u`8nVrJ5P&<4>QWK)?j&)G^OvaCh`5*3Y8NO;9*mi>Lcnpp{b)0(dn};*^qUbvF_hqfG#LBJICpgiP8*LiM3%$&EHzM~ z{j`DRa=JS@TRt1Rp`l%v&VOmzQ9rYV_Q(^16o>LpmyfMJ?#ilmt==qN23es@8BwwW z#IM@4$u0A-t*GVimPA?lZ#J#{dSD!_fGL7NN8IKZC+a<`vQ8f*4hhXff2H>|AIz)s z>+Kuo!{z-3Lgx|zV6<~)=nEtE8MW8J*XG4Pkp_o1Mn%Tr;Nm*mt7XR%y#{VM&Zkut z@aYEP5?GYuMcaet3~*4}B2I1G>G%%frP-`Oj%{dO*~JM+Tw3lRamRU>j&8&|=~2tECDvqf6W}Ibi=AMD zT6Wc6d0qT5O^wjCKvtI{<&JTU3|>vJKDj<(b#Y(8HFjhYdGGi}&U?dJN_|ehne>L} hpueYMFj$=gfz{0Vt*i{8*_z!`LAh6S?+@Tl>9=eU3L*di literal 0 HcmV?d00001 diff --git a/libnetfilter_queue.changes b/libnetfilter_queue.changes index 8abe794..f04d2dd 100644 --- a/libnetfilter_queue.changes +++ b/libnetfilter_queue.changes @@ -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 diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 013302e..5523e11 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -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 diff --git a/nfq-so-version.diff b/nfq-so-version.diff new file mode 100644 index 0000000..e6337bc --- /dev/null +++ b/nfq-so-version.diff @@ -0,0 +1,33 @@ +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 From 76f3a42d872e38192c9c48c15917e676c09e9a81b749652fae2a5ae4c41d0ed3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Jan 2012 23:19:38 +0000 Subject: [PATCH 9/9] 1.0.1 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_queue?expand=0&rev=19 --- libnetfilter_queue.spec | 2 -- nfq-so-version.diff | 33 --------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 nfq-so-version.diff 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