OBS User unknown 2009-07-31 18:43:35 +00:00 committed by Git OBS Bridge
parent 5d258f327d
commit ccc23c8b57
4 changed files with 36 additions and 41 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a019c9c489de651f4ce818b820e67e3c172ecc5a061c5080b4a9afa79fd7c86
size 384095

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

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Jul 25 00:25:34 CEST 2009 - captain.magnus@opensuse.org
- Update to version 0.15.18:
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.18
for changes
-------------------------------------------------------------------
Mon Jul 20 10:21:08 CEST 2009 - vuntz@novell.com
- Update to version 0.15.16:
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.16
for changes
-------------------------------------------------------------------
Sat Jun 27 23:45:35 CEST 2009 - captain.magnus@opensuse.org
- Update to version 0.15.14:
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.14
for changes
-------------------------------------------------------------------
Tue Jun 16 22:10:56 CEST 2009 - vuntz@novell.com
- Update to version 0.15.12:
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.15.12
for changes
-------------------------------------------------------------------
Tue Jun 9 14:35:48 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package pixman (Version 0.15.10)
# spec file for package pixman (Version 0.15.18)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,9 +19,9 @@
Name: pixman
Version: 0.15.10
Version: 0.15.18
Release: 1
License: X11/MIT
License: MIT License (or similar)
BuildRequires: pkgconfig
Url: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,7 +39,7 @@ Authors:
Søren Sandmann
%package -n libpixman-1-0
License: X11/MIT
License: MIT License (or similar)
Summary: Pixel manipulation library
Group: System/Libraries
@ -53,7 +53,7 @@ Authors:
Søren Sandmann
%package -n libpixman-1-0-devel
License: X11/MIT
License: MIT License (or similar)
Summary: Pixel manipulation library - development files
Group: Development/Libraries/X11
Requires: libpixman-1-0 = %{version}
@ -98,36 +98,3 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/pixman-1.pc
%changelog
* Tue Jun 09 2009 vuntz@novell.com
- Update to version 0.15.10:
+ See http://cgit.freedesktop.org/pixman/log/ for changes
* Tue Jun 02 2009 vuntz@novell.com
- Update to version 0.15.8:
+ See http://cgit.freedesktop.org/pixman/log/ for changes
* Sat May 23 2009 vuntz@novell.com
- Update to version 0.15.6:
+ See http://cgit.freedesktop.org/pixman/log/ for changes
+ Mainly code cleanup, splitting code in various files.
* Sun May 17 2009 mboman@suse.de
- Update to version 0.15.4:
+ See http://cgit.freedesktop.org/pixman/log/ for changes
* Sat Apr 11 2009 mboman@suse.de
- Update to version 0.15.2:
+ Reinstate SrcScaledNearest optimization
+ Implement PIXMAN_REPEAT_REFLECT for images
+ Add license and copyright holders to COPYING
+ Check for allocation errors during pixman_op()
+ Propagate the error returns from pixman_rect_alloc()
+ Check for failure when intersecting regions
+ Add support for BGRA and BGRx formats
+ Set srcRepeat = False when using fbCompositeSrcScaleNearest
+ Fix pixbuf_from_argb32() to take premultiplied alpha into
account
+ Replace custom type ullong with standard uint64_t in
pixman-mmx.c
+ Fix search and replace issue
- Remove custom CFLAGS
- Add %%{version} to Requires in -devel package
* Tue Feb 10 2009 mboman@suse.de
- Initial package, split out from xorg-x11-libs
+ Drop pixman-0.12.0.diff. See bnc#444639/rh#435771 and fdo#17293