From 543ca7bacbf62cd235ffa52cbe523ea8dc3e191e08624284e4a9a7008c09f885 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 4 Sep 2009 22:23:48 +0000 Subject: [PATCH] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=22 --- pixman-0.15.20.tar.bz2 | 3 +++ pixman-0.16.0.tar.bz2 | 3 --- pixman.changes | 19 ------------------- pixman.spec | 35 +++++++++++++++++++++++++++-------- 4 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 pixman-0.15.20.tar.bz2 delete mode 100644 pixman-0.16.0.tar.bz2 diff --git a/pixman-0.15.20.tar.bz2 b/pixman-0.15.20.tar.bz2 new file mode 100644 index 0000000..ddd8378 --- /dev/null +++ b/pixman-0.15.20.tar.bz2 @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index a689813..0000000 --- a/pixman-0.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:405c933feba978c66755bb2f781ab84e5bca43d432e0456714cc2517caebdd8f -size 402538 diff --git a/pixman.changes b/pixman.changes index 60c3919..9d34bfb 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,22 +1,3 @@ -------------------------------------------------------------------- -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 d5977b3..e2b2f3a 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.16.0) +# spec file for package pixman (Version 0.15.20) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,22 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild Name: pixman -Version: 0.16.0 +Version: 0.15.20 Release: 1 License: MIT License (or similar) -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 +Url: http://xorg.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: System/Libraries +Summary: Pixel manipulation library +Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 %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 @@ -39,6 +46,12 @@ 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 @@ -48,8 +61,14 @@ 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 -q +%setup %build #autoreconf -fi @@ -72,7 +91,7 @@ make %{?jobs:-j%jobs} rm %{buildroot}%{_libdir}/libpixman-1.la %clean -rm -rf %{buildroot} +rm -rf "$RPM_BUILD_ROOT" %post -n libpixman-1-0 -p /sbin/ldconfig