diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index b8cc6c0..08a644a 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.7 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -81,21 +81,11 @@ Requires: xorg-x11-drv-neomagic Requires: xorg-x11-drv-openchrome %endif -# Sun kit, sparc-only. -%ifarch sparc sparcv9 sparc64 -Requires: xorg-x11-drv-suntcx -Requires: xorg-x11-drv-suncg3 -Requires: xorg-x11-drv-suncg6 -Requires: xorg-x11-drv-suncg14 -Requires: xorg-x11-drv-sunffb -Requires: xorg-x11-drv-sunleo -Requires: xorg-x11-drv-sunbw2 -%endif - # ARM kit %ifarch %{arm} Requires: xorg-x11-drv-omap Requires: xorg-x11-drv-armsoc +Requires: xorg-x11-drv-freedreno %endif %endif @@ -119,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Mon May 05 2014 Dennis Gilmore 7.7-8 +- drop sparc section +- add xorg-x11-drv-freedreno on arm arches + * Tue Apr 22 2014 Peter Hutterer 7.7-7 - Drop mouse and keyboard, use evdev from now on