[mesa] rebase to git master + build on top of llvm 3.1

Dave Airlie airlied at fedoraproject.org
Sun Jun 3 15:38:48 UTC 2012


commit c5fd2470213f18fda331714a6b8b019ea78632ad
Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Jun 3 16:33:36 2012 +0100

    rebase to git master + build on top of llvm 3.1

 .gitignore |    1 +
 mesa.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd97dff..ea858ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ mesa-20100720.tar.bz2
 /MesaLib-8.0.1.tar.bz2
 /MesaLib-8.0.2.tar.bz2
 /mesa-20120424.tar.xz
+/mesa-20120603.tar.xz
diff --git a/mesa.spec b/mesa.spec
index a78ddfb..2ecf295 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -30,13 +30,13 @@
 %define _default_patch_fuzz 2
 
 %define manpages gl-manpages-1.0.1
-%define gitdate 20120424
+%define gitdate 20120603
 #% define snapshot 
 
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.1
-Release: 0.5%{?dist}
+Release: 0.6%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -73,7 +73,7 @@ BuildRequires: elfutils
 BuildRequires: python
 %if %{with_hardware}
 %if 0%{?with_llvm}
-BuildRequires: llvm-devel >= 3.0
+BuildRequires: llvm-devel >= 3.1
 %endif
 %endif
 BuildRequires: libxml2-python
@@ -572,6 +572,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Jun 03 2012 Dave Airlie <airlied at redhat.com> 8.1-0.6
+- rebase to git master + build on top of llvm 3.1
+
 * Thu May 17 2012 Adam Jackson <ajax at redhat.com> 8.1-0.5
 - mesa-8.0-llvmpipe-shmget.patch: Rediff for 8.1.
 
diff --git a/sources b/sources
index 0dfd1f1..f81eb67 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 6ae05158e678f4594343f32c2ca50515  gl-manpages-1.0.1.tar.bz2
-a8e677338c53a4fcb0fc5fcf52ed5d40  mesa-20120424.tar.xz
+fa6ccc097cd8b60715b23c3614a98c69  mesa-20120603.tar.xz


More information about the scm-commits mailing list