diff --git a/nfacct-1.0.0.tar.bz2 b/nfacct-1.0.0.tar.bz2 deleted file mode 100644 index 5a43253..0000000 --- a/nfacct-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb7e64c3ee4f1e4b5d508e933dc9dc2f91e14ea3ee5f1926aad76c114d1d2014 -size 255640 diff --git a/nfacct-1.0.0.tar.bz2.sig b/nfacct-1.0.0.tar.bz2.sig deleted file mode 100644 index 5919d25..0000000 Binary files a/nfacct-1.0.0.tar.bz2.sig and /dev/null differ diff --git a/nfacct-1.0.1.tar.bz2 b/nfacct-1.0.1.tar.bz2 new file mode 100644 index 0000000..8577f16 --- /dev/null +++ b/nfacct-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ef261616f313372a957431d17c5a0334984f06ceea190cf390479bf043e7c4 +size 257013 diff --git a/nfacct-1.0.1.tar.bz2.sig b/nfacct-1.0.1.tar.bz2.sig new file mode 100644 index 0000000..4d7e5a3 Binary files /dev/null and b/nfacct-1.0.1.tar.bz2.sig differ diff --git a/nfacct.changes b/nfacct.changes index 502733b..df35eea 100644 --- a/nfacct.changes +++ b/nfacct.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 4 14:00:43 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 1.0.1 +* fix parsing of command line arguments when both the "xml" and + "reset" options are used + ------------------------------------------------------------------- Wed Nov 28 20:48:08 CET 2012 - sbrabec@suse.cz diff --git a/nfacct.spec b/nfacct.spec index 2199cf1..8ce4a7c 100644 --- a/nfacct.spec +++ b/nfacct.spec @@ -1,7 +1,7 @@ # # spec file for package nfacct # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: nfacct -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Netfilter Extended Accounting utility License: GPL-2.0+ @@ -27,6 +27,7 @@ Url: http://netfilter.org/ #Freecode-URL: http://freecode.com/projects/nfacct/ #Git-Web: http://git.netfilter.org/ #Git-Clone: git://git.netfilter.org/nfacct +#DL-URL: http://netfilter.org/projects/nfacct/files/ Source: http://netfilter.org/projects/nfacct/files/%name-%version.tar.bz2 Source2: http://netfilter.org/projects/nfacct/files/%name-%version.tar.bz2.sig Source3: %name.keyring @@ -35,10 +36,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig >= 0.21 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version} BuildRequires: pkgconfig(libmnl) >= 1.0.0 -BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.0 +BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.2 %else BuildRequires: libmnl-devel >= 1.0.0 -BuildRequires: libnetfilter_acct-devel >= 1.0.0 +BuildRequires: libnetfilter_acct-devel >= 1.0.2 %endif %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline