Hello community,

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

Package is "python-jsonschema"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes      
2014-09-17 17:25:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonschema.new/python-jsonschema.changes 
2014-11-13 09:17:34.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:38:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonschema.spec ++++++
--- /var/tmp/diff_new_pack.FCwZWt/_old  2014-11-13 09:17:35.000000000 +0100
+++ /var/tmp/diff_new_pack.FCwZWt/_new  2014-11-13 09:17:35.000000000 +0100
@@ -59,7 +59,7 @@
 %endif
 
 %pre
-[[ ! -L %{_bindir}/jsonschema ]] && rm -f %{_bindir}/jsonschema || :
+[ -h %{_bindir}/jsonschema ] || rm -f %{_bindir}/jsonschema
 
 %post
 update-alternatives --install \

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

Reply via email to