Hello community, here is the log from the commit of package python3-sympy for openSUSE:Factory checked in at 2014-11-18 22:45:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-sympy (Old) and /work/SRC/openSUSE:Factory/.python3-sympy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-sympy" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-sympy/python3-sympy.changes 2014-03-09 18:44:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-sympy.new/python3-sympy.changes 2014-11-18 22:46:08.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 21:43:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-sympy.spec ++++++ --- /var/tmp/diff_new_pack.Z9GIMB/_old 2014-11-18 22:46:10.000000000 +0100 +++ /var/tmp/diff_new_pack.Z9GIMB/_new 2014-11-18 22:46:10.000000000 +0100 @@ -59,9 +59,8 @@ # Since /usr/bin/isympy and /usr/share/man/man1/isympy.1.gz 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}/isympy ]] && rm -f %{_bindir}/isympy -[[ ! -L %{_mandir}/man1/isympy.1.gz ]] && rm -f %{_mandir}/man1/isympy.1.gz -exit 0 +[ -h %{_bindir}/isympy ] || rm -f %{_bindir}/isympy +[ -h %{_mandir}/man1/isympy.1.gz ] || rm -f %{_mandir}/man1/isympy.1.gz %post update-alternatives \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
