Update to 0.22.0
This commit is contained in:
parent
6313d29b5a
commit
11ac6524c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
@ -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@smartlink.ee> - 0.22.0-1
|
||||
- Update to 0.22.0
|
||||
|
||||
* Mon Apr 25 2011 Kalev Lember <kalev@smartlink.ee> - 0.20.2-1
|
||||
- Update to 0.20.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user