mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Require newer libX11 on F17+
This commit is contained in:
parent
a3ea44be80
commit
5e377e725c
1 changed files with 9 additions and 1 deletions
10
mesa.spec
10
mesa.spec
|
@ -30,7 +30,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 8.0.2
|
Version: 8.0.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -86,6 +86,11 @@ Group: System Environment/Libraries
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
Provides: libGL
|
Provides: libGL
|
||||||
|
# F17+'s libX11 changes extension libs to use _XGetRequest(), so if we built
|
||||||
|
# against that, require it too
|
||||||
|
%if 0%{?fedora} > 16
|
||||||
|
Requires: libX11 >= 1.4.99.1
|
||||||
|
%endif
|
||||||
|
|
||||||
%description libGL
|
%description libGL
|
||||||
Mesa libGL runtime library.
|
Mesa libGL runtime library.
|
||||||
|
@ -549,6 +554,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2012 Adam Jackson <ajax@redhat.com> 8.0.2-3
|
||||||
|
- Require newer libX11 on F17+
|
||||||
|
|
||||||
* Mon Apr 02 2012 Adam Jackson <ajax@redhat.com> 8.0.2-2
|
* Mon Apr 02 2012 Adam Jackson <ajax@redhat.com> 8.0.2-2
|
||||||
- mesa-8.0.1-fix-16bpp.patch: Fix 16bpp in llvmpipe
|
- mesa-8.0.1-fix-16bpp.patch: Fix 16bpp in llvmpipe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue