Hello community,

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

Package is "python-jsonpatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes        
2014-09-18 07:12:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonpatch.new/python-jsonpatch.changes   
2014-11-18 22:45:33.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:31:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonpatch.spec ++++++
--- /var/tmp/diff_new_pack.U7QC1i/_old  2014-11-18 22:45:35.000000000 +0100
+++ /var/tmp/diff_new_pack.U7QC1i/_new  2014-11-18 22:45:35.000000000 +0100
@@ -54,8 +54,8 @@
 done
 
 %pre
-[[ ! -L %{_bindir}/jsonpatch ]] && rm -f %{_bindir}/jsonpatch || :
-[[ ! -L %{_bindir}/jsondiff ]] && rm -f %{_bindir}/jsondiff || :
+[ -h %{_bindir}/jsonpatch ] || rm -f %{_bindir}/jsonpatch
+[ -h %{_bindir}/jsondiff ] || rm -f %{_bindir}/jsondiff
 
 %post
 update-alternatives --install \

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

Reply via email to