Hello community, here is the log from the commit of package python-autopep8 for openSUSE:Factory checked in at 2014-11-18 22:45:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autopep8 (Old) and /work/SRC/openSUSE:Factory/.python-autopep8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autopep8" Changes: -------- --- /work/SRC/openSUSE:Factory/python-autopep8/python-autopep8.changes 2014-07-11 06:46:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-autopep8.new/python-autopep8.changes 2014-11-18 22:45:35.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 17:23:00 UTC 2014 - Led <[email protected]> + +- fix bashism in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autopep8.spec ++++++ --- /var/tmp/diff_new_pack.z8HQuv/_old 2014-11-18 22:45:36.000000000 +0100 +++ /var/tmp/diff_new_pack.z8HQuv/_new 2014-11-18 22:45:36.000000000 +0100 @@ -62,8 +62,7 @@ %pre # Since /usr/bin/autopep8 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}/autopep8 ]] && rm -f %{_bindir}/autopep8 -exit 0 +[ -h %{_bindir}/autopep8 ] || rm -f %{_bindir}/autopep8 %post update-alternatives --install %{_bindir}/autopep8 autopep8 %{_bindir}/autopep8-%{py_ver} 20 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
