[xorg-x11-drv-modesetting] d'oh

Adam Jackson ajax at fedoraproject.org
Thu Oct 24 21:55:30 UTC 2013


commit 19408be290ea2e3c022e53113baa5f2162df1bf4
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 24 17:55:37 2013 -0400

    d'oh

 modesetting-0.8.0-xserver-1.15-compat.patch |    4 ++--
 xorg-x11-drv-modesetting.spec               |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/modesetting-0.8.0-xserver-1.15-compat.patch b/modesetting-0.8.0-xserver-1.15-compat.patch
index 495474b..f3869ca 100644
--- a/modesetting-0.8.0-xserver-1.15-compat.patch
+++ b/modesetting-0.8.0-xserver-1.15-compat.patch
@@ -5,8 +5,8 @@ diff -up xf86-video-modesetting-0.8.0/src/compat-api.h.jx xf86-video-modesetting
  
  #endif
  
-+#if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(1,14,99,3,0)
-+#define DamageUnregister(a, b) DamageUnregister(a)
++#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,3,0)
++#define DamageUnregister(a, b) DamageUnregister(b)
 +#endif
 +
  #endif
diff --git a/xorg-x11-drv-modesetting.spec b/xorg-x11-drv-modesetting.spec
index 2243ea2..4b415a3 100644
--- a/xorg-x11-drv-modesetting.spec
+++ b/xorg-x11-drv-modesetting.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 modesetting video driver
 Name:      xorg-x11-drv-modesetting
 Version:   0.8.0
-Release:   3%{?dist}
+Release:   4%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -58,6 +58,9 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 %doc COPYING README
 
 %changelog
+* Thu Oct 24 2013 Adam Jackson <ajax at redhat.com> - 0.8.0-4
+- ABI rebuild
+
 * Thu Oct 24 2013 Adam Jackson <ajax at redhat.com> 0.8.0-3
 - API compat for xserver 1.15
 


More information about the scm-commits mailing list