Hello community, here is the log from the commit of package w_scan for openSUSE:Factory checked in at 2020-06-12 21:41:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/w_scan (Old) and /work/SRC/openSUSE:Factory/.w_scan.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "w_scan" Fri Jun 12 21:41:18 2020 rev:3 rq:814046 version:20170107 Changes: -------- --- /work/SRC/openSUSE:Factory/w_scan/w_scan.changes 2017-03-18 20:51:07.472999461 +0100 +++ /work/SRC/openSUSE:Factory/.w_scan.new.3606/w_scan.changes 2020-06-12 21:43:18.676319374 +0200 @@ -1,0 +2,5 @@ +Fri Jun 12 05:18:44 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ w_scan.spec ++++++ --- /var/tmp/diff_new_pack.8DE7Kh/_old 2020-06-12 21:43:20.608324230 +0200 +++ /var/tmp/diff_new_pack.8DE7Kh/_new 2020-06-12 21:43:20.612324240 +0200 @@ -1,7 +1,7 @@ # # spec file for package w_scan # -# 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: 20170107 Release: 0 Summary: Tool for scanning DVB transponders -License: GPL-2.0 +License: GPL-2.0-only Group: Hardware/TV -Url: http://wirbel.htpc-forum.de/w_scan/index2.html +URL: http://wirbel.htpc-forum.de/w_scan/index2.html Source0: http://wirbel.htpc-forum.de/w_scan/w_scan-%{version}.tar.bz2 BuildRequires: linux-kernel-headers @@ -37,17 +37,18 @@ %setup -q %build +export CFLAGS="%{optflags} -fcommon" %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README +%license COPYING +%doc AUTHORS ChangeLog README %doc doc/README.file_formats doc/README_VLC_DVB doc/rotor.conf %{_bindir}/w_scan -%{_mandir}/man1/w_scan.1%{ext_man} +%{_mandir}/man1/w_scan.1%{?ext_man} %changelog
