[mingw-pixman: 21/31] Update to 0.22.0

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 20:19:33 UTC 2012


commit 11ac6524c8d3bd0a145601be154705da243f9560
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sun May 8 23:03:11 2011 +0300

    Update to 0.22.0

 .gitignore                                         |    1 +
 ...n-dont-check-for-mprotect-and-getpagesize.patch |   35 --------------------
 mingw32-pixman.spec                                |   12 +++----
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 43 deletions(-)
---
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.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 <kalev at smartlink.ee> - 0.22.0-1
+- Update to 0.22.0
+
 * Mon Apr 25 2011 Kalev Lember <kalev at smartlink.ee> - 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


More information about the scm-commits mailing list