summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-07-23 16:42:11 -0400
committerAdam Jackson <ajax@redhat.com>2013-07-23 16:42:11 -0400
commit966e17fb0623e56ce269108332cf864533f85da7 (patch)
treec0f635985f0c45f8753f52bd7edd84caf6a2793f /mesa.spec
parentcb94989982b0e8eea7fdc813469d276f86e0fbde (diff)
downloadmesa-966e17fb0623e56ce269108332cf864533f85da7.tar.gz
mesa-966e17fb0623e56ce269108332cf864533f85da7.tar.xz
mesa-966e17fb0623e56ce269108332cf864533f85da7.zip
Today's git snap of 9.2 branch
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/mesa.spec b/mesa.spec
index bc8ef76..43386ca 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,13 +48,13 @@
%define _default_patch_fuzz 2
-%define gitdate 20130610
+%define gitdate 20130723
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 9.2
-Release: 0.13.%{gitdate}%{?dist}
+Release: 0.14.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -75,10 +75,8 @@ Patch9: mesa-8.0-llvmpipe-shmget.patch
Patch12: mesa-8.0.1-fix-16bpp.patch
Patch15: mesa-9.2-hardware-float.patch
Patch16: mesa-9.2-no-useless-vdpau.patch
-Patch18: mesa-9.2-llvmpipe-on-big-endian.patch
Patch19: mesa-9.2-no-gallium-osmesa.patch
-Patch20: 0001-Revert-i965-Disable-unused-pipeline-stages-once-at-s.patch
-Patch30: mesa-llvmpipe-use-mcjit-on-arm.patch
+Patch20: mesa-9.2-evergreen-big-endian.patch
BuildRequires: pkgconfig autoconf automake libtool
%if %{with_hardware}
@@ -303,10 +301,8 @@ grep -q ^/ src/gallium/auxiliary/vl/vl_decoder.c && exit 1
%patch15 -p1 -b .hwfloat
%patch16 -p1 -b .vdpau
-%patch18 -p1 -b .be
%patch19 -p1 -b .osmesa
-%patch20 -p1 -b .revert
-%patch30 -p1 -b .arm
+%patch20 -p1 -b .egbe
%if 0%{with_private_llvm}
sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
@@ -606,6 +602,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Jul 23 2013 Adam Jackson <ajax@redhat.com> 9.2-0.14.20130723
+- Today's git snap of 9.2 branch
+
* Sun Jul 14 2013 Kyle McMartin <kyle@redhat.com> 9.2-0.13.20130610
- Use LLVM::MCJIT on ARM and AArch64.