Hello community, here is the log from the commit of package tcpreplay for openSUSE:Factory checked in at 2020-06-12 21:44:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpreplay (Old) and /work/SRC/openSUSE:Factory/.tcpreplay.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcpreplay" Fri Jun 12 21:44:05 2020 rev:8 rq:814122 version:4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes 2019-03-14 22:42:54.654629239 +0100 +++ /work/SRC/openSUSE:Factory/.tcpreplay.new.3606/tcpreplay.changes 2020-06-12 21:45:25.864493346 +0200 @@ -1,0 +2,5 @@ +Fri Jun 12 05:24:23 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpreplay.spec ++++++ --- /var/tmp/diff_new_pack.wxLIwB/_old 2020-06-12 21:45:29.404501656 +0200 +++ /var/tmp/diff_new_pack.wxLIwB/_new 2020-06-12 21:45:29.412501674 +0200 @@ -1,7 +1,7 @@ # # spec file for package tcpreplay # -# Copyright (c) 2019 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/ # @@ -22,18 +22,18 @@ Summary: Network analysis and testing tools License: GPL-3.0-only Group: Productivity/Networking/Diagnostic -Url: http://tcpreplay.appneta.com/ +URL: http://tcpreplay.appneta.com/ Source0: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: dbus-1-devel BuildRequires: libdnet-devel BuildRequires: libpcap-devel +BuildRequires: tcpdump +Requires: tcpdump %if 0%{?suse_version} > 1110 BuildRequires: libnl3-devel %endif -BuildRequires: tcpdump -Requires: tcpdump # only needed for suse_version < 1130 (i.e. SLE11) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,6 +48,8 @@ %setup -q %build +# fix building with gcc10 +export CFLAGS="%{optflags} -fcommon" %configure \ --enable-dynamic-link make %{?_smp_mflags} V=1
