Hello community,

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

Package is "python3-Cython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Cython/python3-Cython.changes    
2014-09-18 07:12:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes       
2014-11-13 09:19:45.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:12:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-Cython.spec ++++++
--- /var/tmp/diff_new_pack.KkiIRP/_old  2014-11-13 09:19:46.000000000 +0100
+++ /var/tmp/diff_new_pack.KkiIRP/_new  2014-11-13 09:19:46.000000000 +0100
@@ -82,10 +82,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]

Reply via email to