Hello community, here is the log from the commit of package meabo for openSUSE:Factory checked in at 2020-06-11 10:12:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meabo (Old) and /work/SRC/openSUSE:Factory/.meabo.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meabo" Thu Jun 11 10:12:18 2020 rev:3 rq:813399 version:1.0+git.20180412 Changes: -------- --- /work/SRC/openSUSE:Factory/meabo/meabo.changes 2019-03-06 15:47:55.712442209 +0100 +++ /work/SRC/openSUSE:Factory/.meabo.new.3606/meabo.changes 2020-06-11 10:16:36.289451139 +0200 @@ -1,0 +2,5 @@ +Thu Jun 11 07:20:07 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meabo.spec ++++++ --- /var/tmp/diff_new_pack.Yx87xV/_old 2020-06-11 10:16:38.285457526 +0200 +++ /var/tmp/diff_new_pack.Yx87xV/_new 2020-06-11 10:16:38.289457539 +0200 @@ -1,7 +1,7 @@ # # spec file for package meabo # -# 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 @@ -50,10 +50,11 @@ %setup -q %build -make %{?_smp_mflags} CC="cc %{optflags}" +%make_build CC="cc %{optflags} -fcommon" %install -install -D -p -m 0755 %{name}.default %{buildroot}%{_bindir}/%{name} +install -Dpm 0755 %{name}.default \ + %{buildroot}%{_bindir}/%{name} %files %license LICENSE.txt
