Hello community, here is the log from the commit of package flowgrind for openSUSE:Factory checked in at 2020-06-11 10:12:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flowgrind (Old) and /work/SRC/openSUSE:Factory/.flowgrind.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flowgrind" Thu Jun 11 10:12:02 2020 rev:3 rq:813393 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/flowgrind/flowgrind.changes 2017-03-31 15:09:53.212996600 +0200 +++ /work/SRC/openSUSE:Factory/.flowgrind.new.3606/flowgrind.changes 2020-06-11 10:16:19.057395994 +0200 @@ -1,0 +2,5 @@ +Thu Jun 11 07:08:38 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flowgrind.spec ++++++ --- /var/tmp/diff_new_pack.vYnoJX/_old 2020-06-11 10:16:26.553419983 +0200 +++ /var/tmp/diff_new_pack.vYnoJX/_new 2020-06-11 10:16:26.557419995 +0200 @@ -1,7 +1,7 @@ # # spec file for package flowgrind # -# 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,9 +20,9 @@ Version: 0.8.0 Release: 0 Summary: Network performance measurement -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Diagnostic -Url: http://flowgrind.net/ +URL: http://flowgrind.net/ Source0: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2 Source1: https://github.com/flowgrind/flowgrind/releases/download/flowgrind-%{version}/flowgrind-%{version}.tar.bz2.asc Source2: %{name}.keyring @@ -42,15 +42,18 @@ %setup -q %build +# fix building with gcc10 +export CFLAGS="%{optflags} -fcommon" %configure -make %{?_smp_mflags} +%make_build %install %make_install %files %defattr(0644, root, root, 0755) -%doc AUTHORS COPYING NEWS README.md +%license COPYING +%doc AUTHORS NEWS README.md %attr(0755,-,-) %{_bindir}/flowgrind* %attr(0755,-,-) %{_sbindir}/flowgrindd %{_mandir}/man1/flowgrind*
