[pixman] Remove openmp patch

Soren Sandmann Pedersen ssp at fedoraproject.org
Tue Jul 31 20:32:49 UTC 2012


commit 825bff309fb5e29f6234e08cff9c0058ac4fe60a
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Tue Jul 31 16:36:26 2012 -0400

    Remove openmp patch

 openmp.patch |  122 ----------------------------------------------------------
 pixman.spec  |   15 +++----
 2 files changed, 6 insertions(+), 131 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 579c669..5506948 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -3,7 +3,7 @@
 
 Name:           pixman
 Version:        0.26.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
@@ -16,8 +16,6 @@ URL:            http://cgit.freedesktop.org/pixman/
 Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Source1:	make-pixman-snapshot.sh
 
-Patch1:		openmp.patch
-
 BuildRequires:  automake autoconf libtool pkgconfig
 
 %description
@@ -34,15 +32,11 @@ Development library for pixman.
 
 %prep
 %setup -q
-%if !0%{?rhel}
-%patch1 -p1 -b .openmp
-%endif
 
 %build
-autoreconf -vif
-%configure --disable-static %{?rhel:--disable-openmp}
+%configure --disable-static
 
-make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fno-strict-aliasing"
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -64,6 +58,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Tue Jul 31 2012 Soren Sandmann <ssp at redhat.com> 0.26.2-5
+- Remove openmp patch
+
 * Mon Jul 30 2012 Adam Jackson <ajax at redhat.com> 0.26.2-4
 - Disable openmp patch in RHEL for the moment
 


More information about the scm-commits mailing list