diff --git a/libnetfilter_cttimeout-0.0.0.10.tar.xz b/libnetfilter_cttimeout-0.0.0.10.tar.xz deleted file mode 100644 index ae59f68..0000000 --- a/libnetfilter_cttimeout-0.0.0.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2480008118ac717b701562e1308991a5cab845b16f9b1bf3f6de40566453617e -size 17640 diff --git a/libnetfilter_cttimeout-1.0.0.tar.bz2 b/libnetfilter_cttimeout-1.0.0.tar.bz2 new file mode 100644 index 0000000..6c7a4a4 --- /dev/null +++ b/libnetfilter_cttimeout-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba +size 275065 diff --git a/libnetfilter_cttimeout-1.0.0.tar.bz2.sig b/libnetfilter_cttimeout-1.0.0.tar.bz2.sig new file mode 100644 index 0000000..0b0ed9d Binary files /dev/null and b/libnetfilter_cttimeout-1.0.0.tar.bz2.sig differ diff --git a/libnetfilter_cttimeout.changes b/libnetfilter_cttimeout.changes index 0cb6fa2..0327504 100644 --- a/libnetfilter_cttimeout.changes +++ b/libnetfilter_cttimeout.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 26 18:20:03 UTC 2012 - jengelh@inai.de + +- Update to first official tarball release 1.0.0 +* Add ICMPv6 support +* add new parameter type to nfct_timeout_snprintf + ------------------------------------------------------------------- Wed Feb 29 07:13:25 UTC 2012 - jengelh@medozas.de diff --git a/libnetfilter_cttimeout.spec b/libnetfilter_cttimeout.spec index 31fe0ff..e1016b0 100644 --- a/libnetfilter_cttimeout.spec +++ b/libnetfilter_cttimeout.spec @@ -1,7 +1,7 @@ # # spec file for package libnetfilter_cttimeout # -# 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 @@ -15,36 +15,42 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libnetfilter_cttimeout -%define lname %{name}0 -Version: 0.0.0.10 +%define lname %{name}1 +Version: 1.0.0 Release: 0 +Url: http://netfilter.org/projects/libnetfilter_cttimeout/ + +Source: ftp://ftp.netfilter.org/pub/libnetfilter_cttimeout/%name-%version.tar.bz2 +Source2: ftp://ftp.netfilter.org/pub/libnetfilter_cttimeout/%name-%version.tar.bz2.sig +Source3: baselibs.conf +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake >= 1.6 +BuildRequires: libtool +BuildRequires: pkgconfig >= 0.21 +BuildRequires: pkgconfig(libmnl) >= 1.0.0 +Summary: Userspace library for the Netfilter Conntrack Timeout extension License: GPL-2.0+ Group: Productivity/Networking/Security -URL: http://netfilter.org/projects/libnetfilter_cttimeout/ -Source: %name-%version.tar.xz -Source3: baselibs.conf -BuildRoot: %_tmppath/%name-%version-build -BuildRequires: autoconf, automake >= 1.6, libtool -BuildRequires: pkgconfig >= 0.21, pkgconfig(libmnl) >= 1.0.0, xz -Summary: Userspace library for the Netfilter Conntrack Timeout extension %description This library provides the programming interface (API) to the Netfilter extended timeout settings infrastructure. %package -n %lname -Group: System/Libraries Summary: Userspace library for the Netfilter Conntrack Timeout extension +Group: System/Libraries %description -n %lname This library provides the programming interface (API) to the Netfilter extended timeout settings infrastructure. %package devel -Group: Development/Libraries/C and C++ Requires: %lname = %version Summary: Userspace library for the Netfilter Conntrack Timeout extension +Group: Development/Libraries/C and C++ %description devel This library provides the programming interface (API) to the @@ -70,7 +76,7 @@ rm -f "%buildroot/%_libdir"/*.la; %files -n %lname %defattr(-,root,root) -%_libdir/libnetfilter_cttimeout.so.* +%_libdir/libnetfilter_cttimeout.so.1* %files devel %defattr(-,root,root)