Hello community,

here is the log from the commit of package kye for openSUSE:Factory checked in 
at 2012-11-24 21:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kye (Old)
 and      /work/SRC/openSUSE:Factory/.kye.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kye", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kye/kye.changes  2012-11-16 13:39:10.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.kye.new/kye.changes     2012-11-24 
21:11:20.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 16 13:48:52 UTC 2012 - jeng...@inai.de
+
+- Always mark stylesheets as CSS [bnc#789728, bgo#514268]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kye.spec ++++++
--- /var/tmp/diff_new_pack.t6EIBJ/_old  2012-11-24 21:11:20.000000000 +0100
+++ /var/tmp/diff_new_pack.t6EIBJ/_new  2012-11-24 21:11:20.000000000 +0100
@@ -55,6 +55,14 @@
 %build
 python setup.py build;
 
+# Workaround for librsvg bug [bnc#789728]
+mkdir t;
+pushd t/;
+tar -xzf ../images.tar.gz;
+perl -i -pe 's{<style>}{<style type="text/css">}gs' *.svg;
+tar -czf ../images.tar.gz *;
+popd;
+
 %install
 python setup.py install --prefix=%_prefix --root=%buildroot;
 mkdir -p "%buildroot/%_datadir/pixmaps";


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

Reply via email to