mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
- fix r300 not working on certain cards (#651972)
This commit is contained in:
parent
48e097e427
commit
5377bdd74c
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ mesa-20100709.tar.bz2
|
|||
mesa-20100720.tar.bz2
|
||||
/mesa-20101014.tar.bz2
|
||||
/mesa-20101130.tar.bz2
|
||||
/mesa-20101207.tar.bz2
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
%define manpages gl-manpages-1.0.1
|
||||
%define xdriinfo xdriinfo-1.0.3
|
||||
%define gitdate 20101130
|
||||
%define gitdate 20101207
|
||||
%define demosgitdate 20100529
|
||||
#% define snapshot
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -433,6 +433,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{demodir}
|
||||
|
||||
%changelog
|
||||
* Tue Dec 07 2010 Dave Airlie <airlied@redhat.com> 7.9-4
|
||||
- fix r300 not working on certain cards (#651972)
|
||||
|
||||
* Tue Nov 30 2010 Dave Airlie <airlied@redhat.com> 7.9-3
|
||||
- 7.9 branch fixes
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1,4 +1,4 @@
|
|||
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
||||
cb304d1ce562ac48b68eedeba38c662f xdriinfo-1.0.3.tar.bz2
|
||||
b4d32564ccc411bbfcfe657f42d3632d mesa-demos-20100529.tar.bz2
|
||||
748df0e1436a2d8551e14ae8f3e72769 mesa-20101130.tar.bz2
|
||||
529c9a953707329413c750ac7c0cc08c mesa-20101207.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue