From 984cf1bf7143048bfab403d781740cb106bdd48171363827cdff4a36ceedbc29 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 2 Nov 2010 09:42:48 +0000 Subject: [PATCH] Accepting request 51642 from home:mrdocs sorry to overrule GNOME maintainers, but I want this for the milestone - for this change alone "verify that gradients do not crash pixman" OBS-URL: https://build.opensuse.org/request/show/51642 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=46 --- pixman-0.18.4.tar.bz2 | 3 --- pixman-0.20.0.tar.bz2 | 3 +++ pixman.changes | 18 ++++++++++++++++++ pixman.spec | 8 ++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 pixman-0.18.4.tar.bz2 create mode 100644 pixman-0.20.0.tar.bz2 diff --git a/pixman-0.18.4.tar.bz2 b/pixman-0.18.4.tar.bz2 deleted file mode 100644 index 80ba6e5..0000000 --- a/pixman-0.18.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8be0899f52525bde0c7869efc6ec0bd8694951981e1a5733cfab4a0e22f8a175 -size 421621 diff --git a/pixman-0.20.0.tar.bz2 b/pixman-0.20.0.tar.bz2 new file mode 100644 index 0000000..426fb42 --- /dev/null +++ b/pixman-0.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5 +size 441395 diff --git a/pixman.changes b/pixman.changes index 633c876..97dedf5 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 29 10:30:06 UTC 2010 - mrdocs@opensuse.org + +- Update to 0.20.0 + *http://lists.freedesktop.org/archives/pixman/2010-October/000694.html + * Gradient improvements + Radial gradients follow the PDF specification [Andrea Canciani] + Large linear gradients are rendered much more accurately [Andrea] + Conical gradients now work much better [Søren Sandmann Pedersen] + + * Performance improvements + Faster image scaling [Siarhei Siamashka] + Faster affine transformations [Søren] + Improvements to the ARM NEON [Siarhei] + Improvements to the SSE2 backend [Siarhei, Søren] + *Plus a large number of bug and portability fixes + and improvements to the test suite. + ------------------------------------------------------------------- Tue Aug 17 10:46:16 CEST 2010 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index b3d10a4..6e43eba 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.18.4) +# spec file for package pixman (Version 0.20.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,8 @@ Name: pixman -Version: 0.18.4 -Release: 1 +Version: 0.20.0 +Release: 0 License: MIT License (or similar) Summary: Pixel manipulation library Url: http://xorg.freedesktop.org/ @@ -66,7 +66,7 @@ Pixman is a pixel manipulation library for X and cairo. --disable-arm-neon \ %endif --disable-static -make %{?jobs:-j%jobs} +make V=1 %{?jobs:-j%jobs} %install %makeinstall