Hello community, here is the log from the commit of package opendchub for openSUSE:Factory checked in at 2020-06-07 21:38:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opendchub (Old) and /work/SRC/openSUSE:Factory/.opendchub.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opendchub" Sun Jun 7 21:38:45 2020 rev:7 rq:812134 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/opendchub/opendchub.changes 2017-09-26 21:17:29.148555985 +0200 +++ /work/SRC/openSUSE:Factory/.opendchub.new.3606/opendchub.changes 2020-06-07 21:38:56.541568788 +0200 @@ -1,0 +2,5 @@ +Sun Jun 7 00:18:01 UTC 2020 - Jan Engelhardt <[email protected]> + +- Set CFLAGS+=-fcommon. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opendchub.spec ++++++ --- /var/tmp/diff_new_pack.FcvRlj/_old 2020-06-07 21:38:57.061570436 +0200 +++ /var/tmp/diff_new_pack.FcvRlj/_new 2020-06-07 21:38:57.065570448 +0200 @@ -1,7 +1,7 @@ # # spec file for package opendchub # -# 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,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,12 +20,11 @@ Version: 0.8.3 Release: 0 Summary: DirectConnect++ Hub Server -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/File-Sharing -Url: http://opendchub.sf.net/ +URL: http://opendchub.sf.net/ Source: http://downloads.sf.net/opendchub/%name-%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libcap-devel BuildRequires: libnsl-devel %{?libperl_requires} @@ -42,15 +41,15 @@ %build chmod a+x configure -%configure +%configure CFLAGS="%optflags -fcommon" make %{?_smp_mflags} %install %make_install %files -%defattr(-,root,root) -%doc COPYING Documentation/* +%license COPYING +%doc Documentation/* %_bindir/* %changelog
