Browse Source

mesa: rebuilt with llvm-3.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5556 ec354946-7b23-47d6-9f5a-488ba84defc7
kenta 12 years ago
parent
commit
d3e00fc574
1 changed files with 8 additions and 2 deletions
  1. 8 2
      m/mesa/mesa-vl.spec

+ 8 - 2
m/mesa/mesa-vl.spec

@@ -19,7 +19,7 @@ Summary: Mesa graphics libraries
 Summary(ja): Mesa グラフィックスライブラリ
 Name: mesa
 Version: 7.11.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -32,6 +32,7 @@ Patch3: mesa-7.11-no-mach64.patch
 Patch4: mesa-legacy-drivers.patch
 
 Patch8: mesa-7.10-llvmcore.patch
+Patch9: mesa-7.11.2-llvm-3.0.patch
 
 Patch30: mesa-7.6-hush-vblank-warning.patch
 
@@ -52,7 +53,7 @@ BuildRequires: libXdamage-devel
 BuildRequires: libXi-devel
 BuildRequires: libXmu-devel
 BuildRequires: libudev-devel
-BuildRequires: llvm-devel >= 2.9
+BuildRequires: llvm-devel >= 3.0
 
 %description
 Mesa
@@ -311,6 +312,7 @@ Mesa offscreen rendering development package
 %patch3 -p1 -b .no-mach64
 %patch4 -p1 -b .legacy
 %patch8 -p1 -b .llvmcore
+%patch9 -p1 -b .llvm30
 %patch30 -p1 -b .vblank-warning
 
 %build
@@ -590,6 +592,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
+- rebuilt with llvm-3.0
+- added Patch9: fix build with LLVM 3.0
+
 * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
 - new upstram release