Hello community,

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

Package is "python3-lesscpy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-lesscpy/python3-lesscpy.changes  
2013-08-14 22:57:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lesscpy.new/python3-lesscpy.changes     
2014-11-18 22:45:23.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 21:31:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-lesscpy.spec ++++++
--- /var/tmp/diff_new_pack.IvXjTn/_old  2014-11-18 22:45:25.000000000 +0100
+++ /var/tmp/diff_new_pack.IvXjTn/_new  2014-11-18 22:45:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lesscpy
 #
-# 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
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-lesscpy
 Version:        0.9j
 Release:        0
@@ -60,8 +61,7 @@
 %pre
 # Since /usr/bin/lesscpy became ghosted to be used with update-alternatives, we
 # have to get rid of the old binary:
-[[ ! -L %{_bindir}/lesscpy ]] && rm -f %{_bindir}/lesscpy
-exit 0
+[ -h %{_bindir}/lesscpy ] || rm -f %{_bindir}/lesscpy
 
 %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