[xorg-x11-drv-v4l] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:21:58 UTC 2010


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

    ABI magic

 xorg-x11-drv-v4l.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-v4l.spec b/xorg-x11-drv-v4l.spec
index 08089e3..48993a1 100644
--- a/xorg-x11-drv-v4l.spec
+++ b/xorg-x11-drv-v4l.spec
@@ -5,11 +5,10 @@
 Summary:   Xorg X11 v4l video driver
 Name:      xorg-x11-drv-v4l
 Version:   0.2.0
-Release:   5%{?dist}.1
+Release:   6%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
@@ -17,7 +16,8 @@ ExcludeArch: s390 s390x
 
 BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
 
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
 %description 
 X.Org X11 v4l video driver.
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/v4l.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 0.2.0-6
+- Add ABI requires magic (#542742)
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 0.2.0-5.1
 - rebuild for X Server 1.9
 


More information about the scm-commits mailing list