summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-04-09 14:16:57 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-04-09 14:16:57 +0000
commit4b30464798106067d391155f94ffe40648f6ddcd (patch)
tree40b7314786ab363b061454e3247728608cf59db6
parent0db3f8de4dc5043b4450f61ba10e517c022ba580 (diff)
downloadmesa-4b30464798106067d391155f94ffe40648f6ddcd.tar.gz
mesa-4b30464798106067d391155f94ffe40648f6ddcd.tar.xz
mesa-4b30464798106067d391155f94ffe40648f6ddcd.zip
- mesa-7.1-visual-crash.patch: Fix a segfault if DRI unavailable.
- mesa-7.1-fbconfig-fix.patch: Fix fbconfig comparisons.
-rw-r--r--mesa.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 96351b9..3858b87 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -15,7 +15,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.1
-Release: 0.21%{?dist}
+Release: 0.22%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -33,6 +33,9 @@ Patch2: mesa-7.1pre-nukeglthread-debug.patch
# This doesn't work, disable for now.
Patch3: disable-tex-offset.patch
+Patch4: mesa-7.1-visual-crash.patch
+Patch5: mesa-7.1-fbconfig-fix.patch
+
BuildRequires: pkgconfig autoconf automake
%if %{with_dri}
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
%patch2 -p1 -b .intel-glthread
%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
# 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
%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
- Update git snapshot to pull in DRI2 direct rendering.
- Add conflicts for xservers that don't understand the new DRI driver