Update to 0.18.2 (RHBZ #613665)
This commit is contained in:
parent
8896f1d5e4
commit
6c97c6e1a6
@ -1 +1 @@
|
|||||||
pixman-0.16.2.tar.bz2
|
pixman-0.18.2.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%define __debug_install_post %{_mingw32_debug_install_post}
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
||||||
|
|
||||||
Name: mingw32-pixman
|
Name: mingw32-pixman
|
||||||
Version: 0.16.2
|
Version: 0.18.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows Pixman library
|
Summary: MinGW Windows Pixman library
|
||||||
|
|
||||||
@ -17,8 +17,6 @@ Group: Development/Libraries
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
|
||||||
Source1: make-pixman-snapshot.sh
|
Source1: make-pixman-snapshot.sh
|
||||||
|
|
||||||
Patch0: pixman-disable-blitters-test-testcase.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -47,7 +45,6 @@ Static version of the MinGW Windows Pixman library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pixman-%{version}
|
%setup -q -n pixman-%{version}
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -83,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 29 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.16.2-1
|
||||||
- Update to 0.16.2
|
- Update to 0.16.2
|
||||||
|
|
||||||
|
@ -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)
|
|
Loading…
Reference in New Issue
Block a user