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

Adam Jackson ajax at fedoraproject.org
Thu Oct 24 21:56:08 UTC 2013


commit 0dce9a68c1dfe883e64453514cfce69e8220f6da
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 24 17:56:15 2013 -0400

    d'oh

 vmware-13.0.1-xserver-1.15-compat.patch |    4 ++--
 xorg-x11-drv-vmware.spec                |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/vmware-13.0.1-xserver-1.15-compat.patch b/vmware-13.0.1-xserver-1.15-compat.patch
index cee6430..bf14b22 100644
--- a/vmware-13.0.1-xserver-1.15-compat.patch
+++ b/vmware-13.0.1-xserver-1.15-compat.patch
@@ -5,8 +5,8 @@ diff -up xf86-video-vmware-13.0.1/src/compat-api.h.jx xf86-video-vmware-13.0.1/s
  
  #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-vmware.spec b/xorg-x11-drv-vmware.spec
index ee2385b..6448b01 100644
--- a/xorg-x11-drv-vmware.spec
+++ b/xorg-x11-drv-vmware.spec
@@ -11,7 +11,7 @@
 Summary:    Xorg X11 vmware video driver
 Name:	    xorg-x11-drv-vmware
 Version:    13.0.1
-Release:    3%{?gver}%{?dist}
+Release:    4%{?gver}%{?dist}
 URL:	    http://www.x.org
 License:    MIT
 Group:	    User Interface/X Hardware Support
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/vmware.4*
 
 %changelog
+* Thu Oct 24 2013 Adam Jackson <ajax at redhat.com> - 13.0.1-4
+- ABI rebuild
+
 * Thu Oct 24 2013 Adam Jackson <ajax at redhat.com> 13.0.1-3
 - xserver 1.15 API compat
 


More information about the scm-commits mailing list