Hello community, here is the log from the commit of package python-Cython for openSUSE:Factory checked in at 2014-11-15 11:40:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Cython (Old) and /work/SRC/openSUSE:Factory/.python-Cython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cython" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes 2014-09-18 07:12:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 2014-11-15 12:25:06.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 22:57:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cython.spec ++++++ --- /var/tmp/diff_new_pack.B7U5Sz/_old 2014-11-15 12:25:07.000000000 +0100 +++ /var/tmp/diff_new_pack.B7U5Sz/_new 2014-11-15 12:25:07.000000000 +0100 @@ -80,10 +80,9 @@ %pre # Since /usr/bin/cython and /usr/bin/cygdb became ghosted to be used with update-alternatives, we have to get rid # of the old binary resulting from the non-update-alternativies-ified package: -[[ ! -L %{_bindir}/cygdb ]] && rm -f %{_bindir}/cygdb -[[ ! -L %{_bindir}/cythonize ]] && rm -f %{_bindir}/cythonize -[[ ! -L %{_bindir}/cython ]] && rm -f %{_bindir}/cython -exit 0 +[ -h %{_bindir}/cygdb ] || rm -f %{_bindir}/cygdb +[ -h %{_bindir}/cythonize ] || rm -f %{_bindir}/cythonize +[ -h %{_bindir}/cython ] || rm -f %{_bindir}/cython %post update-alternatives \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
