Hello community,

here is the log from the commit of package dash for openSUSE:Factory checked in 
at 2020-04-15 20:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dash (Old)
 and      /work/SRC/openSUSE:Factory/.dash.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dash"

Wed Apr 15 20:06:10 2020 rev:20 rq:792716 version:0.5.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/dash/dash.changes        2018-11-08 
09:40:58.309626714 +0100
+++ /work/SRC/openSUSE:Factory/.dash.new.2738/dash.changes      2020-04-15 
20:08:00.578166960 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 11:29:51 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Add -fcommon to %optflags in order to fix boo#1160260.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dash.spec ++++++
--- /var/tmp/diff_new_pack.Odisp2/_old  2020-04-15 20:08:01.006167251 +0200
+++ /var/tmp/diff_new_pack.Odisp2/_new  2020-04-15 20:08:01.010167253 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dash
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 Summary:        POSIX-compliant Implementation of /bin/sh
 License:        BSD-3-Clause
 Group:          System/Shells
-Url:            http://gondor.apana.org.au/~herbert/dash/
+URL:            http://gondor.apana.org.au/~herbert/dash/
 Source:         
http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
 BuildRequires:  libedit-devel
 
@@ -35,11 +35,12 @@
 %setup -q
 
 %build
+%global optflags %{optflags} -fcommon
 %configure \
        --enable-fnmatch \
        --enable-glob \
        --with-libedit
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install


Reply via email to