Hello community,

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

Package is "python-zope.testrunner"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.testrunner/python-zope.testrunner.changes
    2013-11-15 08:38:22.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.testrunner.new/python-zope.testrunner.changes
       2014-11-18 22:46:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:11:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-zope.testrunner.spec ++++++
--- /var/tmp/diff_new_pack.7KPSGb/_old  2014-11-18 22:46:07.000000000 +0100
+++ /var/tmp/diff_new_pack.7KPSGb/_new  2014-11-18 22:46:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.testrunner
 #
-# 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
@@ -67,8 +67,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}/zope-testrunner ]] && rm -f %{_bindir}/zope-testrunner
-exit 0
+[ -h %{_bindir}/zope-testrunner ] || rm -f %{_bindir}/zope-testrunner
 
 %post
 update-alternatives --install %{_bindir}/zope-testrunner zope-testrunner 
%{_bindir}/zope-testrunner-%{py_ver} 20


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to