82c024
%global tarball xf86-video-qxl
82c024
%global moduledir %(pkg-config xorg-server --variable=moduledir )
82c024
%global driverdir %{moduledir}/drivers
82c024
82c024
# Xspice is x86_64 only since spice-server is x86_64 only
82c024
%ifarch x86_64
82c024
%define with_xspice (0%{?fedora} || 0%{?rhel} > 6)
82c024
%else
82c024
%define with_xspice 0
82c024
%endif
82c024
82c024
#% global gitdate 20130703
82c024
%global gitversion 8b03ec16
82c024
82c024
%if 0%{?gitdate}
82c024
82c024
%define gver .%{gitdate}git%{gitversion}
82c024
%endif
82c024
82c024
Summary:   Xorg X11 qxl video driver
82c024
Name:      xorg-x11-drv-qxl
82c024
82c024
Version:   0.1.5
82c024
82c024
Release:   4%{?gver}%{?dist}.1
82c024
URL:       http://www.x.org
82c024
Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
82c024
82c024
#Source0: %{tarball}-%{gitdate}.tar.bz2
82c024
82c024
Patch1: 0001-worst-hack-of-all-time-to-qxl-driver.patch
82c024
Patch2: 0002-modesetting-Validate-the-atom-for-enum-properties.patch
82c024
Patch3: 0003-qxl-call-provider-init.patch
82c024
82c024
License:   MIT
82c024
Group:     User Interface/X Hardware Support
82c024
82c024
ExcludeArch: s390 s390x
82c024
82c024
BuildRequires: git-core
82c024
BuildRequires: pkgconfig
82c024
BuildRequires: xorg-x11-server-devel >= 1.1.0-1
82c024
BuildRequires: spice-protocol >= 0.12.1
82c024
BuildRequires: libdrm-devel >= 2.4.46-1
82c024
BuildRequires: libXfont2-devel
82c024
82c024
%ifarch x86_64
82c024
BuildRequires: spice-server-devel >= 0.8.0
82c024
%endif
82c024
BuildRequires: glib2-devel
82c024
BuildRequires: libtool
82c024
BuildRequires: libudev-devel
82c024
82c024
Requires: Xorg %(xserver-sdk-abi-requires ansic)
82c024
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
82c024
82c024
%description 
82c024
X.Org X11 qxl video driver.
82c024
82c024
%if %{with_xspice}
82c024
%package -n    xorg-x11-server-Xspice
82c024
Summary:       XSpice is an X server that can be accessed by a Spice client
82c024
Requires:      Xorg %(xserver-sdk-abi-requires ansic)
82c024
Requires:      Xorg %(xserver-sdk-abi-requires videodrv)
82c024
Requires:      xorg-x11-server-Xorg
82c024
Requires:      python >= 2.6
82c024
82c024
%description -n xorg-x11-server-Xspice
82c024
XSpice is both an X and a Spice server.
82c024
%endif
82c024
82c024
%prep
82c024
%autosetup -S git_am -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
82c024
82c024
%build
82c024
autoreconf -f -i
82c024
%if %{with_xspice}
82c024
%define enable_xspice --enable-xspice
82c024
%endif
82c024
%configure --disable-static %{?enable_xspice}
82c024
make %{?_smp_mflags}
82c024
82c024
82c024
%install
82c024
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
82c024
82c024
# FIXME: Remove all libtool archives (*.la) from modules directory.  This
82c024
# should be fixed in upstream Makefile.am or whatever.
82c024
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
82c024
82c024
%ifarch x86_64
82c024
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
82c024
install -p -m 644 examples/spiceqxl.xorg.conf.example \
82c024
    $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
82c024
# FIXME: upstream installs this file by default, we install it elsewhere.
82c024
# upstream should just not install it and let dist package deal with
82c024
# doc/examples.
82c024
rm -f $RPM_BUILD_ROOT/usr/share/doc/xf86-video-qxl/spiceqxl.xorg.conf.example
82c024
%if !%{with_xspice}
82c024
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
82c024
%endif
82c024
%endif
82c024
82c024
82c024
%files
82c024
%defattr(-,root,root,-)
82c024
%doc COPYING README
82c024
%{driverdir}/qxl_drv.so
82c024
82c024
%if %{with_xspice}
82c024
%files -n xorg-x11-server-Xspice
82c024
%defattr(-,root,root,-)
82c024
%doc COPYING README.xspice README examples/spiceqxl.xorg.conf.example
82c024
%config(noreplace) %{_sysconfdir}/X11/spiceqxl.xorg.conf
82c024
%{_bindir}/Xspice
82c024
%{driverdir}/spiceqxl_drv.so
82c024
%endif
82c024
82c024
82c024
%changelog
82c024
* Wed May 30 2018 Adam Jackson <ajax@redhat.com> - 0.1.5-4.1
82c024
- Rebuild for xserver 1.20
82c024
82c024
* Thu May 17 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.1.5-4
82c024
- Fix crash when multiple QXL devices are in use
82c024
  Resolves: rhbz#1428340
82c024
82c024
* Mon Jun 19 2017 Adam Jackson <ajax@redhat.com> - 0.1.5-3
82c024
- Validate RANDR output property atoms
82c024
82c024
* Wed Feb 01 2017 Adam Jackson <ajax@redhat.com> - 0.1.5-2
82c024
- Rebuild for 1.19 ABI
82c024
82c024
* Tue Jan 24 2017 Christophe Fergeau <cfergeau@redhat.com> 0.1.5-1
82c024
- Rebase to xorg-x11-drv-qxl 0.1.5
82c024
  Resolves: rhbz#1401656
82c024
  Related: rhbz#1398296
82c024
82c024
* Fri Aug 28 2015 Christophe Fergeau <cfergeau@redhat.com> 0.1.1-18
82c024
- Rebuild after tagging rebased xorg-x11-server in the build root
82c024
  Related: rhbz#1221909
82c024
82c024
* Wed Aug 26 2015 Christophe Fergeau <cfergeau@redhat.com> 0.1.1-17
82c024
- Fix freeze in xfig when entering space character
82c024
  Resolves: rhbz#1221909
82c024
- Fix memory leak
82c024
  Resolves: rhbz#1222038
82c024
- Fix cursor leak causing a crash when running RHEL6 anaconda in a VM
82c024
  Resolves: rhbz#1222040
82c024
82c024
* Fri May 22 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> - 0.1.1-16
82c024
- Fix glitches when restarting X server
82c024
  Resolves: rhbz#1102175
82c024
- Fix restarting X server
82c024
  Resolves: rhbz#1185807
82c024
82c024
* Tue May 19 2015 Jonathon Jongsma <jjongsma@redhat.com> - 0.1.1-15
82c024
- Update drm properties correctly
82c024
  Resolves: rhbz#1153377
82c024
82c024
* Fri May 15 2015 Christophe Fergeau <cfergeau@redhat.com> 0.1.1-14
82c024
- Add upstream patch fixing aarch64 build
82c024
  Resolves: rhbz#1221328
82c024
82c024
* Wed May 13 2015 Adam Jackson <ajax@redhat.com> 0.1.1-13
82c024
- Rebuild for xserver 1.17
82c024
82c024
* Thu Nov 20 2014 Marc-Andre Lureau <mlureau@redhat.com> 0.1.1-12
82c024
- Try to fallback to previous working configuration if
82c024
  drmModeSetCrtc() failed.
82c024
  Resolves: rhbz#1127552
82c024
82c024
* Thu Oct 23 2014 Christophe Fergeau <cfergeau@redhat.com> 0.1.1-11
82c024
- Fix crash when attempting to call CrtcRotate
82c024
  Resolves: rhbz#1067709
82c024
82c024
* Thu Oct 23 2014 Christophe Fergeau <cfergeau@redhat.com> 0.1.1-10
82c024
- Fix mouse cursor disappearing when changing guest resolution
82c024
  Resolves: rhbz#1030531
82c024
82c024
* Tue Mar 11 2014 Soren Sandmann <ssp@redhat.com> 0.1.1-9
82c024
- Disable surfaces by default -- bug 1070984 
82c024
82c024
* Tue Jan 14 2014 Dave Airlie <airlied@redhat.com> 0.1.1-8
82c024
- grab patches from F20 - fix dates
82c024
82c024
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 0.1.1-7
82c024
- 1.15 ABI rebuild
82c024
82c024
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-6
82c024
- 1.15RC4 ABI rebuild
82c024
82c024
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-5
82c024
- 1.15RC2 ABI rebuild
82c024
82c024
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-4
82c024
- 1.15RC1 ABI rebuild
82c024
82c024
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-3
82c024
- ABI rebuild
82c024
82c024
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 0.1.1-2
82c024
- Drop qxl rev 1 patches
82c024
82c024
* Mon Oct 21 2013 Alon Levy <alevy@redhat.com> - 0.1.1-1
82c024
- New upstream release
82c024
- Fixes to said release to work with suid issues (upstream)
82c024
82c024
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-0.14.20130514git77a1594
82c024
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
82c024
82c024
* Wed Jul 03 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.13
82c024
- resnapshot upstream to pick up a few patches
82c024
- add userspace patch to use new kernel hotspot interface (#974662)
82c024
82c024
* Wed Jul 03 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.12
82c024
- add support for udev event catching - for dynamic resize from kernel
82c024
82c024
* Tue Jul 02 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.11
82c024
- helps if you apply the patch (#978612)
82c024
82c024
* Sat Jun 29 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.10
82c024
- fix another resize issue due (#978612)
82c024
82c024
* Tue Jun 18 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.9
82c024
- disable composite/a8 surfaces for KMS (#974198)
82c024
82c024
* Tue May 28 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.8
82c024
- fix 32-bit (#965101)
82c024
82c024
* Tue May 14 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.7
82c024
- resnapshot - fixes randr under KMS
82c024
82c024
* Tue May 14 2013 Daniel Mach <dmach@redhat.com> - 0.1.1-0.6
82c024
- Fix with_xspice macro definition (airlied - cherrypick)
82c024
82c024
* Tue May 7 2013 Alon Levy <alevy@redhat.com> 0.1.1-0.5
82c024
- Add Xspice fixes and dfps (upstream a474a71..77a1594)
82c024
82c024
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 0.1.1-0.4
82c024
- Less RHEL customization
82c024
82c024
* Tue Mar 12 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.3.20130312gita474a71
82c024
- add KMS support to userspace driver
82c024
82c024
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.1-0.2.20130306git9d45cc5
82c024
- ABI rebuild
82c024
82c024
* Wed Mar 06 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.1
82c024
- bump to get UMS bo abstraction in - kms coming soon
82c024
82c024
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.0-4
82c024
- ABI rebuild
82c024
82c024
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.0-3
82c024
- ABI rebuild
82c024
82c024
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 0.1.0-2
82c024
- ABI rebuild
82c024
82c024
* Sat Sep 22 2012 Soren Sandmann <ssp@redhat.com> 0.1.0-1
82c024
- Upstream 0.1.0
82c024
82c024
* Wed Aug 29 2012 Adam Jackson <ajax@redhat.com> 0.0.22-6
82c024
- Exclude Xspice from RHEL6 builds
82c024
82c024
* Sun Aug 26 2012 Alon Levy <alevy@redhat.com>
82c024
- fix uxa_xorg_enable_disable_fb_access - 0.0.22-5.20120718gitde6620788 (#844463)
82c024
82c024
* Thu Aug 23 2012 Alon Levy <alevy@redhat.com>
82c024
- fix break from introduction of screen privates - 0.0.22-4.20120718gitde6620788 (#844463)
82c024
82c024
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-3.20120718gitde6620788
82c024
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
82c024
82c024
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 0.0.22-2.20120718gitde6620788
82c024
- git snapshot for new server API
82c024
82c024
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.0.22-1
82c024
- RHEL arch exclude updates
82c024
82c024
* Thu Mar 15 2012 Soren Sandmann <ssp@redhat.com> - 0.22.0
82c024
- Upstream 0.0.17
82c024
82c024
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-16
82c024
- ABI rebuild
82c024
82c024
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-15
82c024
- ABI rebuild
82c024
82c024
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-14
82c024
- ABI rebuild
82c024
82c024
* Fri Jan 13 2012 Marc-André Lureau <mlureau@redhat.com> 0.0.21-13
82c024
- Add 0011-support-_ASYNC-io-calls-and-interrupt-handling-busy-.patch
82c024
  to use async calls
82c024
82c024
* Wed Jan 04 2012 Adam Jackson <ajax@redhat.com> 0.0.21-12
82c024
- qxl-0.0.16-ftbfs.patch: Fix some FTBFS.
82c024
82c024
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 0.0.21-11
82c024
- qxl-0.0.16-vgahw.patch: API compat for xserver 1.12 (#753928)
82c024
82c024
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-10
82c024
- ABI rebuild
82c024
82c024
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-9
82c024
- ABI rebuild
82c024
82c024
* Fri Oct 28 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-8
82c024
- Bump release
82c024
82c024
* Fri Oct 28 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-7
82c024
- Add patch to translate access regions according to drawable offset
82c024
  Bug 731245.
82c024
82c024
* Thu Oct 27 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
82c024
- Rebuilt for glibc bug#747377
82c024
82c024
* Wed Oct 26 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-6
82c024
- Add patch to confine access regions to the bounds of the drawable.
82c024
  Bug 731245.
82c024
82c024
* Mon Sep 12 2011 Hans de Goede <hdegoede@redhat.com> - 0.0.21-5
82c024
- Rebase to latest upstream release
82c024
- Enable building of the Xspice X-server and put it in its own
82c024
  xorg-x11-server-Xspice package
82c024
82c024
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-4
82c024
- Rebuild for xserver 1.11 ABI
82c024
82c024
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> 0.0.21-3
82c024
- Add various bugfixes from upstream git
82c024
- Fixes VT-switching (rhbz#696711)
82c024
- Add support for old qxl device (from rhel6 branch) (rhbz#642153)
82c024
82c024
* Mon Mar 07 2011 Dave Airlie <airlied@redhat.com> 0.0.21-2
82c024
- Bump to for abi rebuild
82c024
82c024
* Sat Feb 12 2011 Soren Sandmann <ssp@redhat.com> 0.0.21-1
82c024
- New version number to make sure upgrading works
82c024
82c024
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.13-2
82c024
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82c024
82c024
* Wed Jan 26 2011 Soren Sandmann <ssp@redhat.com> 0.0.13-1
82c024
- Update to 0.0.13 with surfaces
82c024
82c024
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 0.0.20.f14b-10
82c024
- Rebuild for new server ABI.
82c024
82c024
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 0.0.20.f14b-8
82c024
- Add ABI requires magic (#542742)
82c024
82c024
* Sun Oct 17 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-7
82c024
- Fix notification bubbles under gnome not showing (backport from the
82c024
  surface-fixes branch)
82c024
82c024
* Sun Oct 17 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-6
82c024
- Fix a pointer casting bug which causes the qxl driver to trigger an
82c024
  assertion in the qxl device terminating the entire virtual machine
82c024
82c024
* Mon Oct 11 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-5
82c024
- Don't access the qxl device when our vt is not focussed, this fixes
82c024
  Xorg crashing when switching to a text vc
82c024
82c024
* Sun Oct 10 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-4
82c024
- Fix the driver not working on qxl devices with a framebuffer of 8MB
82c024
82c024
* Sat Oct  9 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-3
82c024
- Add support for using resolutions > 1024x768 without needing an xorg.conf
82c024
- Restore textmode font when switching back to a textmode virtual console
82c024
82c024
* Fri Oct 08 2010 Jesse Keating <jkeating@redhat.com> - 0.0.20.f14b-2.1
82c024
- Rebuild for gcc bug 634757
82c024
82c024
* Tue Sep 14 2010 Soren Sandmann <ssp@redhat.com> 0.0.20.f14b-2
82c024
- Patch to fix it up for the new privates ABI (I had apparently been
82c024
  testing with a too old X server).
82c024
82c024
* Tue Sep 14 2010 Soren Sandmann <ssp@redhat.com> 0.0.20.f14b-1
82c024
- Add support for new device
82c024
82c024
* Sat Mar 13 2010 Dave Airlie <airlied@redhat.com> 0.0.12-2
82c024
- fix bug in qxl with asserts
82c024
82c024
* Sat Mar 13 2010 Dave Airlie <airlied@redhat.com> 0.0.12-1
82c024
- rebase to 0.0.12 release - fix some 16-bit bugs
82c024
82c024
* Mon Jan 11 2010 Dave Airlie <airlied@redhat.com> 0.0.9-0.1
82c024
- Initial public release 0.0.9