[xorg-x11-drv-vesa] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:22:31 UTC 2010


commit e796974b49b85a309572d79ee2b7eddf22d06a84
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:22:33 2010 -0400

    ABI magic

 xorg-x11-drv-vesa.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-vesa.spec b/xorg-x11-drv-vesa.spec
index 514c49d..7884f93 100644
--- a/xorg-x11-drv-vesa.spec
+++ b/xorg-x11-drv-vesa.spec
@@ -5,12 +5,11 @@
 Summary:   Xorg X11 vesa video driver
 Name:      xorg-x11-drv-vesa
 Version:   2.3.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
 License: MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:	    vesa-2.3.0-24bpp-sucks.patch
 
@@ -19,7 +18,8 @@ ExcludeArch: s390 s390x
 BuildRequires: xorg-x11-server-sdk >= 1.4.99.1-0.15
 #BuildRequires: autoconf automake libtool
 
-Requires:  xorg-x11-server-Xorg >= 1.4.99.1
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
 %description 
 X.Org X11 vesa video driver.
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/vesa.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 2.3.0-3
+- Add ABI requires magic (#542742)
+
 * Mon Oct 11 2010 Adam Jackson <ajax at redhat.com> 2.3.0-2
 - vesa-2.3.0-24bpp-sucks.patch: Prefer 16bpp to 24bpp. (#533879)
 


More information about the scm-commits mailing list