Accepting request 51956 from GNOME:Factory

Accepted submit request 51956 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=22
This commit is contained in:
Ruediger Oertel 2010-11-02 15:07:12 +00:00 committed by Git OBS Bridge
commit 3f622783d1
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8be0899f52525bde0c7869efc6ec0bd8694951981e1a5733cfab4a0e22f8a175
size 421621

3
pixman-0.20.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5
size 441395

View File

@ -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 Tue Aug 17 10:46:16 CEST 2010 - dimstar@opensuse.org

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,8 +18,8 @@
Name: pixman Name: pixman
Version: 0.18.4 Version: 0.20.0
Release: 1 Release: 0
License: MIT License (or similar) License: MIT License (or similar)
Summary: Pixel manipulation library Summary: Pixel manipulation library
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
@ -66,7 +66,7 @@ Pixman is a pixel manipulation library for X and cairo.
--disable-arm-neon \ --disable-arm-neon \
%endif %endif
--disable-static --disable-static
make %{?jobs:-j%jobs} make V=1 %{?jobs:-j%jobs}
%install %install
%makeinstall %makeinstall