diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index d13c617..3af0eef 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers -Version: 7.2 -Release: 11%{?dist} +Version: 7.3 +Release: 1%{?dist} License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,6 +14,14 @@ ExcludeArch: s390 s390x # So instead we just build all drivers for all arches, except for the drivers # where we really do know that it's arch-specific. Those go at the end of # 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 +# - ark/chips/s3/tseng, here's a nickel. Requires: linuxwacom Requires: xorg-x11-drv-acecad @@ -64,6 +72,7 @@ Requires: xorg-x11-drv-v4l Requires: xorg-x11-drv-vesa Requires: xorg-x11-drv-void Requires: xorg-x11-drv-voodoo +Requires: xorg-x11-drv-wiimote # This _should_ be all arches, but sweet zombie jesus the buildsystem is # a disaster. FIXME please. @@ -121,6 +130,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Mon Feb 18 2008 Adam Jackson 7.3-1 +- Superstition bump to 7.3. +- xorg-x11-drv-wiimote. +- Additional commentary about drivers that aren't included here. + * Wed Jan 09 2008 Adam Jackson 7.2-11 - Drop avivo for being a dead end. - Drop ark, chips, s3, and tseng for being unspeakably lame.