From 6c97c6e1a63cebae907c8baba042e9471442ec41 Mon Sep 17 00:00:00 2001 From: epienbro Date: Mon, 12 Jul 2010 16:07:30 +0000 Subject: [PATCH] Update to 0.18.2 (RHBZ #613665) --- .cvsignore | 2 +- mingw32-pixman.spec | 8 ++++---- pixman-disable-blitters-test-testcase.patch | 20 -------------------- sources | 2 +- 4 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 pixman-disable-blitters-test-testcase.patch diff --git a/.cvsignore b/.cvsignore index c78b9f3..4ffd58d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pixman-0.16.2.tar.bz2 +pixman-0.18.2.tar.bz2 diff --git a/mingw32-pixman.spec b/mingw32-pixman.spec index 6946954..e66e78f 100644 --- a/mingw32-pixman.spec +++ b/mingw32-pixman.spec @@ -6,7 +6,7 @@ %define __debug_install_post %{_mingw32_debug_install_post} Name: mingw32-pixman -Version: 0.16.2 +Version: 0.18.2 Release: 1%{?dist} Summary: MinGW Windows Pixman library @@ -17,8 +17,6 @@ Group: Development/Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2 Source1: make-pixman-snapshot.sh -Patch0: pixman-disable-blitters-test-testcase.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -47,7 +45,6 @@ Static version of the MinGW Windows Pixman library. %prep %setup -q -n pixman-%{version} -%patch0 -p0 %build @@ -83,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 12 2010 Erik van Pienbroek - 0.18.2-1 +- Update to 0.18.2 (RHBZ #613665) + * Tue Sep 29 2009 Erik van Pienbroek - 0.16.2-1 - Update to 0.16.2 diff --git a/pixman-disable-blitters-test-testcase.patch b/pixman-disable-blitters-test-testcase.patch deleted file mode 100644 index d376539..0000000 --- a/pixman-disable-blitters-test-testcase.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- test/Makefile.in.orig 2009-08-13 00:44:30.275385290 +0200 -+++ test/Makefile.in 2009-08-13 00:47:49.722395581 +0200 -@@ -58,7 +58,7 @@ - @HAVE_GTK_TRUE@ alpha-test$(EXEEXT) screen-test$(EXEEXT) \ - @HAVE_GTK_TRUE@ convolution-test$(EXEEXT) trap-test$(EXEEXT) - am__EXEEXT_2 = region-test$(EXEEXT) scaling-test$(EXEEXT) \ -- blitters-test$(EXEEXT) fetch-test$(EXEEXT) oob-test$(EXEEXT) \ -+ fetch-test$(EXEEXT) oob-test$(EXEEXT) \ - window-test$(EXEEXT) trap-crasher$(EXEEXT) $(am__EXEEXT_1) - PROGRAMS = $(noinst_PROGRAMS) - am__alpha_test_SOURCES_DIST = alpha-test.c utils.c utils.h -@@ -282,7 +282,7 @@ - TEST_LDADD = $(top_builddir)/pixman/libpixman-1.la - INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman \ - $(am__append_2) --TESTPROGRAMS = region-test scaling-test blitters-test fetch-test \ -+TESTPROGRAMS = region-test scaling-test fetch-test \ - oob-test window-test trap-crasher $(am__append_1) - fetch_test_LDADD = $(TEST_LDADD) - region_test_LDADD = $(TEST_LDADD) diff --git a/sources b/sources index b32ba9d..1bbac39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ce7de6d649f1a80d328b05e403730b6 pixman-0.16.2.tar.bz2 +8f0c47bbb12a0d9c0d14242596bf6bf9 pixman-0.18.2.tar.bz2