commit libnetfilter_acct for openSUSE:Factory

2020-10-24 Thread root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2020-10-24 15:14:25

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new.3463 (New)


Package is "libnetfilter_acct"

Sat Oct 24 15:14:25 2020 rev:13 rq:843032 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2016-08-28 12:18:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_acct.new.3463/libnetfilter_acct.changes
2020-10-24 15:14:29.668029816 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 00:05:38 UTC 2020 - Jan Engelhardt 
+
+- Modernize specfile constructs.
+
+---



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.QPjf07/_old  2020-10-24 15:14:30.800031228 +0200
+++ /var/tmp/diff_new_pack.QPjf07/_new  2020-10-24 15:14:30.800031228 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_acct
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,17 +21,15 @@
 Version:1.0.3
 Release:0
 Summary:Userspace library for the in-kernel Netfilter counters
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Security
-Url:http://netfilter.org/projects/libnetfilter_acct/
+URL:https://netfilter.org/projects/libnetfilter_acct/
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_acct
 Source: 
ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2
 Source2:
ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
 
 %description
@@ -56,11 +54,12 @@
 Netfilter extended accounting infrastructure.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+# includedir intentional, cf. bugzilla.opensuse.org/795968
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -70,11 +69,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libnetfilter_acct.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/%name/
 %_libdir/libnetfilter_acct.so
 %_libdir/pkgconfig/libnetfilter_acct.pc





commit libnetfilter_acct for openSUSE:Factory

2016-08-28 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2016-08-28 12:17:58

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct"

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2014-12-10 23:44:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2016-08-28 12:18:01.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 22 11:40:04 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.0.3
+* add JSON output format
+* Extend accounting capabilities to support quotas
+
+---

Old:

  libnetfilter_acct-1.0.2.tar.bz2
  libnetfilter_acct-1.0.2.tar.bz2.sig

New:

  libnetfilter_acct-1.0.3.tar.bz2
  libnetfilter_acct-1.0.3.tar.bz2.sig



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.9DBuCk/_old  2016-08-28 12:18:03.0 +0200
+++ /var/tmp/diff_new_pack.9DBuCk/_new  2016-08-28 12:18:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_acct
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libnetfilter_acct
 %define lname  %{name}1
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Userspace library for the in-kernel Netfilter counters
 License:LGPL-2.1+
@@ -26,13 +26,11 @@
 Url:http://netfilter.org/projects/libnetfilter_acct/
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_acct
-#DL-URL:   http://netfilter.org/projects/libnetfilter_acct/files/
-Source: 
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
-Source2:
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
+Source: 
ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2
+Source2:
ftp://ftp.netfilter.org/pub/libnetfilter_acct/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
 

++ libnetfilter_acct-1.0.2.tar.bz2 -> libnetfilter_acct-1.0.3.tar.bz2 ++
 7221 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libnetfilter_acct-1.0.2/build-aux/ar-lib 
new/libnetfilter_acct-1.0.3/build-aux/ar-lib
--- old/libnetfilter_acct-1.0.2/build-aux/ar-lib2013-03-03 
21:14:30.0 +0100
+++ new/libnetfilter_acct-1.0.3/build-aux/ar-lib2016-08-22 
13:20:46.0 +0200
@@ -4,7 +4,7 @@
 me=ar-lib
 scriptversion=2012-03-01.08; # UTC
 
-# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 Free Software Foundation, Inc.
 # Written by Peter Rosin .
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libnetfilter_acct-1.0.2/build-aux/compile 
new/libnetfilter_acct-1.0.3/build-aux/compile
--- old/libnetfilter_acct-1.0.2/build-aux/compile   2013-03-03 
21:14:30.0 +0100
+++ new/libnetfilter_acct-1.0.3/build-aux/compile   2016-08-22 
13:20:46.0 +0200
@@ -1,10 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-03-05.13; # UTC
+scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
-# Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -113,6 +112,11 @@
   lib=$dir/$lib.lib
   break
 fi
+if test -f "$dir/lib$lib.a"; then
+  found=yes
+   

commit libnetfilter_acct for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2014-12-10 23:44:35

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct"

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2014-09-26 11:21:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2014-12-10 23:44:14.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 23:39:19 UTC 2014 - jeng...@inai.de
+
+- Drop %version from subincludedir, it tends to break recompiles of
+  already-built trees on library updates.
+
+---



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.04Qewr/_old  2014-12-10 23:44:16.0 +0100
+++ /var/tmp/diff_new_pack.04Qewr/_new  2014-12-10 23:44:16.0 +0100
@@ -61,15 +61,14 @@
 %setup -q
 
 %build
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir="%_includedir/%name"
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot";
-rm -f "%buildroot/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
@@ -78,7 +77,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/%name/
 %_libdir/libnetfilter_acct.so
 %_libdir/pkgconfig/libnetfilter_acct.pc
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libnetfilter_acct for openSUSE:Factory

2014-09-26 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2014-09-26 10:52:22

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct"

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2013-03-08 13:23:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2014-09-26 11:21:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 15:43:40 UTC 2014 - jeng...@inai.de
+
+- Drop gpg-offline build-time requirement; this is now handled by
+  the local source validator
+
+---



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.0m0iqP/_old  2014-09-26 11:21:42.0 +0200
+++ /var/tmp/diff_new_pack.0m0iqP/_new  2014-09-26 11:21:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_acct
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,7 +25,6 @@
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_acct/
 
-#Freecode-URL: http://freecode.com/projects/libnetfilter_acct/
 #Git-Clone:git://git.netfilter.org/libnetfilter_acct
 #DL-URL:   http://netfilter.org/projects/libnetfilter_acct/files/
 Source: 
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
@@ -35,14 +34,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  pkgconfig >= 0.21
-%if 0%{?suse_version} >= 1210 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-%else
-BuildRequires:  libmnl-devel >= 1.0.0
-%endif
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 This library provides the programming interface (API) to the
@@ -66,7 +58,6 @@
 Netfilter extended accounting infrastructure.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
 
 %build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libnetfilter_acct for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2013-03-08 13:23:14

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2012-12-14 09:34:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2013-03-08 13:23:16.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar  4 13:52:21 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.0.2
+* This release fixes inversions between byte and packet counters.
+- Drop rhel5-patch1.diff, rhel5-patch2.diff (merged upstream)
+
+---

Old:

  libnetfilter_acct-1.0.1.tar.bz2
  libnetfilter_acct-1.0.1.tar.bz2.sig
  rhel5-patch1.diff
  rhel5-patch2.diff

New:

  libnetfilter_acct-1.0.2.tar.bz2
  libnetfilter_acct-1.0.2.tar.bz2.sig



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.oMlLs4/_old  2013-03-08 13:23:18.0 +0100
+++ /var/tmp/diff_new_pack.oMlLs4/_new  2013-03-08 13:23:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_acct
 #
-# 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
@@ -18,21 +18,20 @@
 
 Name:   libnetfilter_acct
 %define lname  %{name}1
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Userspace library for the in-kernel Netfilter counters
 License:LGPL-2.1+
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_acct/
 
+#Freecode-URL: http://freecode.com/projects/libnetfilter_acct/
 #Git-Clone:git://git.netfilter.org/libnetfilter_acct
 #DL-URL:   http://netfilter.org/projects/libnetfilter_acct/files/
 Source: 
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
 Source2:
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-Patch1: rhel5-patch1.diff
-Patch2: rhel5-patch2.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  pkgconfig >= 0.21
@@ -67,16 +66,10 @@
 Netfilter extended accounting infrastructure.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
+%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
-%patch -P 1 -P 2 -p1
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi;
-fi;
 %configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 

++ libnetfilter_acct-1.0.1.tar.bz2 -> libnetfilter_acct-1.0.2.tar.bz2 ++
 2596 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libnetfilter_acct-1.0.1/build-aux/ar-lib 
new/libnetfilter_acct-1.0.2/build-aux/ar-lib
--- old/libnetfilter_acct-1.0.1/build-aux/ar-lib1970-01-01 
01:00:00.0 +0100
+++ new/libnetfilter_acct-1.0.2/build-aux/ar-lib2013-03-03 
21:14:30.0 +0100
@@ -0,0 +1,270 @@
+#! /bin/sh
+# Wrapper for Microsoft lib.exe
+
+me=ar-lib
+scriptversion=2012-03-01.08; # UTC
+
+# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+# Written by Peter Rosin .
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script gene

commit libnetfilter_acct for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2012-12-14 09:34:20

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2012-10-23 19:38:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2012-12-14 09:34:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 20:10:08 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature
+
+---

New:

  libnetfilter_acct.keyring



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.IWp4b8/_old  2012-12-14 09:34:25.0 +0100
+++ /var/tmp/diff_new_pack.IWp4b8/_new  2012-12-14 09:34:25.0 +0100
@@ -30,6 +30,7 @@
 Source: 
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
 Source2:
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
+Source4:%name.keyring
 Patch1: rhel5-patch1.diff
 Patch2: rhel5-patch2.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +41,9 @@
 %else
 BuildRequires:  libmnl-devel >= 1.0.0
 %endif
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 This library provides the programming interface (API) to the
@@ -63,6 +67,9 @@
 Netfilter extended accounting infrastructure.
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q
 %patch -P 1 -P 2 -p1
 


++ libnetfilter_acct.keyring ++
pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
uid  Netfilter Core Team 
sub   4096R/04B92F5C 2010-10-21 [expires: 2015-10-20]

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

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
H0uV8ILfFVe6gn

commit libnetfilter_acct for openSUSE:Factory

2012-10-23 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2012-10-23 19:38:54

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2012-03-29 07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2012-10-23 19:38:56.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  8 23:49:34 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.0.1
+* This release adds the new flag NFACCT_SNPRINTF_T_XML for
+  nfacct_snprintf and several cleanups.
+
+---

Old:

  libnetfilter_acct-1.0.0.tar.bz2
  libnetfilter_acct-1.0.0.tar.bz2.sig

New:

  libnetfilter_acct-1.0.1.tar.bz2
  libnetfilter_acct-1.0.1.tar.bz2.sig
  rhel5-patch1.diff
  rhel5-patch2.diff



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.EAIYlm/_old  2012-10-23 19:39:06.0 +0200
+++ /var/tmp/diff_new_pack.EAIYlm/_new  2012-10-23 19:39:06.0 +0200
@@ -18,21 +18,28 @@
 
 Name:   libnetfilter_acct
 %define lname  %{name}1
-Version:1.0.0
+Version:1.0.1
 Release:0
+Summary:Userspace library for the in-kernel Netfilter counters
+License:LGPL-2.1+
+Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_acct/
-Source: %name-%version.tar.bz2
-Source2:%name-%version.tar.bz2.sig
+
+#Git-Clone:git://git.netfilter.org/libnetfilter_acct
+#DL-URL:   http://netfilter.org/projects/libnetfilter_acct/files/
+Source: 
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2
+Source2:
http://netfilter.org/projects/libnetfilter_acct/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
+Patch1: rhel5-patch1.diff
+Patch2: rhel5-patch2.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake >= 1.6
-BuildRequires:  libtool
+#git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  pkgconfig >= 0.21
+%if 0%{?suse_version} >= 1210 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-Summary:Userspace library for the in-kernel Netfilter counters
-License:LGPL-2.1+
-Group:  Productivity/Networking/Security
+%else
+BuildRequires:  libmnl-devel >= 1.0.0
+%endif
 
 %description
 This library provides the programming interface (API) to the
@@ -56,12 +63,8 @@
 Netfilter extended accounting infrastructure.
 
 %prep
-%if 0%{?__xz:1}
 %setup -q
-%else
-tar -xf "%{S:0}" --use=bzip2;
-%setup -DTq
-%endif
+%patch -P 1 -P 2 -p1
 
 %build
 if [ ! -e configure ]; then
@@ -71,7 +74,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot";
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
@@ -80,11 +83,11 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libnetfilter_acct.so.*
+%_libdir/libnetfilter_acct.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libnetfilter_acct*
+%_includedir/%name-%version
 %_libdir/libnetfilter_acct.so
 %_libdir/pkgconfig/libnetfilter_acct.pc
 

++ libnetfilter_acct-1.0.0.tar.bz2 -> libnetfilter_acct-1.0.1.tar.bz2 ++
 5820 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libnetfilter_acct-1.0.0/Makefile.am new/libnetfilter_acct-1.0.1/Makefile.am
--- old/libnetfilter_acct-1.0.0/Makefile.am 2011-12-29 19:29:20.0 
+0100
+++ new/libnetfilter_acct-1.0.1/Makefile.am 2012-06-26 16:47:02.0 
+0200
@@ -7,5 +7,3 @@
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libnetfilter_acct.pc
-
-${pkgconfig_DATA}: ${top_builddir}/config.status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libnetfilter_acct-1.0.0/build-aux/compile 
new/libnetfilter_acct-1.0.1/build-aux/compile
--- old/libnetfilter_acct-1.0.0/build-aux/compile   2012-03-27 
1

commit libnetfilter_acct for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_acct for 
openSUSE:Factory checked in at 2012-03-29 07:44:24

Comparing /work/SRC/openSUSE:Factory/libnetfilter_acct (Old)
 and  /work/SRC/openSUSE:Factory/.libnetfilter_acct.new (New)


Package is "libnetfilter_acct", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_acct/libnetfilter_acct.changes  
2012-01-04 07:24:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnetfilter_acct.new/libnetfilter_acct.changes 
2012-03-29 07:44:33.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 27 13:55:31 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 1.0.0
+* nfacct: change prototype of nfacct_snprintf() to support output
+  in XML
+* nfacct: check if attribute is set in nfacct_attr_get*
+
+---

Old:

  libnetfilter_acct-0.0.0.26.tar.xz

New:

  libnetfilter_acct-1.0.0.tar.bz2
  libnetfilter_acct-1.0.0.tar.bz2.sig



Other differences:
--
++ libnetfilter_acct.spec ++
--- /var/tmp/diff_new_pack.vpU50e/_old  2012-03-29 07:44:35.0 +0200
+++ /var/tmp/diff_new_pack.vpU50e/_new  2012-03-29 07:44:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_acct
 #
-# 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,43 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libnetfilter_acct
-%define lname  %{name}0
-Version:0.0.0.26
-Release:1
-License:LGPL-2.1+
-Group:  Productivity/Networking/Security
-URL:http://netfilter.org/projects/libnetfilter_acct/
-Source: %name-%version.tar.xz
+%define lname  %{name}1
+Version:1.0.0
+Release:0
+Url:http://netfilter.org/projects/libnetfilter_acct/
+Source: %name-%version.tar.bz2
+Source2:%name-%version.tar.bz2.sig
 Source3:baselibs.conf
-BuildRoot:  %_tmppath/%name-%version-build
-BuildRequires:  autoconf, automake >= 1.6, libtool
-BuildRequires: pkgconfig >= 0.23, pkgconfig(libmnl) >= 1.0.0, xz
+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 in-kernel Netfilter counters
+License:LGPL-2.1+
+Group:  Productivity/Networking/Security
 
 %description
 This library provides the programming interface (API) to the
 Netfilter extended accounting infrastructure.
 
 %package -n %lname
-Group:  System/Libraries
 Summary:Userspace library for the in-kernel Netfilter counters
+Group:  System/Libraries
 
 %description -n %lname
 This library provides the programming interface (API) to the
 Netfilter extended accounting infrastructure.
 
 %package devel
-Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 Summary:Userspace library for the in-kernel Netfilter counters
+Group:  Development/Libraries/C and C++
 
 %description devel
 This library provides the programming interface (API) to the
 Netfilter extended accounting infrastructure.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf "%{S:0}" --use=bzip2;
+%setup -DTq
+%endif
 
 %build
 if [ ! -e configure ]; then

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.vpU50e/_old  2012-03-29 07:44:35.0 +0200
+++ /var/tmp/diff_new_pack.vpU50e/_new  2012-03-29 07:44:35.0 +0200
@@ -1 +1 @@
-libnetfilter_acct0
+libnetfilter_acct1

++ libnetfilter_acct-0.0.0.26.tar.xz -> libnetfilter_acct-1.0.0.tar.bz2 
++
 47594 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org