rpms/xorg-x11-drivers/devel xorg-x11-drivers.spec,1.33,1.34

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Jul 15 18:11:54 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drivers/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29108

Modified Files:
	xorg-x11-drivers.spec 
Log Message:
* Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 7.3-7
- Comment cleanup.
- Add imstt to ppc, just for giggles.



Index: xorg-x11-drivers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drivers/devel/xorg-x11-drivers.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xorg-x11-drivers.spec	15 Jul 2008 17:57:46 -0000	1.33
+++ xorg-x11-drivers.spec	15 Jul 2008 18:11:06 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: X.Org X11 driver installation package
 Name: xorg-x11-drivers
 Version: 7.3
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,8 +16,6 @@
 # this list.
 #
 # Notable things missing:
-# - all the sun* drivers
-# - imstt, likely ppc only
 # - impact, since we don't have a mips port
 # - vermilion, the hardware is fictional
 # - poulsbo, likewise
@@ -110,6 +108,13 @@
 %ifarch %{ix86} x86_64
 Requires: xorg-x11-drv-vmmouse
 %endif
+
+# This was a mac-only card.  If you've got one, we might as well make it work.
+%ifarch ppc ppc64
+Requires: xorg-x11-drv-imstt
+%endif
+
+# Sun kit, sparc-only.
 %ifarch sparc sparcv9 sparc64
 Requires: xorg-x11-drv-suntcx
 Requires: xorg-x11-drv-suncg3
@@ -140,6 +145,10 @@
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Jul 15 2008 Adam Jackson <ajax at redhat.com> 7.3-7
+- Comment cleanup.
+- Add imstt to ppc, just for giggles.
+
 * Tue Jul 15 2008 Warren Togami <wtogami at redhat.com> 7.3-6
 - amd was renamed to geode
 




More information about the scm-commits mailing list