Hello community,

here is the log from the commit of package python3-Babel for openSUSE:Factory 
checked in at 2014-11-18 22:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Babel (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Babel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Babel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Babel/python3-Babel.changes      
2013-12-18 16:54:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Babel.new/python3-Babel.changes 
2014-11-18 22:45:25.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:53:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-Babel.spec ++++++
--- /var/tmp/diff_new_pack.p1Fev0/_old  2014-11-18 22:45:27.000000000 +0100
+++ /var/tmp/diff_new_pack.p1Fev0/_new  2014-11-18 22:45:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Babel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -60,8 +60,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-%{py3_ver} 30

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

Reply via email to