commit libnetfilter_cttimeout for openSUSE:Factory

2020-10-24 Thread root
Hello community,

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

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


Package is "libnetfilter_cttimeout"

Sat Oct 24 15:14:40 2020 rev:10 rq:843037 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_cttimeout/libnetfilter_cttimeout.changes
2014-12-10 23:44:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_cttimeout.new.3463/libnetfilter_cttimeout.changes
  2020-10-24 15:14:44.672048534 +0200
@@ -1,0 +2,5 @@
+Wed Oct 14 00:09:56 UTC 2020 - Jan Engelhardt 
+
+- Modernize specfile constructs.
+
+---



Other differences:
--
++ libnetfilter_cttimeout.spec ++
--- /var/tmp/diff_new_pack.YfRiN6/_old  2020-10-24 15:14:45.912050081 +0200
+++ /var/tmp/diff_new_pack.YfRiN6/_new  2020-10-24 15:14:45.916050086 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_cttimeout
 #
-# Copyright (c) 2014 SUSE LINUX Products 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/
 #
 
 
@@ -20,20 +20,18 @@
 %define lname  %{name}1
 Version:1.0.0
 Release:0
-Url:http://netfilter.org/projects/libnetfilter_cttimeout/
 Summary:Userspace library for the Netfilter Conntrack Timeout extension
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Security
+URL:https://netfilter.org/projects/libnetfilter_cttimeout/
 
 #Git-Clone:git://git.netfilter.org/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
 Source4:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  glibc-devel >= 2.9
-BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
 
 %description
@@ -58,14 +56,15 @@
 Netfilter extended timeout settings infrastructure.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 if [ ! -e configure ]; then
-   autoreconf -fi;
-fi;
+   autoreconf -fi
+fi
+# includedir intentional, cf. bugzilla.opensuse.org/795968
 %configure --disable-static --includedir="%_includedir/%name"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -75,11 +74,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libnetfilter_cttimeout.so.1*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/%name/
 %_libdir/libnetfilter_cttimeout.so
 %_libdir/pkgconfig/libnetfilter_cttimeout.pc





commit libnetfilter_cttimeout for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

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

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


Package is "libnetfilter_cttimeout"

Changes:

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



Other differences:
--
++ libnetfilter_cttimeout.spec ++
--- /var/tmp/diff_new_pack.t4mHe3/_old  2014-12-10 23:44:18.0 +0100
+++ /var/tmp/diff_new_pack.t4mHe3/_new  2014-12-10 23:44:18.0 +0100
@@ -64,15 +64,14 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
-%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
@@ -81,7 +80,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/%name/
 %_libdir/libnetfilter_cttimeout.so
 %_libdir/pkgconfig/libnetfilter_cttimeout.pc
 


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



commit libnetfilter_cttimeout for openSUSE:Factory

2014-09-26 Thread h_root
Hello community,

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

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


Package is "libnetfilter_cttimeout"

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_cttimeout/libnetfilter_cttimeout.changes
2012-12-14 09:38:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_cttimeout.new/libnetfilter_cttimeout.changes
   2014-09-26 11:21:43.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_cttimeout.spec ++
--- /var/tmp/diff_new_pack.rjznuU/_old  2014-09-26 11:21:44.0 +0200
+++ /var/tmp/diff_new_pack.rjznuU/_new  2014-09-26 11:21:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnetfilter_cttimeout
 #
-# 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
@@ -34,14 +34,7 @@
 #git#BuildRequires:  autoconf, automake >= 1.6, libtool
 BuildRequires:  glibc-devel >= 2.9
 BuildRequires:  pkgconfig >= 0.21
-%if 0%{?suse_version} >= 1140 || 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
@@ -56,18 +49,15 @@
 Netfilter extended timeout settings infrastructure.
 
 %package devel
-Requires:   %lname = %version
 Summary:Userspace library for the Netfilter Conntrack Timeout extension
 Group:  Development/Libraries/C and C++
+Requires:   %lname = %version
 
 %description devel
 This library provides the programming interface (API) to the
 Netfilter extended timeout settings infrastructure.
 
 %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 libnetfilter_cttimeout for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

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

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


Package is "libnetfilter_cttimeout", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_cttimeout/libnetfilter_cttimeout.changes
2012-05-29 10:33:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_cttimeout.new/libnetfilter_cttimeout.changes
   2012-12-14 09:38:02.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 28 20:30:40 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature
+
+---

New:

  libnetfilter_cttimeout.keyring



Other differences:
--
++ libnetfilter_cttimeout.spec ++
--- /var/tmp/diff_new_pack.BRcjmk/_old  2012-12-14 09:38:04.0 +0100
+++ /var/tmp/diff_new_pack.BRcjmk/_new  2012-12-14 09:38:04.0 +0100
@@ -21,18 +21,27 @@
 Version:1.0.0
 Release:0
 Url:http://netfilter.org/projects/libnetfilter_cttimeout/
+Summary:Userspace library for the Netfilter Conntrack Timeout extension
+License:GPL-2.0+
+Group:  Productivity/Networking/Security
 
+#Git-Clone:git://git.netfilter.org/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
+Source4:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#git#BuildRequires:  autoconf, automake >= 1.6
-BuildRequires:  libtool
+#git#BuildRequires:  autoconf, automake >= 1.6, libtool
+BuildRequires:  glibc-devel >= 2.9
 BuildRequires:  pkgconfig >= 0.21
+%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) >= 1.0.0
-Summary:Userspace library for the Netfilter Conntrack Timeout extension
-License:GPL-2.0+
-Group:  Productivity/Networking/Security
+%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
@@ -56,6 +65,9 @@
 Netfilter extended timeout settings infrastructure.
 
 %prep
+%if 0%{?gpg_verify:1}
+%gpg_verify %{S:2}
+%endif
 %setup -q
 
 %build
@@ -66,7 +78,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot";
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
@@ -79,7 +91,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libnetfilter_cttimeout*
+%_includedir/%name-%version
 %_libdir/libnetfilter_cttimeout.so
 %_libdir/pkgconfig/libnetfilter_cttimeout.pc
 


++ libnetfilter_cttimeout.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)

mQINBEzAS5EBEADVlGm+KwODJcVmP33HTCbn/eP8obZbgu+3Z1CYRklF8V43vC6D
8Jfk7fjD4/gWbAKZxriOESXVAN7mp0Fho4+Ga+pxWeLIET9tVM5xbNFK1p9R3XCK
p5SrugG+tGhizTR9b/1YCMVRz/yX3aDtC7lwObas4hkr5BqhphjvlkjFE7us32by
43LPpFj2yUpp1VdOf6gxl03kAgJg08h9J7a+n9KHQeAhIpXSRFq3tXiTdXQlovsv
ckwBjO0m8P2d1Z8/UYwXQgXzuO8W8EqaUSR95nDwl7UnilnKJm2fGvNg3A6PfCSk
3KdeEBZ45SRfMTPsuC5C4T0Az75h3HFR6YSae46ymg7d4ZA/Bd5K4hvp4PdYrfCi
GXen7iK9q5XDpopWb0yCrEVJzKjBjDurvpLtAD0IFWcpB6zwM38AnxVH05J8QOx/
VCZ4vZJxTKWbpHbdcISSMmVt00VfKorF9DsjiAcBRMBcIvDpJTP4yjvr32W09wLc
d5CIYGrLKhLNysUIJ44AQoTL9yV5aQvCb2EFnoPqCEKQm8onTAGX19PpTDjDPJFt
WyMMUDtiMp2yODuFo1qHjxvqzSVX+Ti2sGpiT1hEz97GAIlbAvmXs/bTb+U+rBnd
6027ooes3cWmBSV5kpz/sMp+nFynrLZ5NDnehPScz3W31oGgSdrGsnnhaQARAQAB
tCxOZXRmaWx0ZXIgQ29yZSBUZWFtIDxjb3JldGVhbUBuZXRmaWx0ZXIub3JnPokC
PgQTAQIAKAUCTMBLkQIbAwUJCWYBgAYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AA
CgkQpBEfibtfWMzULxAAtGgYeuEqk0F9y4sz6hFJf+fXKSPPrwWTIUXs/sCxlBtS
lgf9oTvk3aT48zsMIfsDsS8yfIUjaK+eedIZW3oJ0lBtwRncZKjks8Od5J7DvEhR
Kpo3cajT1KXJh584IvXN0/BbCdPUI6EQE8n0fEUrSWANfzhuD3qYtX9UUGBq/7i8
Cf3pGFDeYRjcwWeNZ1T+xbaCKPS5BGlOVhMtauaTBZvTJniB828bOZXd3KrXUeul
AicbzZzqU7XcNX2YKw19MTQzuGNZQ3npJUPQiHgyELTh3+YUmRkPaZaZiDNZeQvu
/j8cgSoa26Q48apjghREo0Ues4MwQwEGBbdVkEQQMuC9ASti3OyZBTOqyApc2rpE
VsW2CkqvoQ8jaP51Ua4mjerYkqEqXaVtbPelNFMJXGNXrKdf0xg5Nl/onWnT9S/s
jtR3LtjOQ0apbBiGPROtYKWSQtA55TgYNLLS1+947TvU134Px1FA8Dqi72SBl7Xc
ET4nwISO222wMJBxbY4MYB2TppMysIKXUazIyekbRkpK1woH4AR6NsuJOiVdhjEi
46MkN7tmHI9S9blA98Ih6C9hMz2YgmQEwOQ0qYgVruPdYZSP+M5o+pra9ch+STBk
FbB03L9kqcAAE8wpGSBRYU+KuyVRipnPeqoeR8niO71AiKbsfbL1skTGRafC2Q+5
Ag0ETMBLkQEQANNv2Ymm/BVxwqb1vrLq1scoWK5kmeaRD3ndMB

commit libnetfilter_cttimeout for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_cttimeout for 
openSUSE:Factory checked in at 2012-05-29 10:33:47

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


Package is "libnetfilter_cttimeout", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_cttimeout/libnetfilter_cttimeout.changes
2012-03-12 20:15:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_cttimeout.new/libnetfilter_cttimeout.changes
   2012-05-29 10:33:59.0 +0200
@@ -1,0 +2,7 @@
+Sat May 26 18:20:03 UTC 2012 - jeng...@inai.de
+
+- Update to first official tarball release 1.0.0
+* Add ICMPv6 support
+* add new parameter type to nfct_timeout_snprintf
+
+---

Old:

  libnetfilter_cttimeout-0.0.0.10.tar.xz

New:

  libnetfilter_cttimeout-1.0.0.tar.bz2
  libnetfilter_cttimeout-1.0.0.tar.bz2.sig



Other differences:
--
++ libnetfilter_cttimeout.spec ++
--- /var/tmp/diff_new_pack.ChQTlp/_old  2012-05-29 10:34:01.0 +0200
+++ /var/tmp/diff_new_pack.ChQTlp/_new  2012-05-29 10:34:01.0 +0200
@@ -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,41 @@
 # 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
-License:GPL-2.0+
-Group:  Productivity/Networking/Security
-URL:http://netfilter.org/projects/libnetfilter_cttimeout/
-Source: %name-%version.tar.xz
+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, automake >= 1.6, libtool
-BuildRequires: pkgconfig >= 0.21, pkgconfig(libmnl) >= 1.0.0, xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#git#BuildRequires:  autoconf, 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
 
 %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 +75,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libnetfilter_cttimeout.so.*
+%_libdir/libnetfilter_cttimeout.so.1*
 
 %files devel
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.ChQTlp/_old  2012-05-29 10:34:01.0 +0200
+++ /var/tmp/diff_new_pack.ChQTlp/_new  2012-05-29 10:34:01.0 +0200
@@ -1 +1 @@
-libnetfilter_cttimeout0
+libnetfilter_cttimeout1

++ libnetfilter_cttimeout-0.0.0.10.tar.xz -> 
libnetfilter_cttimeout-1.0.0.tar.bz2 ++
 45074 lines of diff (skipped)

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