Hello community, here is the log from the commit of package python-docutils for openSUSE:Factory checked in at 2014-11-02 16:45:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-docutils (Old) and /work/SRC/openSUSE:Factory/.python-docutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docutils" Changes: -------- --- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes 2014-07-16 16:37:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-docutils.new/python-docutils.changes 2014-11-02 16:45:47.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Oct 29 02:14:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docutils.spec ++++++ --- /var/tmp/diff_new_pack.DZxOWl/_old 2014-11-02 16:45:48.000000000 +0100 +++ /var/tmp/diff_new_pack.DZxOWl/_new 2014-11-02 16:45:48.000000000 +0100 @@ -72,9 +72,8 @@ # Since binaries 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. -binaries="rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html" -for i in $binaries; do - [[ ! -L %{_bindir}/${i} ]] && rm -f %{_bindir}/${i} +for i in rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html; do + [ -L %_bindir/$i ] || rm -f %_bindir/$i done exit 0 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
