commit libnfnetlink for openSUSE:Factory

2020-10-24 Thread root
Hello community,

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

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


Package is "libnfnetlink"

Sat Oct 24 15:15:14 2020 rev:21 rq:843162 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2018-03-30 12:00:27.204854298 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new.3463/libnfnetlink.changes  
2020-10-24 15:15:24.676098440 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 00:28:01 UTC 2020 - Jan Engelhardt 
+
+- Modernize specfile constructs.
+
+---



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.w2t4LB/_old  2020-10-24 15:15:25.488099453 +0200
+++ /var/tmp/diff_new_pack.w2t4LB/_new  2020-10-24 15:15:25.492099458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 License:GPL-2.0-only
 Group:  Productivity/Networking/Security
-Url:http://netfilter.org/projects/libnfnetlink/
+URL:https://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
@@ -31,22 +31,10 @@
 Source2:
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 Source4:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:  autoconf
-#BuildRequires:  automake >= 1.6
-#BuildRequires:  libtool
-BuildRequires:  pkgconfig >= 0.21
 
 %description
 libnfnetlink is the low-level library for netfilter related
-kernel/userspace communication. It provides a generic messaging
-infrastructure for in-kernel netfilter subsystems (such as
-nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
-respective users and/or management tools in userspace.
-
-This library is not meant as a public API for application developers.
-It is only used by other netfilter.org projects, such as
-libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
+kernel/userspace communication.
 
 %package -n %libsoname
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
@@ -59,10 +47,6 @@
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
 
-This library is not meant as a public API for application developers.
-It is only used by other netfilter.org projects, such as
-libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
-
 %package devel
 Requires:   %libsoname = %version
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
@@ -70,41 +54,32 @@
 
 %description devel
 libnfnetlink is the low-level library for netfilter related
-kernel/userspace communication. It provides a generic messaging
-infrastructure for in-kernel netfilter subsystems (such as
-nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
-respective users and/or management tools in userspace.
+kernel/userspace communication.
 
 This library is not meant as a public API for application developers.
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi;
-fi
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %libsoname -p /sbin/ldconfig
-
 %postun -n %libsoname -p /sbin/ldconfig
 
 %files -n %libsoname
-%defattr(-,root,root)
 %license COPYING
 %doc README
 %_libdir/libnfnetlink.so.0*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/%name/
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc





commit libnfnetlink for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2018-03-30 12:00:19

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


Package is "libnfnetlink"

Fri Mar 30 12:00:19 2018 rev:20 rq:591708 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2014-12-10 23:45:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2018-03-30 12:00:27.204854298 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 13:12:25 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.MTk3Zw/_old  2018-03-30 12:00:28.064823200 +0200
+++ /var/tmp/diff_new_pack.MTk3Zw/_new  2018-03-30 12:00:28.068823056 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 Version:1.0.1
 Release:0
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnfnetlink/
 
@@ -99,7 +99,8 @@
 
 %files -n %libsoname
 %defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %_libdir/libnfnetlink.so.0*
 
 %files devel





commit libnfnetlink for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2014-12-10 23:46:18

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


Package is libnfnetlink

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2014-04-26 19:34:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2014-12-10 23:45:49.0 +0100
@@ -1,0 +2,6 @@
+Mon Sep 29 08:27:16 UTC 2014 - jeng...@inai.de
+
+- Drop %version from subincludedir, it tends to break recompiles of
+  already-built trees on library updates.
+
+---



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.erSdPn/_old  2014-12-10 23:45:50.0 +0100
+++ /var/tmp/diff_new_pack.erSdPn/_new  2014-12-10 23:45:50.0 +0100
@@ -25,7 +25,6 @@
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnfnetlink/
 
-#Freecode-URL: http://freecode.com/projects/libnfnetlink/
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
 Source: 
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
@@ -64,12 +63,12 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%package -n %name-devel
+%package devel
 Requires:   %libsoname = %version
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 Group:  Development/Libraries/C and C++
 
-%description -n %name-devel
+%description devel
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
@@ -87,7 +86,7 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir=%_includedir/%name
 make %{?_smp_mflags}
 
 %install
@@ -103,9 +102,9 @@
 %doc COPYING README
 %_libdir/libnfnetlink.so.0*
 
-%files -n %name-devel
+%files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/%name/
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 


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



commit libnfnetlink for openSUSE:Factory

2014-04-26 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2014-04-26 19:34:01

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


Package is libnfnetlink

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-12-14 09:39:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2014-04-26 19:34:02.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 24 09:54:12 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on gpg-offline (blocks rebuilds and
+  tarball integrity is checked by source-validator anyway)
+
+---



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.zErVHv/_old  2014-04-26 19:34:03.0 +0200
+++ /var/tmp/diff_new_pack.zErVHv/_new  2014-04-26 19:34:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# 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
@@ -25,6 +25,7 @@
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnfnetlink/
 
+#Freecode-URL: http://freecode.com/projects/libnfnetlink/
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
 Source: 
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
@@ -36,9 +37,6 @@
 #BuildRequires:  automake = 1.6
 #BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -83,9 +81,6 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:2}
-%endif
 %setup -q
 
 %build


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



commit libnfnetlink for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

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

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-10-26 17:12:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-12-14 09:39:07.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 20:41:43 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature
+
+---

New:

  libnfnetlink.keyring



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.74PKgQ/_old  2012-12-14 09:39:08.0 +0100
+++ /var/tmp/diff_new_pack.74PKgQ/_new  2012-12-14 09:39:08.0 +0100
@@ -20,6 +20,9 @@
 %define libsoname  %{name}0
 Version:1.0.1
 Release:0
+Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+License:GPL-2.0
+Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
@@ -27,14 +30,15 @@
 Source: 
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
 Source2:
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
+Source4:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  autoconf
 #BuildRequires:  automake = 1.6
 #BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
-Summary:Low-level library for Netfilter-related kernel/userspace 
communication
-License:GPL-2.0
-Group:  Productivity/Networking/Security
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -79,6 +83,9 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q
 
 %build


++ libnfnetlink.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 libnfnetlink for openSUSE:Factory

2012-10-26 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-10-26 17:12:23

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-09-11 09:09:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-10-26 17:12:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 12:03:56 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.0.1
+  (no changes over 1.0.0+git35, this is just the official release)
+
+---

Old:

  libnfnetlink-1.0.0+git35.tar.xz

New:

  libnfnetlink-1.0.1.tar.bz2
  libnfnetlink-1.0.1.tar.bz2.sig



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.MKpJqm/_old  2012-10-26 17:12:29.0 +0200
+++ /var/tmp/diff_new_pack.MKpJqm/_new  2012-10-26 17:12:29.0 +0200
@@ -18,21 +18,20 @@
 
 Name:   libnfnetlink
 %define libsoname  %{name}0
-Version:1.0.0+git35
+Version:1.0.1
 Release:0
 Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
-#Source:   
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
-Source: %name-%version.tar.xz
-Source2:baselibs.conf
+Source: 
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
+Source2:
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2.sig
+Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake = 1.6
-BuildRequires:  libtool
+#BuildRequires:  autoconf
+#BuildRequires:  automake = 1.6
+#BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
-BuildRequires:  xz
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 License:GPL-2.0
 Group:  Productivity/Networking/Security
@@ -80,12 +79,7 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
-%if 0%{?__xz:1}
 %setup -q
-%else
-tar -xf %{S:0} --use=xz;
-%setup -DTq
-%endif
 
 %build
 if [ ! -e configure ]; then

++ libnfnetlink-1.0.0+git35.tar.xz - libnfnetlink-1.0.1.tar.bz2 ++
 58484 lines of diff (skipped)

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



commit libnfnetlink for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-09-11 09:09:48

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-09-01 10:31:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-09-11 09:09:54.0 +0200
@@ -6,0 +7 @@
+  (http://marc.info/?l=netfilterm=134458290414850w=2 )



Other differences:
--

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



commit libnfnetlink for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-09-01 10:31:34

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2012-02-16 16:18:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-09-01 10:31:38.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 01:52:43 UTC 2012 - jeng...@inai.de
+
+- Update to new git snapshot 1.0.0+git35
+* Fix incomplete retrieval of the interface list,
+  which causes conntrackd to not operate as desired
+
+---

Old:

  libnfnetlink-1.0.0+git28.tar.xz

New:

  libnfnetlink-1.0.0+git35.tar.xz



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.pnmKYa/_old  2012-09-01 10:31:39.0 +0200
+++ /var/tmp/diff_new_pack.pnmKYa/_new  2012-09-01 10:31:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# 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
@@ -16,13 +16,10 @@
 #
 
 
-
 Name:   libnfnetlink
 %define libsoname  %{name}0
-Version:1.0.0+git28
-Release:2
-License:GPL-2.0
-Group:  Productivity/Networking/Security
+Version:1.0.0+git35
+Release:0
 Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
@@ -31,8 +28,14 @@
 Source: %name-%version.tar.xz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake = 1.6 libtool pkgconfig = 0.23 xz
+BuildRequires:  autoconf
+BuildRequires:  automake = 1.6
+BuildRequires:  libtool
+BuildRequires:  pkgconfig = 0.21
+BuildRequires:  xz
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+License:GPL-2.0
+Group:  Productivity/Networking/Security
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -46,8 +49,8 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %libsoname
-Group:  System/Libraries
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+Group:  System/Libraries
 
 %description -n %libsoname
 libnfnetlink is the low-level library for netfilter related
@@ -61,9 +64,9 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %name-devel
-Group:  Development/Libraries/C and C++
 Requires:   %libsoname = %version
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
+Group:  Development/Libraries/C and C++
 
 %description -n %name-devel
 libnfnetlink is the low-level library for netfilter related
@@ -88,11 +91,11 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %libsoname -p /sbin/ldconfig
@@ -102,11 +105,11 @@
 %files -n %libsoname
 %defattr(-,root,root)
 %doc COPYING README
-%_libdir/libnfnetlink.so.*
+%_libdir/libnfnetlink.so.0*
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink*
+%_includedir/%name-%version
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

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



commit libnfnetlink for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-02-16 16:18:24

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2011-12-31 17:19:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-02-16 16:18:26.0 +0100
@@ -1,0 +2,18 @@
+Fri Feb 10 15:54:47 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Look at e.g. src/iftable.c - please check if GPL-3.0 applications require
+  this library
+
+---
+Sat Dec 31 20:25:58 UTC 2011 - jeng...@medozas.de
+
+- Update to new git snapshot 1.0.0+git28
+* build updates, license update
+
+---
+Thu Dec 29 20:50:58 UTC 2011 - jeng...@medozas.de
+
+- Use separate include dir to detect compile errors
+
+---

Old:

  libnfnetlink-1.0.0+git1.tar.xz

New:

  libnfnetlink-1.0.0+git28.tar.xz



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.29vnHL/_old  2012-02-16 16:18:27.0 +0100
+++ /var/tmp/diff_new_pack.29vnHL/_new  2012-02-16 16:18:27.0 +0100
@@ -19,11 +19,11 @@
 
 Name:   libnfnetlink
 %define libsoname  %{name}0
-Version:1.0.0+git1
+Version:1.0.0+git28
 Release:2
 License:GPL-2.0
 Group:  Productivity/Networking/Security
-URL:http://netfilter.org/projects/libnfnetlink/
+Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
@@ -31,9 +31,7 @@
 Source: %name-%version.tar.xz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRequires:  libtool
+BuildRequires:  autoconf automake = 1.6 libtool pkgconfig = 0.23 xz
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 
 %description
@@ -47,8 +45,6 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%define debug_package_requires %libsoname = %version-%release
-
 %package -n %libsoname
 Group:  System/Libraries
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
@@ -90,14 +86,14 @@
 
 %build
 if [ ! -e configure ]; then
-   ./autogen.sh
+   autoreconf -fi;
 fi
-%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
 
@@ -110,7 +106,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink
+%_includedir/libnfnetlink*
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

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



commit libnfnetlink for openSUSE:Factory

2011-12-31 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2011-12-31 17:19:44

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


Package is libnfnetlink, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2011-09-23 02:09:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2011-12-31 17:19:45.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 15:18:35 UTC 2011 - jeng...@medozas.de
+
+- Make License field SPDX compliant (bnc#731935)
+
+---
+Sat Nov 19 20:43:44 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.UNZJCe/_old  2011-12-31 17:19:45.0 +0100
+++ /var/tmp/diff_new_pack.UNZJCe/_new  2011-12-31 17:19:45.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libnfnetlink (Version 1.0.0+git1)
+# spec file for package libnfnetlink
 #
-# 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,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define soname 0
 
 Name:   libnfnetlink
+%define libsoname  %{name}0
 Version:1.0.0+git1
 Release:2
-License:GNU GPL v2
+License:GPL-2.0
 Group:  Productivity/Networking/Security
-Url:http://netfilter.org/projects/libnfnetlink/
-#Source:   
http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
-Source: %{name}-%{version}.tar.xz
+URL:http://netfilter.org/projects/libnfnetlink/
+
+#Git-Clone:git://git.netfilter.org/libnfnetlink
+#DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
+#Source:   
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
+Source: %name-%version.tar.xz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  linux-kernel-headers = 2.6.14 pkg-config xz
-Summary:Low-Level Library for netfilter related Kernel/Userspace 
Communication
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  libtool
+Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -43,15 +47,13 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%define debug_package_requires %{name}%{soname} = %{version}-%{release}
-
-%package -n %{name}%{soname}
-
+%define debug_package_requires %libsoname = %version-%release
 
+%package -n %libsoname
 Group:  System/Libraries
-Summary:Low-Level Library for netfilter related Kernel/Userspace 
Communication
+Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 
-%description -n %{name}%{soname}
+%description -n %libsoname
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
@@ -62,14 +64,12 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%package -n %{name}-devel
-
-
+%package -n %name-devel
 Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}
-Summary:Low-Level Library for netfilter related Kernel/Userspace 
Communication
+Requires:   %libsoname = %version
+Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 
-%description -n %{name}-devel
+%description -n %name-devel
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
@@ -81,35 +81,37 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf %{S:0} --use=xz;
+%setup -DTq
+%endif
 
 %build
 if [ ! -e configure ]; then
./autogen.sh
 fi
 %configure --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install