diff --git a/.gitignore b/.gitignore index 928e051..e6af2a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.19.2.tar.bz2 /pixman-0.19.4.tar.gz /pixman-0.20.2.tar.gz +/pixman-0.22.0.tar.gz diff --git a/mingw32-pixman-dont-check-for-mprotect-and-getpagesize.patch b/mingw32-pixman-dont-check-for-mprotect-and-getpagesize.patch deleted file mode 100644 index 946b068..0000000 --- a/mingw32-pixman-dont-check-for-mprotect-and-getpagesize.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig 2010-09-24 15:34:21.764058125 +0200 -+++ configure 2010-09-24 15:35:04.629551788 +0200 -@@ -12521,32 +12521,6 @@ - - - --ac_fn_c_check_func "$LINENO" "mprotect" "ac_cv_func_mprotect" --if test "x$ac_cv_func_mprotect" = x""yes; then : -- have_mprotect=yes --else -- have_mprotect=no --fi -- --if test x$have_mprotect = xyes; then -- --$as_echo "#define HAVE_MPROTECT 1" >>confdefs.h -- --fi -- --ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" --if test "x$ac_cv_func_getpagesize" = x""yes; then : -- have_getpagesize=yes --else -- have_getpagesize=no --fi -- --if test x$have_getpagesize = xyes; then -- --$as_echo "#define HAVE_GETPAGESIZE 1" >>confdefs.h -- --fi -- - ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" - if test "x$ac_cv_func_gettimeofday" = x""yes; then : - have_gettimeofday=yes diff --git a/mingw32-pixman.spec b/mingw32-pixman.spec index 603e69b..69fe908 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.20.2 +Version: 0.22.0 Release: 1%{?dist} Summary: MinGW Windows Pixman library @@ -17,10 +17,6 @@ Group: Development/Libraries Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh -# The configure script checks for the availability of the functions mprotect and getpagesize, but -# these checks return an invalid result which results in a compile failure -Patch0: mingw32-pixman-dont-check-for-mprotect-and-getpagesize.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -49,14 +45,13 @@ Static version of the MinGW Windows Pixman library. %prep %setup -q -n pixman-%{version} -%patch0 -p0 %build # Uses GTK for its testsuite, so disable this otherwise # we have a chicken & egg problem on mingw %{_mingw32_configure} --disable-gtk --enable-static --enable-shared -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install @@ -85,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 08 2011 Kalev Lember - 0.22.0-1 +- Update to 0.22.0 + * Mon Apr 25 2011 Kalev Lember - 0.20.2-1 - Update to 0.20.2 diff --git a/sources b/sources index 10fcb1e..5b0e891 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a923c20af88e469ac29ba42cfedb88c2 pixman-0.20.2.tar.gz +cb8f3cb5ce2c8d7294f73ecb7021fda6 pixman-0.22.0.tar.gz