Hello community,

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

Package is "python3-bpython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-bpython/python3-bpython.changes  
2014-07-10 08:17:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-bpython.new/python3-bpython.changes     
2014-11-18 22:45:51.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:03:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-bpython.spec ++++++
--- /var/tmp/diff_new_pack.5cJnDs/_old  2014-11-18 22:45:52.000000000 +0100
+++ /var/tmp/diff_new_pack.5cJnDs/_new  2014-11-18 22:45:52.000000000 +0100
@@ -89,13 +89,12 @@
 %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-curtsies ]] && rm -f %{_bindir}/bpython-curtsies 
-[[ ! -L %{_bindir}/bpython-gtk ]] && rm -f %{_bindir}/bpython-gtk
-[[ ! -L %{_bindir}/bpython-urwid ]] && rm -f %{_bindir}/bpython-urwid 
-[[ ! -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-curtsies ] || rm -f %{_bindir}/bpython-curtsies
+[ -h %{_bindir}/bpython-gtk ] || rm -f %{_bindir}/bpython-gtk
+[ -h %{_bindir}/bpython-urwid ] || rm -f %{_bindir}/bpython-urwid
+[ -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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to