Hello community,

here is the log from the commit of package cairo for openSUSE:Factory checked 
in at 2017-03-22 23:05:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cairo (Old)
 and      /work/SRC/openSUSE:Factory/.cairo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cairo"

Wed Mar 22 23:05:25 2017 rev:75 rq:481362 version:1.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cairo/cairo.changes      2017-02-26 
17:07:21.625156491 +0100
+++ /work/SRC/openSUSE:Factory/.cairo.new/cairo.changes 2017-03-22 
23:05:27.404790348 +0100
@@ -1,0 +2,5 @@
+Wed Mar  8 19:41:41 UTC 2017 - zai...@opensuse.org
+
+- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cairo-pdf-fixes.patch ++++++
--- /var/tmp/diff_new_pack.pfokuy/_old  2017-03-22 23:05:28.848585732 +0100
+++ /var/tmp/diff_new_pack.pfokuy/_new  2017-03-22 23:05:28.852585165 +0100
@@ -139,3 +139,30 @@
  static cairo_int_status_t
 -- 
 cgit v0.10.2
+
+From 1a307123af14cfa50a0c35819cfaee79f0ade1ba Mon Sep 17 00:00:00 2001
+From: Adrian Johnson <ajohn...@redneon.com>
+Date: Thu, 2 Mar 2017 19:14:04 +1030
+Subject: pdf-operators: fix bug in line wrapping
+
+patch by jmmor...@sonic.net
+
+https://bugs.freedesktop.org/show_bug.cgi?id=100029
+
+diff --git a/src/cairo-pdf-operators.c b/src/cairo-pdf-operators.c
+index 99a8dc8..b4ac253 100644
+--- a/src/cairo-pdf-operators.c
++++ b/src/cairo-pdf-operators.c
+@@ -319,7 +319,8 @@ _word_wrap_stream_write (cairo_output_stream_t  *base,
+           if (*data == '\n' || stream->column >= stream->max_column) {
+               _cairo_output_stream_printf (stream->output, "\n");
+               stream->column = 0;
+-          } else if (*data == '<') {
++          }
++          if (*data == '<') {
+               stream->state = WRAP_STATE_HEXSTRING;
+           } else if (*data == '(') {
+               stream->state = WRAP_STATE_STRING;
+-- 
+cgit v0.10.2
+


Reply via email to