1
0
forked from rpms/mesa

rebase to git master + build on top of llvm 3.1

This commit is contained in:
Dave Airlie 2012-06-03 16:33:36 +01:00
parent 9ea8fa3222
commit c5fd247021
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> 8.1-0.6
- rebase to git master + build on top of llvm 3.1
* Thu May 17 2012 Adam Jackson <ajax@redhat.com> 8.1-0.5
- mesa-8.0-llvmpipe-shmget.patch: Rediff for 8.1.

View File

@ -1,2 +1,2 @@
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
a8e677338c53a4fcb0fc5fcf52ed5d40 mesa-20120424.tar.xz
fa6ccc097cd8b60715b23c3614a98c69 mesa-20120603.tar.xz