From 3a75afe7c8fd5b0c56751283ea15649aec57eb12 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 28 May 2014 16:25:15 -0500 Subject: [PATCH] Removing ppc64le arch from with_llvm --- mesa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 02410e0..c538c05 100644 --- a/mesa.spec +++ b/mesa.spec @@ -14,7 +14,7 @@ # S390 doesn't have video cards, but we need swrast for xserver's GLX # llvm (and thus llvmpipe) doesn't actually work on ppc32 or s390 -%ifnarch s390 ppc ppc64le +%ifnarch s390 ppc %define with_llvm 1 %endif @@ -59,7 +59,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 10.2 -Release: 0.7.rc4.%{gitdate}%{?dist} +Release: 0.8.rc4.%{gitdate}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -682,6 +682,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 28 2014 Brent Baude - 10.2-0.8.rc4.20140524 +- Removing ppc64le arch from with_llvm + * Wed May 28 2014 Igor Gnatenko - 10.2-0.7.rc4.20140524 - i915: add a missing NULL pointer check (RHBZ #1100967)