[xorg-x11-drv-qxl] bump to get UMS bo abstraction in - kms coming soon

Dave Airlie airlied at fedoraproject.org
Wed Mar 6 03:38:20 UTC 2013


commit 6cea3e35b2f987db6d21a8a500e0ee6feb25da70
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Mar 6 13:38:04 2013 +1000

    bump to get UMS bo abstraction in - kms coming soon

 .gitignore                   |    1 +
 0001-Remove-mibstore.h.patch |   25 -------------------------
 sources                      |    2 +-
 xorg-x11-drv-qxl.spec        |   17 +++++++++++------
 4 files changed, 13 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c3f08e..5b195d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ xf86-video-qxl-0.0.20.f14b.tar.bz2
 /xf86-video-qxl-0.0.17.tar.bz2
 /xf86-video-qxl-20120718.tar.bz2
 /xf86-video-qxl-0.1.0.tar.bz2
+/xf86-video-qxl-20130306.tar.bz2
diff --git a/sources b/sources
index 3f567e9..130090a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d854268744ff92751430d83b8acaeb6  xf86-video-qxl-0.1.0.tar.bz2
+401f2f993f941ee01f080791a6b74e91  xf86-video-qxl-20130306.tar.bz2
diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec
index 8d025f9..24b0712 100644
--- a/xorg-x11-drv-qxl.spec
+++ b/xorg-x11-drv-qxl.spec
@@ -9,25 +9,28 @@
 %define with_xspice 0
 %endif
 
+%global gitdate 20130306
+%global gitversion 9d45cc5
+
 %if 0%{?gitdate}
+
 %define gver .%{gitdate}git%{gitversion}
 %endif
 
 Summary:   Xorg X11 qxl video driver
 Name:      xorg-x11-drv-qxl
 
-Version:   0.1.0
+Version:   0.1.1
 
-Release:   4%{?gver}%{?dist}
+Release:   0.1%{?gver}%{?dist}
 URL:       http://www.x.org
-Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
+#Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
 
-#Source0: %{tarball}-%{gitdate}.tar.bz2
+Source0: %{tarball}-%{gitdate}.tar.bz2
 # Support for old revision 1 qxl device (which won't go upstream)
 Patch1:	   0001-Add-old-driver-in-as-a-compatibility-layer.patch
 Patch2:	   0002-Link-in-the-compat-driver-various-renamings.patch
 Patch3:	   0003-compat-bump-to-new-server-API-changes.patch
-Patch4:    0001-Remove-mibstore.h.patch
 
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -67,7 +70,6 @@ XSpice is both an X and a Spice server.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 autoreconf -f -i
 
@@ -117,6 +119,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
 
 
 %changelog
+* Wed Mar 06 2013 Dave Airlie <airlied at redhat.com> 0.1.1-0.1
+- bump to get UMS bo abstraction in - kms coming soon
+
 * Fri Feb 15 2013 Peter Hutterer <peter.hutterer at redhat.com> - 0.1.0-4
 - ABI rebuild
 


More information about the scm-commits mailing list