From ccc23c8b571cf65b8e33d69d4ece45513e969134bd46add9e626f08019d22ed8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 31 Jul 2009 18:43:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=5 --- pixman-0.15.10.tar.bz2 | 3 --- pixman-0.15.18.tar.bz2 | 3 +++ pixman.changes | 28 +++++++++++++++++++++++++++ pixman.spec | 43 +++++------------------------------------- 4 files changed, 36 insertions(+), 41 deletions(-) delete mode 100644 pixman-0.15.10.tar.bz2 create mode 100644 pixman-0.15.18.tar.bz2 diff --git a/pixman-0.15.10.tar.bz2 b/pixman-0.15.10.tar.bz2 deleted file mode 100644 index 0f43806..0000000 --- a/pixman-0.15.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a019c9c489de651f4ce818b820e67e3c172ecc5a061c5080b4a9afa79fd7c86 -size 384095 diff --git a/pixman-0.15.18.tar.bz2 b/pixman-0.15.18.tar.bz2 new file mode 100644 index 0000000..98b5979 --- /dev/null +++ b/pixman-0.15.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94fa67a7dc032686f41a852c2366297a0197118e21c63e7dadefe0430101588 +size 392186 diff --git a/pixman.changes b/pixman.changes index 98b56ab..ed06c14 100644 --- a/pixman.changes +++ b/pixman.changes @@ -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 diff --git a/pixman.spec b/pixman.spec index 28d8e82..001bcc6 100644 --- a/pixman.spec +++ b/pixman.spec @@ -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