commit libnetfilter_queue for openSUSE:Factory

2020-10-24 Thread root
Hello community,

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

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


Package is "libnetfilter_queue"

Sat Oct 24 15:14:48 2020 rev:21 rq:843039 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2020-06-14 18:16:59.927119287 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new.3463/libnetfilter_queue.changes
  2020-10-24 15:14:50.256055500 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 00:22:42 UTC 2020 - Jan Engelhardt 
+
+- Modernize specfile constructs.
+
+---



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.ZpH81q/_old  2020-10-24 15:14:50.972056394 +0200
+++ /var/tmp/diff_new_pack.ZpH81q/_new  2020-10-24 15:14:50.976056399 +0200
@@ -23,7 +23,7 @@
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
 License:GPL-2.0-only
 Group:  Productivity/Networking/Security
-URL:http://netfilter.org/projects/libnetfilter_queue/
+URL:https://netfilter.org/projects/libnetfilter_queue/
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_queue
 #DL-URL:   https://netfilter.org/projects/libnetfilter_queue/files/
@@ -31,7 +31,6 @@
 Source2:
https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
 BuildRequires:  pkgconfig(libnfnetlink) >= 0.0.41
 
@@ -67,11 +66,12 @@
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+# includedir intentional, cf. bugzilla.opensuse.org/795968
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags} KERNELDIR="ignore"
+%make_build KERNELDIR="ignore"
 
 %install
 %make_install KERNELDIR="ignore"





commit libnetfilter_queue for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2020-06-14 18:16:56

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


Package is "libnetfilter_queue"

Sun Jun 14 18:16:56 2020 rev:20 rq:814225 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2020-06-11 09:59:30.286157032 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new.3606/libnetfilter_queue.changes
  2020-06-14 18:16:59.927119287 +0200
@@ -1,0 +2,6 @@
+Fri Jun 12 11:34:52 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.0.5
+  * Change in build procedure regarding Doxygen only.
+
+---

Old:

  libnetfilter_queue-1.0.4.tar.bz2
  libnetfilter_queue-1.0.4.tar.bz2.sig

New:

  libnetfilter_queue-1.0.5.tar.bz2
  libnetfilter_queue-1.0.5.tar.bz2.sig



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.ViRAUP/_old  2020-06-14 18:17:00.799121524 +0200
+++ /var/tmp/diff_new_pack.ViRAUP/_new  2020-06-14 18:17:00.799121524 +0200
@@ -18,7 +18,7 @@
 
 Name:   libnetfilter_queue
 %define lname  %{name}1
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
 License:GPL-2.0-only
@@ -26,9 +26,9 @@
 URL:http://netfilter.org/projects/libnetfilter_queue/
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_queue
-#DL-URL:   http://netfilter.org/projects/libnetfilter_queue/files/
-Source: 
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2
-Source2:
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
+#DL-URL:   https://netfilter.org/projects/libnetfilter_queue/files/
+Source: 
https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%version.tar.bz2
+Source2:
https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
 BuildRequires:  pkgconfig >= 0.21

++ libnetfilter_queue-1.0.4.tar.bz2 -> libnetfilter_queue-1.0.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/Makefile.am 
new/libnetfilter_queue-1.0.5/Makefile.am
--- old/libnetfilter_queue-1.0.4/Makefile.am2020-06-05 12:36:10.486732262 
+0200
+++ new/libnetfilter_queue-1.0.5/Makefile.am2020-06-12 11:39:24.743841562 
+0200
@@ -10,3 +10,4 @@
 pkgconfig_DATA = libnetfilter_queue.pc
 
 EXTRA_DIST += Make_global.am
+EXTRA_DIST += fixmanpages.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/Makefile.in 
new/libnetfilter_queue-1.0.5/Makefile.in
--- old/libnetfilter_queue-1.0.4/Makefile.in2020-06-05 12:36:18.198730117 
+0200
+++ new/libnetfilter_queue-1.0.5/Makefile.in2020-06-12 11:39:37.639848000 
+0200
@@ -368,7 +368,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = $(man_MANS) include/linux Make_global.am
+EXTRA_DIST = $(man_MANS) include/linux Make_global.am fixmanpages.sh
 SUBDIRS = src utils include examples doxygen
 man_MANS = #nfnetlink_queue.3 nfnetlink_queue.7
 pkgconfigdir = $(libdir)/pkgconfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnetfilter_queue-1.0.4/configure 
new/libnetfilter_queue-1.0.5/configure
--- old/libnetfilter_queue-1.0.4/configure  2020-06-05 12:36:17.022730443 
+0200
+++ new/libnetfilter_queue-1.0.5/configure  2020-06-12 11:39:35.419846887 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libnetfilter_queue 1.0.4.
+# Generated by GNU Autoconf 2.69 for libnetfilter_queue 1.0.5.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='libnetfilter_queue'
 PACKAGE_TARNAME='libnetfilter_queue'
-PACKAGE_VERSION='1.0.4'
-PACKAGE_STRING='libnetfilter_queue 1.0.4'
+PACKAGE_VERSION='1.0.5'
+PACKAGE_STRING='libnetfilter_queue 1.0.5'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -770,6 +770,7 @@
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+with_doxygen
 '
   ac_precious_vars='build_alias
 host_alias
@@ -1338,7 +1339,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the 

commit libnetfilter_queue for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2020-06-11 09:59:11

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


Package is "libnetfilter_queue"

Thu Jun 11 09:59:11 2020 rev:19 rq:811808 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2017-11-14 13:00:19.640136240 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new.3606/libnetfilter_queue.changes
  2020-06-11 09:59:30.286157032 +0200
@@ -1,0 +2,8 @@
+Fri Jun  5 11:33:26 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.0.4
+  * Add new nfq_get_skbinfo() helper. This allows to detect when
+packet checksums have been validated already or if they will
+be filled in by tx checksum offload on transmit later on.
+
+---

Old:

  libnetfilter_queue-1.0.3.tar.bz2
  libnetfilter_queue-1.0.3.tar.bz2.sig

New:

  libnetfilter_queue-1.0.4.tar.bz2
  libnetfilter_queue-1.0.4.tar.bz2.sig



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.jIjCpq/_old  2020-06-11 09:59:31.198159963 +0200
+++ /var/tmp/diff_new_pack.jIjCpq/_new  2020-06-11 09:59:31.202159976 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_queue
 #
-# Copyright (c) 2017 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,18 +12,18 @@
 # 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/
 #
 
 
 Name:   libnetfilter_queue
 %define lname  %{name}1
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Security
-Url:http://netfilter.org/projects/libnetfilter_queue/
+URL:http://netfilter.org/projects/libnetfilter_queue/
 
 #Git-Clone:git://git.netfilter.org/libnetfilter_queue
 #DL-URL:   http://netfilter.org/projects/libnetfilter_queue/files/
@@ -31,8 +31,6 @@
 Source2:
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
 BuildRequires:  pkgconfig(libnfnetlink) >= 0.0.41
@@ -83,11 +81,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libnetfilter_queue.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/%name/
 %_libdir/libnetfilter_queue.so
 %_libdir/pkgconfig/libnetfilter_queue.pc

++ libnetfilter_queue-1.0.3.tar.bz2 -> libnetfilter_queue-1.0.4.tar.bz2 
++
 7975 lines of diff (skipped)




commit libnetfilter_queue for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2017-11-14 13:00:16

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


Package is "libnetfilter_queue"

Tue Nov 14 13:00:16 2017 rev:18 rq:541526 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2014-12-10 23:44:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new/libnetfilter_queue.changes   
2017-11-14 13:00:19.640136240 +0100
@@ -1,0 +2,8 @@
+Mon Nov 13 15:28:18 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.0.3
+  * No changelog was provided, in fact, no release announcement
+has been made.
+- Drop rhel6-iptos.diff, we do not particularly care for RHEL6.
+
+---

Old:

  libnetfilter_queue-1.0.2.tar.bz2
  libnetfilter_queue-1.0.2.tar.bz2.sig
  rhel6-iptos.diff

New:

  libnetfilter_queue-1.0.3.tar.bz2
  libnetfilter_queue-1.0.3.tar.bz2.sig



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.iPFvIU/_old  2017-11-14 13:00:20.416107868 +0100
+++ /var/tmp/diff_new_pack.iPFvIU/_new  2017-11-14 13:00:20.420107721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_queue
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,20 +18,19 @@
 
 Name:   libnetfilter_queue
 %define lname  %{name}1
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_queue/
 
-#Git-Clone:git://git.netfilter.org/libnetfiler_queue
+#Git-Clone:git://git.netfilter.org/libnetfilter_queue
 #DL-URL:   http://netfilter.org/projects/libnetfilter_queue/files/
-Source: 
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2
-Source2:
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2.sig
+Source: 
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2
+Source2:
http://ftp.netfilter.org/pub/libnetfilter_queue/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-Patch1: rhel6-iptos.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
@@ -71,11 +70,10 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags} KERNELDIR="ignore";
+make %{?_smp_mflags} KERNELDIR="ignore"
 
 %install
 %make_install KERNELDIR="ignore"

++ libnetfilter_queue-1.0.2.tar.bz2 -> libnetfilter_queue-1.0.3.tar.bz2 
++
 46802 lines of diff (skipped)

++ libnetfilter_queue.keyring ++
--- /var/tmp/diff_new_pack.iPFvIU/_old  2017-11-14 13:00:20.932089000 +0100
+++ /var/tmp/diff_new_pack.iPFvIU/_new  2017-11-14 13:00:20.936088855 +0100
@@ -1,9 +1,14 @@
-pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
-uid  Netfilter Core Team 
-sub   4096R/04B92F5C 2010-10-21 [expires: 2015-10-20]
+pub   4096R/0xA4111F89BB5F58CC 2010-10-21 [expires: 2015-10-20]
+  Key fingerprint = 57FF 5E9C 9AA6 7A86 0B55  7AF7 A411 1F89 BB5F 58CC
+uid [ expired] Netfilter Core Team 
+sub   4096R/0x0FD3A13A04B92F5C 2010-10-21 [expires: 2015-10-20]
+
+pub   4096R/0xAB4655A126D292E4 2015-10-19 [expires: 2020-10-17]
+  Key fingerprint = C09D B206 3F1D 7034 BA61  52AD AB46 55A1 26D2 92E4
+uid [ unknown] Netfilter Core Team 
+sub   4096R/0xE3B0B6BAE3AAA39E 2015-10-19 [expires: 2020-10-17]
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
 mQINBEzAS5EBEADVlGm+KwODJcVmP33HTCbn/eP8obZbgu+3Z1CYRklF8V43vC6D
 8Jfk7fjD4/gWbAKZxriOESXVAN7mp0Fho4+Ga+pxWeLIET9tVM5xbNFK1p9R3XCK
@@ -51,6 +56,52 @@
 kMm3eGmDSqoMxsPmarb80nkoFQMOPhJWlyaUCt6HHRYuSkIcxY4H4Ni3Oq1s1R9/
 EqUuIfxNv7Kp0mcsE2KvANc3JfB9wXwLWqDYRCifLkCD6pbpt9L/+xQ49VzcFxNO
 9DqTyk4N7cz7OZrAi+ouVrdFuiwnZyn5YSQoof6Pos58b3bkFn14m9gofwTqGzPh
-R4Vot9rRu5zrWdoCM4cRThpJyrjqBMs=
-=mRxL
+R4Vot9rRu5zrWdoCM4cRThpJyrjqBMuZAg0EViV2IwEQALrfnP0L2QbpXPN1Yg7w

commit libnetfilter_queue for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

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

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


Package is libnetfilter_queue

Changes:

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



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.mR6Cki/_old  2014-12-10 23:44:24.0 +0100
+++ /var/tmp/diff_new_pack.mR6Cki/_new  2014-12-10 23:44:24.0 +0100
@@ -74,15 +74,14 @@
 %patch -P 1 -p1
 
 %build
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir=%_includedir/%name
 make %{?_smp_mflags} KERNELDIR=ignore;
 
 %install
-make install DESTDIR=%buildroot KERNELDIR=ignore;
-rm -f %buildroot/%_libdir/*.la;
+%make_install KERNELDIR=ignore
+rm -f %buildroot/%_libdir/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
@@ -91,7 +90,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/%name/
 %_libdir/libnetfilter_queue.so
 %_libdir/pkgconfig/libnetfilter_queue.pc
 


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



commit libnetfilter_queue for openSUSE:Factory

2014-09-26 Thread h_root
Hello community,

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

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


Package is libnetfilter_queue

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2012-12-14 09:38:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new/libnetfilter_queue.changes   
2014-09-26 11:21:44.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_queue.spec ++
--- /var/tmp/diff_new_pack.CtXzPE/_old  2014-09-26 11:21:45.0 +0200
+++ /var/tmp/diff_new_pack.CtXzPE/_new  2014-09-26 11:21:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_queue
 #
-# Copyright (c) 2012 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
@@ -32,20 +32,11 @@
 Source3:baselibs.conf
 Source4:%name.keyring
 Patch1: rhel6-iptos.diff
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
-%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) = 1.0.3
 BuildRequires:  pkgconfig(libnfnetlink) = 0.0.41
-%else
-BuildRequires:  libmnl-devel = 1.0.3
-BuildRequires:  libnfnetlink-devel = 0.0.41
-%endif
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 libnetfilter_queue is a userspace library providing an API to packets
@@ -66,10 +57,10 @@
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
 %package devel
-Requires:   %lname = %version
-Requires:   libnfnetlink-devel
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
 Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
+Requires:   libnfnetlink-devel
 
 %description devel
 libnetfilter_queue is a userspace library providing an API to packets
@@ -79,9 +70,6 @@
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q
 %patch -P 1 -p1
 


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



commit libnetfilter_queue for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

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

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


Package is libnetfilter_queue, Maintainer is lzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2012-10-23 19:39:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new/libnetfilter_queue.changes   
2012-12-14 09:38:16.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 20:40:28 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature
+
+---

New:

  libnetfilter_queue.keyring



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.8Aly0r/_old  2012-12-14 09:38:17.0 +0100
+++ /var/tmp/diff_new_pack.8Aly0r/_new  2012-12-14 09:38:17.0 +0100
@@ -30,6 +30,7 @@
 Source: 
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2
 Source2:
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
+Source4:%name.keyring
 Patch1: rhel6-iptos.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,6 +43,9 @@
 BuildRequires:  libmnl-devel = 1.0.3
 BuildRequires:  libnfnetlink-devel = 0.0.41
 %endif
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 libnetfilter_queue is a userspace library providing an API to packets
@@ -75,6 +79,9 @@
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q
 %patch -P 1 -p1
 


++ libnetfilter_queue.keyring ++
pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
uid  Netfilter Core Team coret...@netfilter.org
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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

commit libnetfilter_queue for openSUSE:Factory

2012-10-23 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2012-10-23 19:39:17

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


Package is libnetfilter_queue, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2012-01-04 07:24:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new/libnetfilter_queue.changes   
2012-10-23 19:39:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 12:25:39 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.0.2
+* This release provides new interfaces to interact with libmnl.
+
+---

Old:

  libnetfilter_queue-1.0.1.tar.bz2
  libnetfilter_queue-1.0.1.tar.bz2.sig

New:

  libnetfilter_queue-1.0.2.tar.bz2
  libnetfilter_queue-1.0.2.tar.bz2.sig
  rhel6-iptos.diff



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.TxiSn7/_old  2012-10-23 19:39:24.0 +0200
+++ /var/tmp/diff_new_pack.TxiSn7/_new  2012-10-23 19:39:24.0 +0200
@@ -16,23 +16,32 @@
 #
 
 
-
 Name:   libnetfilter_queue
-%define libsoname  %{name}1
-Version:1.0.1
-Release:1
+%define lname  %{name}1
+Version:1.0.2
+Release:0
+Summary:Userspace library for packets that have been queued by the 
kernel packet filter
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnetfilter_queue/
 
 #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
+#DL-URL:   http://netfilter.org/projects/libnetfilter_queue/files/
+Source: 
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2
+Source2:
http://netfilter.org/projects/libnetfilter_queue/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
+Patch1: rhel6-iptos.diff
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-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
+#BuildRequires:  libtool
+BuildRequires:  pkgconfig = 0.21
+%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
+BuildRequires:  pkgconfig(libmnl) = 1.0.3
+BuildRequires:  pkgconfig(libnfnetlink) = 0.0.41
+%else
+BuildRequires:  libmnl-devel = 1.0.3
+BuildRequires:  libnfnetlink-devel = 0.0.41
+%endif
 
 %description
 libnetfilter_queue is a userspace library providing an API to packets
@@ -41,11 +50,11 @@
 
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
-%package -n %libsoname
-Group:  System/Libraries
+%package -n %lname
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
+Group:  System/Libraries
 
-%description -n %libsoname
+%description -n %lname
 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.
@@ -53,9 +62,10 @@
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
 %package devel
-Group:  Development/Libraries/C and C++
-Requires:   %libsoname = %version, libnfnetlink-devel
+Requires:   %lname = %version
+Requires:   libnfnetlink-devel
 Summary:Userspace library for packets that have been queued by the 
kernel packet filter
+Group:  Development/Libraries/C and C++
 
 %description devel
 libnetfilter_queue is a userspace library providing an API to packets
@@ -66,29 +76,27 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
-if [ ! -e configure ]; then
-   ./autogen.sh;
-fi;
 %configure --disable-static --includedir=%_includedir/%name-%version
-make %{?_smp_mflags}
+make %{?_smp_mflags} KERNELDIR=ignore;
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot KERNELDIR=ignore;
 rm -f %buildroot/%_libdir/*.la;
 
-%post -n %libsoname -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -n %libsoname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n %libsoname
+%files -n %lname
 %defattr(-,root,root)
 %_libdir/libnetfilter_queue.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libnetfilter_queue*
+%_includedir/%name-%version
 %_libdir/libnetfilter_queue.so
 

commit libnetfilter_queue for openSUSE:Factory

2012-01-03 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_queue for 
openSUSE:Factory checked in at 2012-01-04 07:24:52

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


Package is libnetfilter_queue, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libnetfilter_queue/libnetfilter_queue.changes
2011-09-23 02:09:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_queue.new/libnetfilter_queue.changes   
2012-01-04 07:24:53.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan  2 21:19:24 UTC 2012 - jeng...@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 - jeng...@medozas.de
+
+- Use SPDX format for License: tag
+- Use separate include directory to detect compilation errors
+
+---

Old:

  libnetfilter_queue-1.0.0.tar.bz2

New:

  libnetfilter_queue-1.0.1.tar.bz2
  libnetfilter_queue-1.0.1.tar.bz2.sig



Other differences:
--
++ libnetfilter_queue.spec ++
--- /var/tmp/diff_new_pack.AD2tg1/_old  2012-01-04 07:24:54.0 +0100
+++ /var/tmp/diff_new_pack.AD2tg1/_new  2012-01-04 07:24:54.0 +0100
@@ -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) 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,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define soname 1
 
 Name:   libnetfilter_queue
-Version:1.0.0
+%define libsoname  %{name}1
+Version:1.0.1
 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
+
+#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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libnfnetlink-devel linux-kernel-headers = 2.6.14 pkg-config
+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
@@ -38,14 +41,11 @@
 
 libnetfilter_queue has been previously known as libnfnetlink_queue.
 
-%define debug_package_requires %name%soname = %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.
@@ -53,9 +53,8 @@
 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
@@ -69,24 +68,27 @@
 %setup -q
 
 %build
-%configure --disable-static
-%__make %{?_smp_mflags}
+if [ ! -e configure ]; then
+   ./autogen.sh;
+fi;
+%configure --disable-static --includedir=%_includedir/%name-%version
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-find %buildroot -name *.la -delete
+rm -f %buildroot/%_libdir/*.la;
 
-%post -n %name%soname -p /sbin/ldconfig
+%post -n %libsoname -p /sbin/ldconfig
 
-%postun -n %name%soname -p /sbin/ldconfig