Hello community,

here is the log from the commit of package gnu-netcat for openSUSE:Factory 
checked in at 2018-04-24 15:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-netcat (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-netcat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-netcat"

Tue Apr 24 15:35:18 2018 rev:3 rq:600384 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-netcat/gnu-netcat.changes    2014-05-15 
19:11:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-netcat.new/gnu-netcat.changes       
2018-04-24 15:35:21.585380487 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 22:37:06 UTC 2018 - [email protected]
+
+- License is GPL-2.0-or-later
+- Use %license (boo#1082318)
+- remove gpg-offline dependency, part of source validator now
+- use source URLs
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnu-netcat.spec ++++++
--- /var/tmp/diff_new_pack.zCwzxD/_old  2018-04-24 15:35:23.085326218 +0200
+++ /var/tmp/diff_new_pack.zCwzxD/_new  2018-04-24 15:35:23.085326218 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-netcat
 #
-# 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
@@ -20,16 +20,13 @@
 Version:        0.7.1
 Release:        0
 Summary:        GNU variant of universal network utility
-License:        GPL-2.0
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 Url:            http://netcat.sourceforge.net
-Source0:        netcat-%{version}.tar.bz2
-Source1:        netcat-%{version}.tar.bz2.asc
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        
http://sourceforge.net/projects/netcat/files/netcat/%{version}/netcat-%{version}.tar.bz2
+Source1:        
http://netcat.sourceforge.net/signatures/netcat-%{version}.tar.bz2.asc
+Source2:        %{name}.keyring
 Conflicts:     netcat-openbsd
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 
 %description
 Netcat is a featured networking utility which reads and writes data across
@@ -55,9 +52,6 @@
 The GNU Netcat is distributed freely under the GNU General Public License 
(GPL).
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q -n netcat-%{version}
 
 %build
@@ -65,7 +59,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang netcat
 
 %post
@@ -74,11 +68,11 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/netcat.info.gz
 
-
 %files -f netcat.lang
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 %{_bindir}/*
-%{_infodir}/netcat.info.gz
+%{_infodir}/netcat.info%{?ext_info}
 %{_mandir}/*/*
 
+%changelog




Reply via email to