Hello community,

here is the log from the commit of package python3-docutils for 
openSUSE:Factory checked in at 2014-11-24 11:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-docutils (Old)
 and      /work/SRC/openSUSE:Factory/.python3-docutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-docutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-docutils/python3-docutils.changes        
2014-07-16 16:37:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-docutils.new/python3-docutils.changes   
2014-11-24 11:15:40.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:23:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-docutils.spec ++++++
--- /var/tmp/diff_new_pack.cUsDRU/_old  2014-11-24 11:15:41.000000000 +0100
+++ /var/tmp/diff_new_pack.cUsDRU/_new  2014-11-24 11:15:41.000000000 +0100
@@ -71,9 +71,8 @@
 # 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}
+    [ -h %{_bindir}/${i} ] || rm -f %{_bindir}/${i}
 done
-exit 0
 
 %post
 update-alternatives \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to