mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
Update the name of the freedreno driver
This commit is contained in:
parent
e05d0d7982
commit
68acef6264
1 changed files with 5 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.2
|
Version: 9.2
|
||||||
Release: 0.5.%{gitdate}%{?dist}
|
Release: 0.6.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -483,7 +483,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/dri/i965_dri.so
|
%{_libdir}/dri/i965_dri.so
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_freedreno}
|
%if 0%{?with_freedreno}
|
||||||
%{_libdir}/dri/freedreno_dri.so
|
%{_libdir}/dri/kgsl_dri.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/dri/nouveau_dri.so
|
%{_libdir}/dri/nouveau_dri.so
|
||||||
%if 0%{?with_vmware}
|
%if 0%{?with_vmware}
|
||||||
|
@ -613,6 +613,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 9.2-0.6.20130514
|
||||||
|
- Update the name of the freedreno driver
|
||||||
|
|
||||||
* Fri May 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.5.20130514
|
* Fri May 17 2013 Adam Jackson <ajax@redhat.com> 9.2-0.5.20130514
|
||||||
- Fix build issues on ppc32
|
- Fix build issues on ppc32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue