Update to 0.18.2 (RHBZ #613665)

This commit is contained in:
epienbro 2010-07-12 16:07:30 +00:00
parent 8896f1d5e4
commit 6c97c6e1a6
4 changed files with 6 additions and 26 deletions

View File

@ -1 +1 @@
pixman-0.16.2.tar.bz2
pixman-0.18.2.tar.bz2

View File

@ -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 <epienbro@fedoraproject.org> - 0.18.2-1
- Update to 0.18.2 (RHBZ #613665)
* Tue Sep 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.2-1
- Update to 0.16.2

View File

@ -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)

View File

@ -1 +1 @@
0ce7de6d649f1a80d328b05e403730b6 pixman-0.16.2.tar.bz2
8f0c47bbb12a0d9c0d14242596bf6bf9 pixman-0.18.2.tar.bz2