Hello community,

here is the log from the commit of package python-Babel for openSUSE:Factory 
checked in at 2014-11-15 11:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Babel (Old)
 and      /work/SRC/openSUSE:Factory/.python-Babel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Babel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes        
2014-08-16 15:38:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2014-11-15 12:25:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:11:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Babel.spec ++++++
--- /var/tmp/diff_new_pack.grdODv/_old  2014-11-15 12:25:03.000000000 +0100
+++ /var/tmp/diff_new_pack.grdODv/_new  2014-11-15 12:25:03.000000000 +0100
@@ -72,8 +72,7 @@
 %pre
 # Since /usr/bin/pybabel 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}/pybabel ]] && rm -f %{_bindir}/pybabel
-exit 0
+[ -h %{_bindir}/pybabel ] || rm -f %{_bindir}/pybabel
 
 %post
 update-alternatives --install %{_bindir}/pybabel pybabel 
%{_bindir}/pybabel-%{py_ver} 20

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to