diff --git a/pixman-0.15.20.tar.bz2 b/pixman-0.15.20.tar.bz2 deleted file mode 100644 index ddd8378..0000000 --- a/pixman-0.15.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:136351db59065aca2c80b901206fd0f0592a0a956330e92b992d1dc0f5d89b0b -size 393419 diff --git a/pixman-0.16.0.tar.bz2 b/pixman-0.16.0.tar.bz2 new file mode 100644 index 0000000..a689813 --- /dev/null +++ b/pixman-0.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405c933feba978c66755bb2f781ab84e5bca43d432e0456714cc2517caebdd8f +size 402538 diff --git a/pixman.changes b/pixman.changes index 9d34bfb..60c3919 100644 --- a/pixman.changes +++ b/pixman.changes @@ -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 diff --git a/pixman.spec b/pixman.spec index e2b2f3a..d5977b3 100644 --- a/pixman.spec +++ b/pixman.spec @@ -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