Hello community, here is the log from the commit of package iouyap for openSUSE:Factory checked in at 2020-06-11 14:52:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iouyap (Old) and /work/SRC/openSUSE:Factory/.iouyap.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iouyap" Thu Jun 11 14:52:51 2020 rev:6 rq:813444 version:0.97 Changes: -------- --- /work/SRC/openSUSE:Factory/iouyap/iouyap.changes 2016-03-26 17:28:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.iouyap.new.3606/iouyap.changes 2020-06-11 14:54:10.999183850 +0200 @@ -1,0 +2,6 @@ +Tue Jun 9 10:38:55 UTC 2020 - Martin Hauke <[email protected]> + +- Set CFLAGS+=-fcommon to workaround gcc10 errors (boo#1160244) +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iouyap.spec ++++++ --- /var/tmp/diff_new_pack.CSLxaE/_old 2020-06-11 14:54:13.123190325 +0200 +++ /var/tmp/diff_new_pack.CSLxaE/_new 2020-06-11 14:54:13.127190338 +0200 @@ -1,7 +1,7 @@ # # spec file for package iouyap # -# Copyright (c) 2015 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,19 +20,18 @@ Version: 0.97 Release: 0 Summary: Bridge IOU to TAP, UDP and Ethernet -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Emulators/Other -Url: https://github.com/GNS3/iouyap +URL: https://github.com/GNS3/iouyap Source0: %{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: flex BuildRequires: gcc BuildRequires: glibc-devel +Requires(pre): shadow %if 0%{?suse_version} Requires(pre): permissions %endif -Requires(pre): %{_sbindir}/groupadd -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Bridge IOU to TAP, UDP and Ethernet, mainly used by gns3server @@ -45,7 +44,7 @@ %build bison --yacc -dv netmap_parse.y flex netmap_scan.l -gcc -I -Wall -fPIE %optflags *.c iniparser/*.c -o %{name} -lpthread -pie +gcc -I -Wall -fPIE %optflags -fcommon *.c iniparser/*.c -o %{name} -lpthread -pie %install %__mkdir_p %{buildroot}/%{_libexecdir} @@ -65,8 +64,8 @@ %endif %files -%defattr(-,root,root) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %verify(not caps) %attr(0750,root,iouyap) %{_libexecdir}/%{name} %{_bindir}/%{name}
