Accepting request 19777 from GNOME:Factory

Copy from GNOME:Factory/pixman based on submit request 19777 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2009-09-04 22:23:49 +00:00 committed by Git OBS Bridge
commit fcb1b373df
4 changed files with 30 additions and 30 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Aug 28 19:01:16 CEST 2009 - vuntz@novell.com
- Update to version 0.16.0:
+ See http://cgit.freedesktop.org/pixman/log/?id=pixman-0.16.0
for changes
- Summary of the important changes since 0.14.0:
+ Support for PDF blend modes
+ A number of fast paths for ARM NEON
+ Support for PIXMAN_REPEAT_REFLECT for images
+ New image formats:
- a2r10g10b10, x2r10g10b10
- b8g8r8a8, b8g8r8x8
+ Support for MMX and SSE2 on Sun compilers and Solaris
+ Support for SSE2 on Windows x64
+ A reorganisation of pixman's internals to make future
development and maintenance easier
+ A substantial expansion of pixman's test suite
-------------------------------------------------------------------
Wed Aug 12 03:56:04 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package pixman (Version 0.15.20)
# spec file for package pixman (Version 0.16.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,29 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: pixman
Version: 0.15.20
Version: 0.16.0
Release: 1
License: MIT License (or similar)
BuildRequires: pkgconfig
Url: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
Summary: Pixel manipulation library
Url: http://xorg.freedesktop.org/
Group: System/Libraries
Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Pixman is a pixel manipulation library for X and cairo.
Authors:
--------
Søren Sandmann
%package -n libpixman-1-0
License: MIT License (or similar)
Summary: Pixel manipulation library
@ -46,12 +39,6 @@ Group: System/Libraries
%description -n libpixman-1-0
Pixman is a pixel manipulation library for X and cairo.
Authors:
--------
Søren Sandmann
%package -n libpixman-1-0-devel
License: MIT License (or similar)
Summary: Pixel manipulation library - development files
@ -61,14 +48,8 @@ Requires: libpixman-1-0 = %{version}
%description -n libpixman-1-0-devel
Pixman is a pixel manipulation library for X and cairo.
Authors:
--------
Søren Sandmann
%prep
%setup
%setup -q
%build
#autoreconf -fi
@ -91,7 +72,7 @@ make %{?jobs:-j%jobs}
rm %{buildroot}%{_libdir}/libpixman-1.la
%clean
rm -rf "$RPM_BUILD_ROOT"
rm -rf %{buildroot}
%post -n libpixman-1-0 -p /sbin/ldconfig