[xorg-x11-drv-vmware] snapshot master to build against latest mesa

Dave Airlie airlied at fedoraproject.org
Sat Dec 7 07:54:20 UTC 2013


commit 32153f89f51fd062bf73e7f6b454d1e884244732
Author: Dave Airlie <airlied at gmail.com>
Date:   Sat Dec 7 17:53:58 2013 +1000

    snapshot master to build against latest mesa

 .gitignore                              |    1 +
 sources                                 |    2 +-
 vmware-13.0.1-xserver-1.15-compat.patch |   14 --------------
 xorg-x11-drv-vmware.spec                |   12 ++++++------
 4 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c4c4d1..8513517 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ xf86-video-vmware-11.0.1.tar.bz2
 /xf86-video-vmware-20120718.tar.bz2
 /xf86-video-vmware-20130109.tar.bz2
 /xf86-video-vmware-13.0.1.tar.bz2
+/xf86-video-vmware-20131207.tar.bz2
diff --git a/sources b/sources
index bed3322..b9dbd57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b08e0195ebf3f88a82129322cb93da08  xf86-video-vmware-13.0.1.tar.bz2
+6be5cffd40a6d4bdb675749aa7aa8eaa  xf86-video-vmware-20131207.tar.bz2
diff --git a/xorg-x11-drv-vmware.spec b/xorg-x11-drv-vmware.spec
index eefdc5d..f85b863 100644
--- a/xorg-x11-drv-vmware.spec
+++ b/xorg-x11-drv-vmware.spec
@@ -1,8 +1,8 @@
 %define tarball xf86-video-vmware
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
-#define gitdate 20130109
-%define gitversion adf375f3
+%define gitdate 20131207
+%define gitversion a40cbd7b
 
 %if 0%{?gitdate}
 %define gver .%{gitdate}git%{gitversion}
@@ -11,7 +11,7 @@
 Summary:    Xorg X11 vmware video driver
 Name:	    xorg-x11-drv-vmware
 Version:    13.0.1
-Release:    6%{?gver}%{?dist}
+Release:    7%{?gver}%{?dist}
 URL:	    http://www.x.org
 License:    MIT
 Group:	    User Interface/X Hardware Support
@@ -22,8 +22,6 @@ Source0: %{tarball}-%{gitdate}.tar.bz2
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 %endif
 
-Patch0: vmware-13.0.1-xserver-1.15-compat.patch
-
 ExclusiveArch: %{ix86} x86_64 ia64
 
 %if 0%{?gitdate}
@@ -42,7 +40,6 @@ X.Org X11 vmware video driver.
 
 %prep
 %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-%patch0 -p1 -b .compat
 
 %build
 %if 0%{?gitdate}
@@ -69,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/vmware.4*
 
 %changelog
+* Sat Dec 07 2013 Dave Airlie <airlied at redhat.com> 13.0.1-7
+- snapshot master to build against latest mesa
+
 * Wed Nov 20 2013 Adam Jackson <ajax at redhat.com> - 13.0.1-6
 - 1.15RC2 ABI rebuild
 


More information about the scm-commits mailing list