Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2014-11-15 11:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rdflib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rdflib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes      
2014-09-12 11:19:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 
2014-11-15 12:26:14.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:27:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rdflib.spec ++++++
--- /var/tmp/diff_new_pack.vjzpGK/_old  2014-11-15 12:26:15.000000000 +0100
+++ /var/tmp/diff_new_pack.vjzpGK/_new  2014-11-15 12:26:15.000000000 +0100
@@ -91,12 +91,11 @@
 %pre
 # Since /usr/bin/* 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}/csv2rdf ]] && rm -f %{_bindir}/csv2rdf
-[[ ! -L %{_bindir}/rdf2dot ]] && rm -f %{_bindir}/rdf2dot
-[[ ! -L %{_bindir}/rdfgraphisomorphism ]] && rm -f 
%{_bindir}/rdfgraphisomorphism
-[[ ! -L %{_bindir}/rdfpipe ]] && rm -f %{_bindir}/rdfpipe
-[[ ! -L %{_bindir}/rdfs2dot ]] && rm -f %{_bindir}/rdfs2dot
-exit 0
+[ -h %{_bindir}/csv2rdf ] || rm -f %{_bindir}/csv2rdf
+[ -h %{_bindir}/rdf2dot ] || rm -f %{_bindir}/rdf2dot
+[ -h %{_bindir}/rdfgraphisomorphism ] || rm -f %{_bindir}/rdfgraphisomorphism
+[ -h %{_bindir}/rdfpipe ] || rm -f %{_bindir}/rdfpipe
+[ -h %{_bindir}/rdfs2dot ] || rm -f %{_bindir}/rdfs2dot
 
 %post
 update-alternatives \

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

Reply via email to