mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
fix radeonsi_dri.so
This commit is contained in:
parent
397d2d52e4
commit
f8fdf35359
1 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define min_wayland_version 1.0
|
%define min_wayland_version 1.0
|
||||||
%if !0%{?with_llvm}
|
%if 0%{?with_llvm}
|
||||||
%define with_radeonsi 1
|
%define with_radeonsi 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.0.2
|
Version: 10.0.2
|
||||||
Release: 5.%{gitdate}%{?dist}
|
Release: 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
|
||||||
|
@ -635,6 +635,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 04 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-6.20140118
|
||||||
|
- Fix accidentally inverted logic that meant radeonsi_dri.so went missing
|
||||||
|
on all architectures instead of just ppc and s390. Sorry!
|
||||||
|
|
||||||
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
|
* Sun Feb 02 2014 Kyle McMartin <kyle@redhat.com> - 10.0.2-5.20140118
|
||||||
- Fix a thinko in previous commit wrt libdrm_nouveau2.
|
- Fix a thinko in previous commit wrt libdrm_nouveau2.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue