Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2021-06-09 21:51:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Wed Jun  9 21:51:28 2021 rev:170 rq:897522 version:5.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2021-05-11 
23:03:27.073151775 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new.32437/bash.changes     2021-06-09 
21:51:33.902395918 +0200
@@ -1,0 +2,5 @@
+Fri May 28 13:53:55 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Use well defined HOSTTYPE, as well as OS, VENDOR, and MACHTYPE (boo#1186296)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.4e0bKw/_old  2021-06-09 21:51:34.930397750 +0200
+++ /var/tmp/diff_new_pack.4e0bKw/_new  2021-06-09 21:51:34.930397750 +0200
@@ -91,7 +91,7 @@
 Provides:       /bin/sh
 %global         _sysconfdir /etc
 %global         _incdir     %{_includedir}
-%global         _ldldir     /%{_libdir}/bash
+%global         _ldldir     %{_libdir}/bash
 %global         _minsh      0
 
 %description
@@ -430,7 +430,8 @@
 %if 0%{?do_profiling}
   profilecflags=CFLAGS="$CFLAGS %cflags_profile_generate"
 %endif
-  make "$profilecflags" \
+  makeopts="Machine=%{_target_cpu} OS=linux VENDOR=suse 
MACHTYPE=%{_target_cpu}-suse-linux"
+  make $makeopts "$profilecflags" \
        all printenv recho zecho xcase
   TMPDIR=$(mktemp -d /tmp/bash.XXXXXXXXXX) || exit 1
   > $SCREENLOG
@@ -444,9 +445,9 @@
   profilecflags=CFLAGS="$CFLAGS %cflags_profile_feedback -fprofile-correction"
   clean=clean
 %endif
-  make "$profilecflags" $clean all
-  make -C examples/loadables/
-  make documentation
+  make $makeopts "$profilecflags" $clean all
+  make $makeopts -C examples/loadables/
+  make $makeopts documentation
 
 %install
   %make_install

Reply via email to