- Superstition bump to 7.3.

- xorg-x11-drv-wiimote.
- Additional commentary about drivers that aren't included here.
This commit is contained in:
Adam Jackson 2008-02-18 16:22:59 +00:00
parent 8721f6ada7
commit 7fed347009

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers Name: xorg-x11-drivers
Version: 7.2 Version: 7.3
Release: 11%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 # 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 # where we really do know that it's arch-specific. Those go at the end of
# this list. # 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: linuxwacom
Requires: xorg-x11-drv-acecad Requires: xorg-x11-drv-acecad
@ -64,6 +72,7 @@ Requires: xorg-x11-drv-v4l
Requires: xorg-x11-drv-vesa Requires: xorg-x11-drv-vesa
Requires: xorg-x11-drv-void Requires: xorg-x11-drv-void
Requires: xorg-x11-drv-voodoo Requires: xorg-x11-drv-voodoo
Requires: xorg-x11-drv-wiimote
# This _should_ be all arches, but sweet zombie jesus the buildsystem is # This _should_ be all arches, but sweet zombie jesus the buildsystem is
# a disaster. FIXME please. # a disaster. FIXME please.
@ -121,6 +130,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 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 <ajax@redhat.com> 7.2-11 * Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 7.2-11
- Drop avivo for being a dead end. - Drop avivo for being a dead end.
- Drop ark, chips, s3, and tseng for being unspeakably lame. - Drop ark, chips, s3, and tseng for being unspeakably lame.