Hello community,

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

Package is "bpython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bpython/bpython.changes  2014-08-01 
07:08:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bpython.new/bpython.changes     2014-11-13 
09:17:33.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 04:15:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bpython.spec ++++++
--- /var/tmp/diff_new_pack.IFQVmQ/_old  2014-11-13 09:17:34.000000000 +0100
+++ /var/tmp/diff_new_pack.IFQVmQ/_new  2014-11-13 09:17:34.000000000 +0100
@@ -88,12 +88,11 @@
 %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}/bpython ]] && rm -f %{_bindir}/bpython 
-[[ ! -L %{_bindir}/bpython-urwid ]] && rm -f %{_bindir}/bpython-urwid 
-[[ ! -L %{_bindir}/bpython-gtk ]] && rm -f %{_bindir}/bpython-gtk
-[[ ! -L %{_mandir}/man1/bpython.1.gz ]] && rm -f %{_mandir}/man1/bpython.1.gz
-[[ ! -L %{_mandir}/man5/bpython-config.5.gz ]] && rm -f 
%{_mandir}/man5/bpython-config.5.gz
-exit 0
+[ -h %{_bindir}/bpython ] || rm -f %{_bindir}/bpython
+[ -h %{_bindir}/bpython-urwid ] || rm -f %{_bindir}/bpython-urwid
+[ -h %{_bindir}/bpython-gtk ] || rm -f %{_bindir}/bpython-gtk
+[ -h %{_mandir}/man1/bpython.1.gz ] || rm -f %{_mandir}/man1/bpython.1.gz
+[ -h %{_mandir}/man5/bpython-config.5.gz ] || rm -f 
%{_mandir}/man5/bpython-config.5.gz
 
 %post
 update-alternatives \

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

Reply via email to