From e4bab811168f5e1cd6b221671e7b35615232ee80 Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Thu, 5 Apr 2018 17:55:00 +0200 Subject: [PATCH] update to new package xorg-x11-server Signed-off-by: guibuilder_pel7x64builder0 --- SPECS/xorg-x11-server.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/SPECS/xorg-x11-server.spec b/SPECS/xorg-x11-server.spec index 8e35391..c753308 100644 --- a/SPECS/xorg-x11-server.spec +++ b/SPECS/xorg-x11-server.spec @@ -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 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 %{xserver_source_dir} %changelog +* Wed Feb 21 2018 Adam Jackson - 1.19.3-11.2 +- Fix fetching animated cursor images with the XFIXES extension + +* Mon Dec 11 2017 Adam Jackson - 1.19.3-11.1 +- Fix a crash in RANDR gamma/colormap setup + * Mon Jun 26 2017 Adam Jackson - 1.19.3-11 - Fix off-by-one in X -configure