Browse Source

update to new package xorg-x11-server

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 6 years ago
parent
commit
e4bab81116
  1. 15
      SPECS/xorg-x11-server.spec

15
SPECS/xorg-x11-server.spec

@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
Summary: X.Org X11 X server
Name: xorg-x11-server
Version: 1.19.3
Release: 11%{?gitdate:.%{gitdate}}%{?dist}
Release: 12%{?gitdate:.%{gitdate}}%{?dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X
@ -115,6 +115,13 @@ Patch9713: 0001-modesetting-Validate-the-atom-for-enum-properties.patch @@ -115,6 +115,13 @@ Patch9713: 0001-modesetting-Validate-the-atom-for-enum-properties.patch
Patch9714: 0001-dix-Remove-clients-from-input-and-output-ready-queue.patch
Patch9715: 0001-modesetting-Fix-PCI-initialization-on-non-zero-domai.patch
Patch9716: 0001-xfree86-Fix-off-by-one-in-X-configure.patch
Patch9717: 0001-xfree86-modes-Make-colormap-gamma-glue-code-work-wit.patch

Patch9922: 0002-animcur-Use-fixed-size-screen-private.patch
Patch9923: 0003-animcur-Return-the-next-interval-directly-from-the-t.patch
Patch9924: 0004-animcur-Run-the-timer-from-the-device-not-the-screen.patch
Patch9925: 0005-animcur-Fix-transitions-between-animated-cursors.patch
Patch9926: 0006-animcur-Change-which-CursorPtr-we-save-in-external-s.patch

%global moduledir %{_libdir}/xorg/modules
%global drimoduledir %{_libdir}/dri
@ -587,6 +594,12 @@ rm -rf $RPM_BUILD_ROOT @@ -587,6 +594,12 @@ rm -rf $RPM_BUILD_ROOT
%{xserver_source_dir}

%changelog
* Wed Feb 21 2018 Adam Jackson <ajax@redhat.com> - 1.19.3-11.2
- Fix fetching animated cursor images with the XFIXES extension

* Mon Dec 11 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-11.1
- Fix a crash in RANDR gamma/colormap setup

* Mon Jun 26 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-11
- Fix off-by-one in X -configure


Loading…
Cancel
Save