mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Mesa 9.0.1
This commit is contained in:
parent
413326c885
commit
b3332fe6e9
3 changed files with 7 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -43,3 +43,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-20120924.tar.xz
|
||||
/glu-9.0.0.tar.bz2
|
||||
/MesaLib-9.0.tar.bz2
|
||||
/MesaLib-9.0.1.tar.bz2
|
||||
|
|
10
mesa.spec
10
mesa.spec
|
@ -44,8 +44,8 @@
|
|||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 9.0
|
||||
Release: 5%{?dist}
|
||||
Version: 9.0.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -56,8 +56,6 @@ Source0: ftp://ftp.freedesktop.org/pub/%{name}/%{version}/MesaLib-%{version}.tar
|
|||
#Source0: %{name}-%{gitdate}.tar.xz
|
||||
Source3: make-git-snapshot.sh
|
||||
|
||||
Patch1: mesa-9.0-19-g895a587.patch
|
||||
|
||||
#Patch7: mesa-7.1-link-shared.patch
|
||||
Patch9: mesa-8.0-llvmpipe-shmget.patch
|
||||
Patch11: mesa-8.0-nouveau-tfp-blacklist.patch
|
||||
|
@ -266,7 +264,6 @@ Mesa shared glapi
|
|||
%prep
|
||||
%setup -q -n Mesa-%{version}%{?snapshot}
|
||||
#setup -q -n mesa-%{gitdate}
|
||||
%patch1 -p1 -b .git
|
||||
%patch11 -p1 -b .nouveau
|
||||
|
||||
# this fastpath is:
|
||||
|
@ -552,6 +549,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 03 2012 Adam Jackson <ajax@redhat.com> 9.0.1-1
|
||||
- Mesa 9.0.1
|
||||
|
||||
* Wed Nov 07 2012 Dave Airlie <airlied@redhat.com> 9.0-5
|
||||
- mesa-9.0-19-g895a587.patch: sync with 9.0 branch with git
|
||||
- drop wayland patch its in git now.
|
||||
|
|
3
sources
3
sources
|
@ -1,2 +1 @@
|
|||
9f4b33ba3e41185966d333ff4b4594f4 mesa-20120924.tar.xz
|
||||
60e557ce407be3732711da484ab3db6c MesaLib-9.0.tar.bz2
|
||||
97d6554c05ea7449398afe3a0ede7018 MesaLib-9.0.1.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue