[xorg-x11-glamor] Add xserver ABI version interlocks

Adam Jackson ajax at fedoraproject.org
Fri Oct 25 15:11:15 UTC 2013


commit a4b05e05b229983959b031c22bdebc141518e68a
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Oct 25 11:11:24 2013 -0400

    Add xserver ABI version interlocks

 xorg-x11-glamor.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-glamor.spec b/xorg-x11-glamor.spec
index 5e3f185..e4bae0e 100644
--- a/xorg-x11-glamor.spec
+++ b/xorg-x11-glamor.spec
@@ -3,7 +3,7 @@
 Summary: X.org glamor library
 Name: xorg-x11-glamor
 Version: 0.5.1
-Release: 1.%{checkout}%{?dist}
+Release: 2.%{checkout}%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/Glamor
@@ -16,7 +16,8 @@ URL: http://www.freedesktop.org/wiki/Software/Glamor
 Source0: %{name}-%{checkout}.tar.xz
 Source1: make-git-snapshot.sh
 
-Requires: xorg-x11-server-Xorg
+Requires: xorg-x11-server-Xorg %(xserver-sdk-abi-requires ansic)
+Requires: xorg-x11-server-Xorg %(xserver-sdk-abi-requires videodrv)
 BuildRequires: pkgconfig autoconf automake libtool
 BuildRequires: xorg-x11-server-devel
 BuildRequires: mesa-libgbm-devel mesa-libEGL-devel
@@ -65,6 +66,9 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -delete
 
 
 %changelog
+* Fri Oct 25 2013 Adam Jackson <ajax at redhat.com> 0.5.1-2
+- Add xserver ABI version interlocks
+
 * Wed Oct 09 2013 Adam Jackson <ajax at redhat.com> 0.5.1-1
 - New git snap for various bugfixes, Xv support, etc.
 


More information about the scm-commits mailing list