Accepting request 240170 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/240170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=61
This commit is contained in:
Stephan Kulow 2014-07-17 04:57:45 +00:00 committed by Git OBS Bridge
commit 5ca8775bd5
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,15 @@
--- cairo/src/cairo-xlib-render-compositor.c 2013-04-12 11:22:48.010384018 +0200
+++ cairo/src/cairo-xlib-render-compositor.c.new 2013-04-12 11:23:54.362925287 +0200
@@ -1318,10 +1318,10 @@
}
n = new;
d = (uint32_t *) data;
- do {
+ while (c--) {
*n++ = bswap_32 (*d);
d++;
- } while (--c);
+ }
data = (uint8_t *) new;
}
break;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 8 09:13:31 UTC 2014 - fcrozat@suse.com
- Add cairo-xlib-endianness.patch: fix crash when client and server
have different endianness [bnc#882951, fdo#63461]
-------------------------------------------------------------------
Fri Apr 11 12:55:12 UTC 2014 - jw@suse.com

View File

@ -34,6 +34,8 @@ Patch0: cairo-modules-no-version.patch
Patch1: cairo-disable-lto.patch
# PATCH-FIX-UPSTREAM cairo-render-thin-lines.patch fdo#77298 jw@suse.com -- Fix rendering of thin lines
Patch2: cairo-render-thin-lines.patch
# PATCH-FIX-UPSTREAM cairo-xlib-endianness.patch fdo#63461 bnc#882951 fcrozat@suse.com -- Fix crash when client and server have different endianness
Patch3: cairo-xlib-endianness.patch
# These libraries are needed only for tests.
# Do not enable tests in build systems, it causes build loop!
#BuildRequires: librsvg-devel poppler-devel
@ -157,6 +159,7 @@ cairo.
%endif
# fix_for_fdo77298.patch
%patch2 -p1
%patch3 -p1
%build
# Needed by patch0 and patch1