Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2023-08-23 14:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xz (Old)
 and      /work/SRC/openSUSE:Factory/.xz.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xz"

Wed Aug 23 14:56:36 2023 rev:82 rq:1104975 version:5.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xz/xz.changes    2023-08-11 15:55:00.263573639 
+0200
+++ /work/SRC/openSUSE:Factory/.xz.new.1766/xz.changes  2023-08-23 
14:56:37.321883722 +0200
@@ -1,0 +2,8 @@
+Wed Aug 16 13:58:09 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- xznew: Remove bashsism.
+- build: pass CONFIG_SHELL=/bin/sh to configure: the posix tools
+  are setting the current SHELL as the shebang, which is overkill:
+  any posix compliant shell, aka /bin/sh, is sufficient.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xz.spec ++++++
--- /var/tmp/diff_new_pack.yN0kfO/_old  2023-08-23 14:56:38.153885210 +0200
+++ /var/tmp/diff_new_pack.yN0kfO/_new  2023-08-23 14:56:38.165885231 +0200
@@ -83,7 +83,7 @@
 %configure \
   --with-pic \
   --docdir=%{_docdir}/%{name} \
-  --disable-static
+  --disable-static CONFIG_SHELL=/bin/sh
 %if 0%{?do_profiling}
   %make_build CFLAGS="${CFLAGS} %{cflags_profile_generate}"
   %make_build



++++++ xznew ++++++
--- /var/tmp/diff_new_pack.yN0kfO/_old  2023-08-23 14:56:38.297885467 +0200
+++ /var/tmp/diff_new_pack.yN0kfO/_new  2023-08-23 14:56:38.309885488 +0200
@@ -52,7 +52,7 @@
 fi
 
 # check about xz extension
-xz $tmp/1 &> /dev/null
+xz $tmp/1 > /dev/null 2>&1
 ext=`echo $tmp/1* | sed "s|$tmp/1||"`
 rm -rf $tmp/
 trap - 0 1 2 3 6 13 15

Reply via email to