diff --git a/xorg-x11-drv-qxl.spec b/xorg-x11-drv-qxl.spec index ebf4628..865d507 100644 --- a/xorg-x11-drv-qxl.spec +++ b/xorg-x11-drv-qxl.spec @@ -4,10 +4,15 @@ Summary: Xorg X11 qxl video driver Name: xorg-x11-drv-qxl -Version: 0.0.13 -Release: 2%{?dist} + +# This is hack since a driver got built with the version number 0.0.20.f14b +# The next upstream version will have version 0.2.0 +Version: 0.0.21 +%define tarversion 0.0.13 + +Release: 1%{?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}-%{tarversion}.tar.bz2 License: MIT Group: User Interface/X Hardware Support @@ -24,7 +29,7 @@ Requires: Xorg %(xserver-sdk-abi-requires videodrv) X.Org X11 qxl video driver. %prep -%setup -q -n %{tarball}-%{version} +%setup -q -n %{tarball}-%{tarversion} %build %configure --disable-static @@ -48,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{driverdir}/qxl_drv.so %changelog +* Sat Feb 12 2011 Soren Sandmann 0.0.21-1 +- New version number to make sure upgrading works + * Tue Feb 08 2011 Fedora Release Engineering - 0.0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild