[xorg-x11-drv-qxl/f17] Upstream 0.0.17

Soren Sandmann Pedersen ssp at fedoraproject.org
Thu Mar 15 18:28:17 UTC 2012


commit 50a0c86d23fc0bba825a54c0f182b4f0cba14122
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Thu Mar 15 14:32:06 2012 -0400

    Upstream 0.0.17

 .gitignore                                         |    1 +
 0001-xspice-add-missing-tls-port-default.patch     |   25 --
 ...spice-use-consistent-and-vnc-default-port.patch |   36 ---
 ...xl.xorg.conf.example-typo-and-order-fixes.patch |   70 -----
 ...devices-classes-when-matching-PCI-devices.patch |   36 ---
 ...save-the-VGA-fonts-for-the-primary-device.patch |   40 ---
 ...ke-cgdb-non-magical-use-XSPICE_ENABLE_GDB.patch |   33 ---
 0007-rename-xspice-Xspice.patch                    |  297 --------------------
 ...he-access-region-according-to-the-drawabl.patch |   53 ----
 ...YNC-io-calls-and-interrupt-handling-busy-.patch |  157 -----------
 qxl-0.0.16-ftbfs.patch                             |   52 ----
 qxl-0.0.16-vgahw.patch                             |   11 -
 sources                                            |    1 +
 xorg-x11-drv-qxl.spec                              |   32 +--
 14 files changed, 8 insertions(+), 836 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47ead59..069e8cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ xf86-video-qxl-0.0.20.f14b.tar.bz2
 /xf86-video-qxl-0.0.13.tar.gz
 /xf86-video-qxl-0.0.13.tar.bz2
 /xf86-video-qxl-0.0.16.tar.bz2
+/xf86-video-qxl-0.0.17.tar.bz2
diff --git a/sources b/sources
index 7a60dce..049e773 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 21108fae53c14eb2c65413b55a3c8778  xf86-video-qxl-0.0.16.tar.bz2
+c0ee45ce06654b9f2e6ddac478d5fbd6  xf86-video-qxl-0.0.17.tar.bz2
diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec
index e587c67..7162ced 100644
--- a/xorg-x11-drv-qxl.spec
+++ b/xorg-x11-drv-qxl.spec
@@ -6,27 +6,15 @@ Summary:   Xorg X11 qxl video driver
 Name:      xorg-x11-drv-qxl
 
 # This is hack since a driver got built with the version number 0.0.20.f14b
-Version:   0.0.21
-%define tarversion 0.0.16
+Version:   0.0.22
+%define tarversion 0.0.17
 
-Release:   16%{?dist}
+Release:   0%{?dist}
 URL:       http://www.x.org
 Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{tarversion}.tar.bz2
-# Bugfixes from upstream git
-Patch1:    0001-xspice-add-missing-tls-port-default.patch
-Patch2:    0002-README.xspice-use-consistent-and-vnc-default-port.patch
-Patch3:    0003-spiceqxl.xorg.conf.example-typo-and-order-fixes.patch
-Patch4:    0004-Ignore-devices-classes-when-matching-PCI-devices.patch
-Patch5:    0005-Only-save-the-VGA-fonts-for-the-primary-device.patch
-Patch6:    0006-xspice-make-cgdb-non-magical-use-XSPICE_ENABLE_GDB.patch
-Patch7:    0007-rename-xspice-Xspice.patch
 # Support for old revision 1 qxl device (which won't go upstream)
 Patch8:    0008-Add-old-driver-in-as-a-compatibility-layer.patch
 Patch9:    0009-Link-in-the-compat-driver-various-renamings.patch
-Patch10:   0010-Translate-the-access-region-according-to-the-drawabl.patch
-Patch11:   0011-support-_ASYNC-io-calls-and-interrupt-handling-busy-.patch
-Patch12:   qxl-0.0.16-vgahw.patch
-Patch13:   qxl-0.0.16-ftbfs.patch
 License:   MIT
 Group:     User Interface/X Hardware Support
 
@@ -61,19 +49,8 @@ XSpice is both an X and a Spice server.a
 
 %prep
 %setup -q -n %{tarball}-%{tarversion}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
 autoreconf -f -i
 
 
@@ -123,6 +100,9 @@ rm $RPM_BUILD_ROOT/usr/share/doc/xf86-video-qxl/spiceqxl.xorg.conf.example
 
 
 %changelog
+* Thu Mar 15 2012 Soren Sandmann <ssp at redhat.com> - 0.22.0
+- Upstream 0.0.17
+
 * Sat Feb 11 2012 Peter Hutterer <peter.hutterer at redhat.com> - 0.0.21-16
 - ABI rebuild
 


More information about the scm-commits mailing list