Updating link to change in openSUSE:Factory/pixman revision 21.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=18a7b1337430573a6853c2b03cd48dc7
This commit is contained in:
parent
a7c8a88270
commit
3d2da5488b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad4d60246edc9e506d0bfe07a01ad5bb9f924898f9c91bca3e85d557e211e7fe
|
|
||||||
size 421622
|
|
3
pixman-0.18.4.tar.bz2
Normal file
3
pixman-0.18.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8be0899f52525bde0c7869efc6ec0bd8694951981e1a5733cfab4a0e22f8a175
|
||||||
|
size 421621
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 17 10:46:16 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.18.4:
|
||||||
|
+ Fix memory leak in the pthreads thread local storage code
|
||||||
|
+ When storing a g1 pixel, store the lowest bit, rather than
|
||||||
|
comparing with 0.
|
||||||
|
+ If we bail out of do_composite, make sure to undo any
|
||||||
|
workarounds.
|
||||||
|
+ Check for read accessors before taking the bilinear fast path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 21 12:49:20 CEST 2010 - dimstar@opensuse.org
|
Mon Jun 21 12:49:20 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pixman (Version 0.18.2)
|
# spec file for package pixman (Version 0.18.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.18.2
|
Version: 0.18.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
Loading…
Reference in New Issue
Block a user