Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at 2022-02-11 23:06:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-server.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-server"
Fri Feb 11 23:06:40 2022 rev:402 rq:953300 version:21.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes
2022-01-05 13:40:04.621540885 +0100
+++
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.1956/xorg-x11-server.changes
2022-02-11 23:06:57.822531560 +0100
@@ -1,0 +2,5 @@
+Thu Feb 10 20:26:44 UTC 2022 - Dirk M??ller <[email protected]>
+
+- fix bashisms in pre_checkins.sh (bsc#1195391)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.bpnE5b/_old 2022-02-11 23:06:59.170535304 +0100
+++ /var/tmp/diff_new_pack.bpnE5b/_new 2022-02-11 23:06:59.174535315 +0100
@@ -12,11 +12,11 @@
grep ^.define.*${1}_VERSION ${xorg_src}/hw/xfree86/common/xf86Module.h | tr
'(),' ' .' | awk '{ print $4$5 }'
}
-if [ "$1" == "--tar" ]; then
+if [ "$1" = "--tar" ]; then
tmpdir=$(mktemp -d)
tar xf "$2" -C ${tmpdir}
xorg_src=${tmpdir}/*
-elif [ "$1" == "--verify" ]; then
+elif [ "$1" = "--verify" ]; then
xorg_src="$2"
prv_ext=".build"
else
@@ -39,15 +39,18 @@
abi_xinput=`extract_abi XINPUT`
abi_extension=`extract_abi EXTENSION`
-A="Provides: X11_ABI_XINPUT = ${abi_xinput}\nProvides:
X11_ABI_VIDEODRV = ${abi_videodrv}\nProvides: X11_ABI_ANSIC =
${abi_ansic}\nProvides: X11_ABI_EXTENSION = ${abi_extension}"
+cat > xorg-server-provides${prv_ext} <<EOF
+Provides: X11_ABI_XINPUT = ${abi_xinput}
+Provides: X11_ABI_VIDEODRV = ${abi_videodrv}
+Provides: X11_ABI_ANSIC = ${abi_ansic}
+Provides: X11_ABI_EXTENSION = ${abi_extension}
+EOF
-echo -e $A > xorg-server-provides${prv_ext}
-
-if [ "$1" == "--tar" ]; then
+if [ "$1" = "--tar" ]; then
if [ -d ${tmpdir} ]; then
rm -rf ${tmpdir}
fi
-elif [ "$1" == "--verify" ]; then
+elif [ "$1" = "--verify" ]; then
diff "$3" xorg-server-provides${prv_ext}
if [ $? -gt 0 ]; then
echo "The ABI verification failed... please run $0 before
checking in"
++++++ xorg-server-provides ++++++
--- /var/tmp/diff_new_pack.bpnE5b/_old 2022-02-11 23:06:59.258535548 +0100
+++ /var/tmp/diff_new_pack.bpnE5b/_new 2022-02-11 23:06:59.258535548 +0100
@@ -1,5 +1,5 @@
-Provides: X11_ABI_XINPUT = 24.4
-Provides: X11_ABI_VIDEODRV = 25.2
-Provides: X11_ABI_ANSIC = 0.4
-Provides: X11_ABI_EXTENSION = 10.0
+Provides: X11_ABI_XINPUT = 24.4
+Provides: X11_ABI_VIDEODRV = 25.2
+Provides: X11_ABI_ANSIC = 0.4
+Provides: X11_ABI_EXTENSION = 10.0