- Update libdrm requirement to >= 2.4.3 to match source
This commit is contained in:
parent
9395bbac3c
commit
4d36eccbfb
@ -20,7 +20,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -52,7 +52,7 @@ Patch13: mesa-7.3-965-texture-size.patch
|
|||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
BuildRequires: libdrm-devel >= 2.4.0-0.21
|
BuildRequires: libdrm-devel >= 2.4.3
|
||||||
BuildRequires: kernel-headers >= 2.6.27-0.305.rc5.git6
|
BuildRequires: kernel-headers >= 2.6.27-0.305.rc5.git6
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libXxf86vm-devel
|
BuildRequires: libXxf86vm-devel
|
||||||
@ -78,7 +78,7 @@ Requires(post): /sbin/ldconfig
|
|||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
Provides: libGL
|
Provides: libGL
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
Requires: libdrm >= 2.4.0-0.21
|
Requires: libdrm >= 2.4.3
|
||||||
Requires: mesa-dri-drivers%{?_isa} = %{version}-%{release}
|
Requires: mesa-dri-drivers%{?_isa} = %{version}-%{release}
|
||||||
Conflicts: xorg-x11-server-Xorg < 1.4.99.901-14
|
Conflicts: xorg-x11-server-Xorg < 1.4.99.901-14
|
||||||
%endif
|
%endif
|
||||||
@ -427,6 +427,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 19 2009 Orion Poplawski <orion@cora.nwra.com> 7.3-13
|
||||||
|
- Update libdrm requirement to >= 2.4.3 to match source
|
||||||
|
|
||||||
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 7.3-12
|
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 7.3-12
|
||||||
- radeon-rewrite.patch: enable R200 hw clears
|
- radeon-rewrite.patch: enable R200 hw clears
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user