[xorg-x11-drv-nouveau] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:10:52 UTC 2010


commit f68130909daec3cb736c666bc1a4b93a30ff3300
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:10:43 2010 -0400

    ABI magic

 xorg-x11-drv-nouveau.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nouveau.spec b/xorg-x11-drv-nouveau.spec
index 9c13553..118aece 100644
--- a/xorg-x11-drv-nouveau.spec
+++ b/xorg-x11-drv-nouveau.spec
@@ -19,11 +19,10 @@ Name:      xorg-x11-drv-nouveau
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   9.%{snapshot}%{?dist}
+Release:   10.%{snapshot}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Fedora specific snapshot no upstream release
 Source0:   %{tarfile}
@@ -37,7 +36,8 @@ BuildRequires: mesa-libGL-devel
 BuildRequires: libudev-devel
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg > 1.7.99.3-3
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 Requires:  libdrm >= 2.4.18-0.1
 Requires:  kernel-drm-nouveau = 16
 Requires:  libudev
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 0.0.16-10
+- Add ABI requires magic (#542742)
+
 * Mon Jul 05 2010 Peter Hutterer <peter.hutterer at redhat.com> - 1:0.0.16-9.20100615gitdb98ad2
 - rebuild for X Server 1.9
 


More information about the scm-commits mailing list