summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2006-03-01 13:01:51 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2006-03-01 13:01:51 +0000
commit6f318294d1d2aeb24ed35550e091d1668caf07f4 (patch)
tree9192db8a30ac1e4c67e8df8a23ba428614c70407
parent359440a6ea4eeece811377fdb1d334f1272ff305 (diff)
downloadmesa-FC-5-split.tar.gz
mesa-FC-5-split.tar.xz
mesa-FC-5-split.zip
- Buildrequires: libXt-devel (#183479)mesa-6_4_2-6FC-5-split
-rw-r--r--mesa.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index b7c92c2..5c70a9e 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -53,7 +53,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 6.4.2
-Release: 5
+Release: 6
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -91,6 +91,7 @@ BuildRequires: libXxf86vm-devel
BuildRequires: expat-devel
BuildRequires: xorg-x11-proto-devel >= 7.0-3
BuildRequires: glut-devel
+BuildRequires: libXt-devel
%if %{with_motif}
BuildRequires: openmotif-devel
@@ -437,6 +438,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/glxinfo
%changelog
+* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
+- Buildrequires: libXt-devel (#183479)
+
* Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
- Disable the expeimental r300 DRI driver, as it has turned out to cause
instability and system hangs for many users.