From 5d72aa4abc1e003d69ea811bc2457bcc48d98a94 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 5 May 2014 11:39:23 -0500 Subject: [PATCH] drop sparc section - add xorg-x11-drv-freedreno on arm arches --- xorg-x11-drivers.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) 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