diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index ae69112..cb456e8 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -7,11 +7,10 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.13.1 -Release: 0.4.%{gitdate}git%{gitversion}%{?dist} +Release: 0.5.%{gitdate}git%{gitversion}%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #Source0: http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 Source0: %{tarball}-%{gitdate}.tar.xz @@ -35,7 +34,8 @@ BuildRequires: automake autoconf libtool pkgconfig BuildRequires: xorg-x11-util-macros >= 1.1.5 Requires: hwdata -Requires: xorg-x11-server-Xorg >= 1.4.99.1 +Requires: Xorg %(xserver-sdk-abi-requires ansic) +Requires: Xorg %(xserver-sdk-abi-requires videodrv) Requires: libdrm >= 2.4.17-0.1 # new CS method needs newer kernel Requires: kernel >= 2.6.29.1-111.fc11 @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Wed Oct 27 2010 Adam Jackson 6.13.1-0.5.20100705git37b348059 +- Add ABI requires magic. (#542742) + * Fri Aug 27 2010 Dave Airlie 6.13.1-0.4.20100705git37b348059 - fix dri2 pixmap refcounting bug