mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.
- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons.
This commit is contained in:
parent
0db3f8de4d
commit
4b30464798
1 changed files with 10 additions and 1 deletions
11
mesa.spec
11
mesa.spec
|
@ -15,7 +15,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
Release: 0.21%{?dist}
|
Release: 0.22%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -33,6 +33,9 @@ Patch2: mesa-7.1pre-nukeglthread-debug.patch
|
||||||
# This doesn't work, disable for now.
|
# This doesn't work, disable for now.
|
||||||
Patch3: disable-tex-offset.patch
|
Patch3: disable-tex-offset.patch
|
||||||
|
|
||||||
|
Patch4: mesa-7.1-visual-crash.patch
|
||||||
|
Patch5: mesa-7.1-fbconfig-fix.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
BuildRequires: libdrm-devel >= 2.4.0-0.5
|
BuildRequires: libdrm-devel >= 2.4.0-0.5
|
||||||
|
@ -155,6 +158,8 @@ This package provides some demo applications for testing Mesa.
|
||||||
%patch0 -p1 -b .osmesa
|
%patch0 -p1 -b .osmesa
|
||||||
%patch2 -p1 -b .intel-glthread
|
%patch2 -p1 -b .intel-glthread
|
||||||
%patch3 -p1 -b .disable-tex-offset
|
%patch3 -p1 -b .disable-tex-offset
|
||||||
|
%patch4 -p1 -b .visual-crash
|
||||||
|
%patch5 -p1 -b .fbconfig
|
||||||
|
|
||||||
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
|
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
|
||||||
# license and are not open source/free software, so we remove them.
|
# license and are not open source/free software, so we remove them.
|
||||||
|
@ -397,6 +402,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 09 2008 Adam Jackson <ajax@redhat.com> 7.1-0.22
|
||||||
|
- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.
|
||||||
|
- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons.
|
||||||
|
|
||||||
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.21
|
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> - 7.1-0.21
|
||||||
- Update git snapshot to pull in DRI2 direct rendering.
|
- Update git snapshot to pull in DRI2 direct rendering.
|
||||||
- Add conflicts for xservers that don't understand the new DRI driver
|
- Add conflicts for xservers that don't understand the new DRI driver
|
||||||
|
|
Loading…
Reference in a new issue