Blame SPECS/xorg-x11-server.spec

55d6a0
# This package is an experiment in active integration of upstream SCM with
55d6a0
# Fedora packaging.  It works something like this:
55d6a0
#
55d6a0
# The "pristine" source is actually a git repo (with no working checkout).
55d6a0
# The first step of %%prep is to check it out and switch to a "fedora" branch.
55d6a0
# If you need to add a patch to the server, just do it like a normal git
55d6a0
# operation, dump it with git-format-patch to a file in the standard naming
55d6a0
# format, and add a PatchN: line.  If you want to push something upstream,
55d6a0
# check out the master branch, pull, cherry-pick, and push.
55d6a0
55d6a0
#global gitdate 20161026
55d6a0
%global stable_abi 1
55d6a0
55d6a0
%if !0%{?gitdate} || %{stable_abi}
55d6a0
# Released ABI versions.  Have to keep these manually in sync with the
55d6a0
# source because rpm is a terrible language.
55d6a0
%global ansic_major 0
55d6a0
%global ansic_minor 4
55d6a0
%global videodrv_major 24
55d6a0
%global videodrv_minor 1
55d6a0
%global xinput_major 24
55d6a0
%global xinput_minor 1
55d6a0
%global extension_major 10
55d6a0
%global extension_minor 0
55d6a0
%endif
55d6a0
55d6a0
%if 0%{?gitdate}
55d6a0
# For git snapshots, use date for major and a serial number for minor
55d6a0
%global minor_serial 0
55d6a0
%global git_ansic_major %{gitdate}
55d6a0
%global git_ansic_minor %{minor_serial}
55d6a0
%global git_videodrv_major %{gitdate}
55d6a0
%global git_videodrv_minor %{minor_serial}
55d6a0
%global git_xinput_major %{gitdate}
55d6a0
%global git_xinput_minor %{minor_serial}
55d6a0
%global git_extension_major %{gitdate}
55d6a0
%global git_extension_minor %{minor_serial}
55d6a0
%endif
55d6a0
55d6a0
%global pkgname xorg-server
55d6a0
55d6a0
Summary:   X.Org X11 X server
55d6a0
Name:      xorg-x11-server
55d6a0
Version:   1.20.11
d09ca9
Release:   11%{?gitdate:.%{gitdate}}%{?dist}
55d6a0
URL:       http://www.x.org
55d6a0
License:   MIT
55d6a0
55d6a0
#VCS:      git:git://git.freedesktop.org/git/xorg/xserver
55d6a0
%if 0%{?gitdate}
55d6a0
# git snapshot.  to recreate, run:
55d6a0
# ./make-git-snapshot.sh `cat commitid`
55d6a0
Source0:   xorg-server-%{gitdate}.tar.xz
55d6a0
#Source0:   http://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
55d6a0
Source1:   make-git-snapshot.sh
55d6a0
Source2:   commitid
55d6a0
%else
55d6a0
Source0:   https://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
55d6a0
Source1:   gitignore
55d6a0
%endif
55d6a0
55d6a0
Source4:   10-quirks.conf
55d6a0
55d6a0
Source10:   xserver.pamd
55d6a0
55d6a0
# "useful" xvfb-run script
55d6a0
Source20:  http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
55d6a0
55d6a0
# for requires generation in drivers
55d6a0
Source30: xserver-sdk-abi-requires.release
55d6a0
Source31: xserver-sdk-abi-requires.git
55d6a0
55d6a0
# maintainer convenience script
55d6a0
Source40: driver-abi-rebuild.sh
55d6a0
55d6a0
# From Debian use intel ddx driver only for gen4 and older chipsets
55d6a0
Patch1: 06_use-intel-only-on-pre-gen4.diff
55d6a0
# Default to xf86-video-modesetting on GeForce 8 and newer
55d6a0
Patch2: 0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch
55d6a0
55d6a0
# Default to va_gl on intel i965 as we use the modesetting drv there
55d6a0
# va_gl should probably just be the default everywhere ?
55d6a0
Patch3: 0001-xf86-dri2-Use-va_gl-as-vdpau_driver-for-Intel-i965-G.patch
55d6a0
55d6a0
# Submitted upstream, but not going anywhere
55d6a0
Patch5: 0001-autobind-GPUs-to-the-screen.patch
55d6a0
55d6a0
# because the display-managers are not ready yet, do not upstream
55d6a0
Patch6: 0001-Fedora-hack-Make-the-suid-root-wrapper-always-start-.patch
55d6a0
55d6a0
# https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/761
55d6a0
Patch7: 0001-xkb-Drop-check-for-XkbSetMapResizeTypes.patch
55d6a0
55d6a0
# 1988922 - [Hyper-V]Installation failed with: 'x or window manager startup failed' when the VM was created with GEN1
55d6a0
# 2029769 - fbdev Xorg driver no longer works as a fallback with unsupported hardware
55d6a0
Patch8: 0001-mustard-xfree86-Disable-the-PCI-probe-path.patch
55d6a0
55d6a0
# Backports from current stable "server-1.20-branch":
55d6a0
# <empty>
55d6a0
55d6a0
# Backports from "master" upstream:
55d6a0
Patch102: 0002-xfree86-Link-fb-statically.patch
55d6a0
Patch104: 0004-loader-Move-LoaderSymbolFromModule-to-public-API.patch
55d6a0
Patch105: 0005-loader-Make-LoaderSymbolFromModule-take-a-ModuleDesc.patch
55d6a0
Patch106: 0006-modesetting-Indirect-the-shadow-API-through-LoaderSy.patch
55d6a0
Patch107: 0007-modesetting-Indirect-the-glamor-API-through-LoaderSy.patch
55d6a0
Patch108: 0008-modesetting-Add-glamor_finish-convenience-macro.patch
55d6a0
Patch109: 0009-modesetting-Use-EGL_MESA_query_driver-to-select-DRI-.patch
55d6a0
Patch110: 0010-modesetting-Fix-build-with-glamor-disabled.patch
55d6a0
# Because we still use automake
55d6a0
Patch111: 0011-modesetting-set-gbm-as-dependency-for-autotools.patch
55d6a0
# Xorg crashes with NVIDIA proprietary driver when uisng Present
55d6a0
# https://bugzilla.redhat.com/show_bug.cgi?id=2046330
55d6a0
Patch112: 0001-present-Check-for-NULL-to-prevent-crash.patch
55d6a0
# Fix a regression with hybrid gfx and NVIDIA proprietary driver
55d6a0
# https://bugzilla.redhat.com/show_bug.cgi?id=2052605
55d6a0
Patch113: 0001-modesetting-Fix-msSharePixmapBacking-Segfault-Regres.patch
55d6a0
55d6a0
# CVE-2021-4011
55d6a0
Patch10009: 0001-record-Fix-out-of-bounds-access-in-SwapCreateRegiste.patch
55d6a0
# CVE-2021-4009
55d6a0
Patch10010: 0002-xfixes-Fix-out-of-bounds-access-in-ProcXFixesCreateP.patch
55d6a0
# CVE-2021-4010
55d6a0
Patch10011: 0003-Xext-Fix-out-of-bounds-access-in-SProcScreenSaverSus.patch
55d6a0
# CVE-2021-4008
55d6a0
Patch10012: 0004-render-Fix-out-of-bounds-access-in-SProcRenderCompos.patch
d09ca9
# CVE-2022-2319/ZDI-CAN-16062, CVE-2022-2320/ZDI-CAN-16070
d09ca9
Patch10013: 0001-xkb-switch-to-array-index-loops-to-moving-pointers.patch
d09ca9
Patch10014: 0002-xkb-swap-XkbSetDeviceInfo-and-XkbSetDeviceInfoCheck.patch
d09ca9
Patch10015: 0003-xkb-add-request-length-validation-for-XkbSetGeometry.patch
55d6a0
55d6a0
BuildRequires: make
55d6a0
BuildRequires: systemtap-sdt-devel
55d6a0
BuildRequires: git-core
55d6a0
BuildRequires: automake autoconf libtool pkgconfig
55d6a0
BuildRequires: xorg-x11-util-macros >= 1.17
55d6a0
55d6a0
BuildRequires: xorg-x11-proto-devel >= 7.7-10
55d6a0
BuildRequires: xorg-x11-font-utils >= 7.2-11
55d6a0
55d6a0
BuildRequires: dbus-devel libepoxy-devel systemd-devel
55d6a0
BuildRequires: xorg-x11-xtrans-devel >= 1.3.2
55d6a0
BuildRequires: libXfont2-devel libXau-devel libxkbfile-devel libXres-devel
55d6a0
BuildRequires: libfontenc-devel libXtst-devel libXdmcp-devel
55d6a0
BuildRequires: libX11-devel libXext-devel
55d6a0
BuildRequires: libXinerama-devel libXi-devel
55d6a0
55d6a0
# DMX config utils buildreqs.
55d6a0
BuildRequires: libXt-devel libdmx-devel libXmu-devel libXrender-devel
55d6a0
BuildRequires: libXi-devel libXpm-devel libXaw-devel libXfixes-devel
55d6a0
55d6a0
BuildRequires: pkgconfig(epoxy)
55d6a0
BuildRequires: pkgconfig(xshmfence) >= 1.1
55d6a0
BuildRequires: libXv-devel
55d6a0
BuildRequires: pixman-devel >= 0.30.0
55d6a0
BuildRequires: libpciaccess-devel >= 0.13.1 openssl-devel bison flex
55d6a0
BuildRequires: mesa-libGL-devel >= 9.2
55d6a0
BuildRequires: mesa-libEGL-devel
55d6a0
BuildRequires: mesa-libgbm-devel
55d6a0
# XXX silly...
55d6a0
BuildRequires: libdrm-devel >= 2.4.0 kernel-headers
55d6a0
55d6a0
BuildRequires: audit-libs-devel libselinux-devel >= 2.0.86-1
55d6a0
BuildRequires: libudev-devel
55d6a0
# libunwind is Exclusive for the following arches
55d6a0
%ifarch aarch64 %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
55d6a0
%if !0%{?rhel}
55d6a0
BuildRequires: libunwind-devel
55d6a0
%endif
55d6a0
%endif
55d6a0
55d6a0
BuildRequires: pkgconfig(xcb-aux) pkgconfig(xcb-image) pkgconfig(xcb-icccm)
55d6a0
BuildRequires: pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
55d6a0
55d6a0
%description
55d6a0
X.Org X11 X server
55d6a0
55d6a0
55d6a0
%package common
55d6a0
Summary: Xorg server common files
55d6a0
Requires: pixman >= 0.30.0
55d6a0
Requires: xkeyboard-config xkbcomp
55d6a0
55d6a0
%description common
55d6a0
Common files shared among all X servers.
55d6a0
55d6a0
55d6a0
%package Xorg
55d6a0
Summary: Xorg X server
55d6a0
Provides: Xorg = %{version}-%{release}
55d6a0
Provides: Xserver
55d6a0
# HdG: This should be moved to the wrapper package once the wrapper gets
55d6a0
# its own sub-package:
55d6a0
Provides: xorg-x11-server-wrapper = %{version}-%{release}
55d6a0
%if !0%{?gitdate} || %{stable_abi}
55d6a0
Provides: xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
55d6a0
Provides: xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
55d6a0
Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
55d6a0
Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
55d6a0
%endif
55d6a0
%if 0%{?gitdate}
55d6a0
Provides: xserver-abi(ansic-%{git_ansic_major}) = %{git_ansic_minor}
55d6a0
Provides: xserver-abi(videodrv-%{git_videodrv_major}) = %{git_videodrv_minor}
55d6a0
Provides: xserver-abi(xinput-%{git_xinput_major}) = %{git_xinput_minor}
55d6a0
Provides: xserver-abi(extension-%{git_extension_major}) = %{git_extension_minor}
55d6a0
%endif
55d6a0
Obsoletes: xorg-x11-glamor < %{version}-%{release}
55d6a0
Provides: xorg-x11-glamor = %{version}-%{release}
55d6a0
Obsoletes: xorg-x11-drv-modesetting < %{version}-%{release}
55d6a0
Provides: xorg-x11-drv-modesetting = %{version}-%{release}
55d6a0
# Dropped from F25
55d6a0
Obsoletes: xorg-x11-drv-vmmouse < 13.1.0-4
55d6a0
55d6a0
Requires: xorg-x11-server-common >= %{version}-%{release}
55d6a0
Requires: system-setup-keyboard
55d6a0
Requires: xorg-x11-drv-libinput
55d6a0
Requires: libEGL
55d6a0
55d6a0
%description Xorg
55d6a0
X.org X11 is an open source implementation of the X Window System.  It
55d6a0
provides the basic low level functionality which full fledged
55d6a0
graphical user interfaces (GUIs) such as GNOME and KDE are designed
55d6a0
upon.
55d6a0
55d6a0
55d6a0
%package Xnest
55d6a0
Summary: A nested server
55d6a0
Requires: xorg-x11-server-common >= %{version}-%{release}
55d6a0
Provides: Xnest
55d6a0
55d6a0
%description Xnest
55d6a0
Xnest is an X server which has been implemented as an ordinary
55d6a0
X application.  It runs in a window just like other X applications,
55d6a0
but it is an X server itself in which you can run other software.  It
55d6a0
is a very useful tool for developers who wish to test their
55d6a0
applications without running them on their real X server.
55d6a0
55d6a0
55d6a0
%package Xdmx
55d6a0
Summary: Distributed Multihead X Server and utilities
55d6a0
Requires: xorg-x11-server-common >= %{version}-%{release}
55d6a0
Provides: Xdmx
55d6a0
55d6a0
%description Xdmx
55d6a0
Xdmx is proxy X server that provides multi-head support for multiple displays
55d6a0
attached to different machines (each of which is running a typical X server).
55d6a0
When Xinerama is used with Xdmx, the multiple displays on multiple machines
55d6a0
are presented to the user as a single unified screen.  A simple application
55d6a0
for Xdmx would be to provide multi-head support using two desktop machines,
55d6a0
each of which has a single display device attached to it.  A complex
55d6a0
application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
55d6a0
(each attached to one of 16 computers) into a unified 5120x4096 display.
55d6a0
55d6a0
55d6a0
%package Xvfb
55d6a0
Summary: A X Windows System virtual framebuffer X server
55d6a0
# xvfb-run is GPLv2, rest is MIT
55d6a0
License: MIT and GPLv2
55d6a0
Requires: xorg-x11-server-common >= %{version}-%{release}
55d6a0
# required for xvfb-run
55d6a0
Requires: xorg-x11-xauth
55d6a0
Provides: Xvfb
55d6a0
55d6a0
%description Xvfb
55d6a0
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
55d6a0
machines with no display hardware and no physical input devices.
55d6a0
Xvfb simulates a dumb framebuffer using virtual memory.  Xvfb does
55d6a0
not open any devices, but behaves otherwise as an X display.  Xvfb
55d6a0
is normally used for testing servers.
55d6a0
55d6a0
55d6a0
%package Xephyr
55d6a0
Summary: A nested server
55d6a0
Requires: xorg-x11-server-common >= %{version}-%{release}
55d6a0
Provides: Xephyr
55d6a0
55d6a0
%description Xephyr
55d6a0
Xephyr is an X server which has been implemented as an ordinary
55d6a0
X application.  It runs in a window just like other X applications,
55d6a0
but it is an X server itself in which you can run other software.  It
55d6a0
is a very useful tool for developers who wish to test their
55d6a0
applications without running them on their real X server.  Unlike
55d6a0
Xnest, Xephyr renders to an X image rather than relaying the
55d6a0
X protocol, and therefore supports the newer X extensions like
55d6a0
Render and Composite.
55d6a0
55d6a0
55d6a0
%package devel
55d6a0
Summary: SDK for X server driver module development
55d6a0
Requires: xorg-x11-util-macros
55d6a0
Requires: xorg-x11-proto-devel
55d6a0
Requires: libXfont2-devel
55d6a0
Requires: pkgconfig pixman-devel libpciaccess-devel
55d6a0
Provides: xorg-x11-server-static
55d6a0
Obsoletes: xorg-x11-glamor-devel < %{version}-%{release}
55d6a0
Provides: xorg-x11-glamor-devel = %{version}-%{release}
55d6a0
55d6a0
%description devel
55d6a0
The SDK package provides the developmental files which are necessary for
55d6a0
developing X server driver modules, and for compiling driver modules
55d6a0
outside of the standard X11 source code tree.  Developers writing video
55d6a0
drivers, input drivers, or other X modules should install this package.
55d6a0
55d6a0
55d6a0
%package source
55d6a0
Summary: Xserver source code required to build VNC server (Xvnc)
55d6a0
BuildArch: noarch
55d6a0
55d6a0
%description source
55d6a0
Xserver source code needed to build VNC server (Xvnc)
55d6a0
55d6a0
55d6a0
%prep
55d6a0
%autosetup -N -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
55d6a0
rm -rf .git
55d6a0
cp %{SOURCE1} .gitignore
55d6a0
# ick
55d6a0
%global __scm git
55d6a0
%{expand:%__scm_setup_git -q}
55d6a0
%autopatch
55d6a0
55d6a0
%if 0%{?stable_abi}
55d6a0
# check the ABI in the source against what we expect.
55d6a0
getmajor() {
55d6a0
    grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
55d6a0
    tr '(),' '   ' | awk '{ print $4 }'
55d6a0
}
55d6a0
55d6a0
getminor() {
55d6a0
    grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
55d6a0
    tr '(),' '   ' | awk '{ print $5 }'
55d6a0
}
55d6a0
55d6a0
test `getmajor ansic` == %{ansic_major}
55d6a0
test `getminor ansic` == %{ansic_minor}
55d6a0
test `getmajor videodrv` == %{videodrv_major}
55d6a0
test `getminor videodrv` == %{videodrv_minor}
55d6a0
test `getmajor xinput` == %{xinput_major}
55d6a0
test `getminor xinput` == %{xinput_minor}
55d6a0
test `getmajor extension` == %{extension_major}
55d6a0
test `getminor extension` == %{extension_minor}
55d6a0
55d6a0
%endif
55d6a0
55d6a0
%build
55d6a0
55d6a0
%if !0%{?rhel}
55d6a0
%ifarch %{ix86} x86_64
55d6a0
%global int10_arch 1
55d6a0
%endif
55d6a0
%endif
55d6a0
55d6a0
%if %{undefined int10_arch}
55d6a0
%global no_int10 --disable-vbe --disable-int10-module
55d6a0
%endif
55d6a0
55d6a0
%global kdrive --enable-kdrive --enable-xephyr --disable-xfake --disable-xfbdev
55d6a0
%global xservers --enable-xvfb --enable-xnest %{kdrive} --enable-xorg
55d6a0
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
55d6a0
%global dri_flags --disable-dri --enable-dri2 %{?!rhel:--enable-dri3} --enable-suid-wrapper --enable-glamor
55d6a0
55d6a0
autoreconf -f -v --install || exit 1
55d6a0
55d6a0
%configure %{xservers} \
55d6a0
	--enable-dependency-tracking \
55d6a0
	--disable-static \
55d6a0
	--with-pic \
55d6a0
	%{?no_int10} \
55d6a0
	--with-default-font-path=%{default_font_path} \
55d6a0
	--with-module-dir=%{_libdir}/xorg/modules \
55d6a0
	--with-builderstring="Build ID: %{name} %{version}-%{release}" \
55d6a0
	--with-os-name="$(hostname -s) $(uname -r)" \
55d6a0
	--with-xkb-output=%{_localstatedir}/lib/xkb \
55d6a0
        --without-dtrace \
55d6a0
	--disable-linux-acpi --disable-linux-apm \
55d6a0
	--enable-xselinux --enable-record --enable-present \
55d6a0
        --enable-xcsecurity \
55d6a0
	--enable-config-udev \
55d6a0
	--disable-unit-tests \
55d6a0
	--enable-dmx \
55d6a0
	--disable-xwayland \
55d6a0
	%{dri_flags} \
55d6a0
	${CONFIGURE}
55d6a0
55d6a0
make V=1 %{?_smp_mflags}
55d6a0
55d6a0
55d6a0
%install
55d6a0
%make_install
55d6a0
55d6a0
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
55d6a0
55d6a0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
55d6a0
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
55d6a0
55d6a0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
55d6a0
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
55d6a0
55d6a0
# make sure the (empty) /etc/X11/xorg.conf.d is there, system-setup-keyboard
55d6a0
# relies on it more or less.
55d6a0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
55d6a0
55d6a0
%if %{stable_abi}
55d6a0
install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
55d6a0
%else
55d6a0
sed -e s/@MAJOR@/%{gitdate}/g -e s/@MINOR@/%{minor_serial}/g %{SOURCE31} > \
55d6a0
    $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
55d6a0
chmod 755 $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
55d6a0
%endif
55d6a0
55d6a0
install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
55d6a0
55d6a0
# Make the source package
55d6a0
%global xserver_source_dir %{_datadir}/xorg-x11-server-source
55d6a0
%global inst_srcdir %{buildroot}/%{xserver_source_dir}
55d6a0
55d6a0
mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
55d6a0
mkdir -p %{inst_srcdir}/{hw/dmx/doc,man,doc,hw/dmx/doxygen}
55d6a0
cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
55d6a0
cp {,%{inst_srcdir}/}man/Xserver.man
55d6a0
cp {,%{inst_srcdir}/}doc/smartsched
55d6a0
cp {,%{inst_srcdir}/}hw/dmx/doxygen/doxygen.conf.in
55d6a0
cp {,%{inst_srcdir}/}xserver.ent.in
55d6a0
cp {,%{inst_srcdir}/}hw/xfree86/Xorg.sh.in
55d6a0
cp xkb/README.compiled %{inst_srcdir}/xkb
55d6a0
cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
55d6a0
55d6a0
find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
55d6a0
xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
55d6a0
find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
55d6a0
55d6a0
# Remove unwanted files/dirs
55d6a0
{
55d6a0
    find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
55d6a0
# wtf
55d6a0
%ifnarch %{ix86} x86_64
55d6a0
    rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/lib{int10,vbe}.so
55d6a0
%endif
55d6a0
}
55d6a0
55d6a0
55d6a0
%files common
55d6a0
%doc COPYING
55d6a0
%{_mandir}/man1/Xserver.1*
55d6a0
%{_libdir}/xorg/protocol.txt
55d6a0
%dir %{_localstatedir}/lib/xkb
55d6a0
%{_localstatedir}/lib/xkb/README.compiled
55d6a0
55d6a0
%if 1
55d6a0
%global Xorgperms %attr(4755, root, root)
55d6a0
%else
55d6a0
# disable until module loading is audited
55d6a0
%global Xorgperms %attr(0711,root,root) %caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe)
55d6a0
%endif
55d6a0
55d6a0
%files Xorg
55d6a0
%config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
55d6a0
%{_bindir}/X
55d6a0
%{_bindir}/Xorg
55d6a0
%{_libexecdir}/Xorg
55d6a0
%{Xorgperms} %{_libexecdir}/Xorg.wrap
55d6a0
%{_bindir}/cvt
55d6a0
%{_bindir}/gtf
55d6a0
%dir %{_libdir}/xorg
55d6a0
%dir %{_libdir}/xorg/modules
55d6a0
%dir %{_libdir}/xorg/modules/drivers
55d6a0
%{_libdir}/xorg/modules/drivers/modesetting_drv.so
55d6a0
%dir %{_libdir}/xorg/modules/extensions
55d6a0
%{_libdir}/xorg/modules/extensions/libglx.so
55d6a0
%dir %{_libdir}/xorg/modules/input
55d6a0
%{_libdir}/xorg/modules/libfbdevhw.so
55d6a0
%{_libdir}/xorg/modules/libexa.so
55d6a0
%{_libdir}/xorg/modules/libglamoregl.so
55d6a0
%{_libdir}/xorg/modules/libshadow.so
55d6a0
%{_libdir}/xorg/modules/libshadowfb.so
55d6a0
%{_libdir}/xorg/modules/libvgahw.so
55d6a0
%{_libdir}/xorg/modules/libwfb.so
55d6a0
%if %{defined int10_arch}
55d6a0
%{_libdir}/xorg/modules/libint10.so
55d6a0
%{_libdir}/xorg/modules/libvbe.so
55d6a0
%endif
55d6a0
%{_mandir}/man1/gtf.1*
55d6a0
%{_mandir}/man1/Xorg.1*
55d6a0
%{_mandir}/man1/Xorg.wrap.1*
55d6a0
%{_mandir}/man1/cvt.1*
55d6a0
%{_mandir}/man4/fbdevhw.4*
55d6a0
%{_mandir}/man4/exa.4*
55d6a0
%{_mandir}/man4/modesetting.4*
55d6a0
%{_mandir}/man5/Xwrapper.config.5*
55d6a0
%{_mandir}/man5/xorg.conf.5*
55d6a0
%{_mandir}/man5/xorg.conf.d.5*
55d6a0
%dir %{_sysconfdir}/X11/xorg.conf.d
55d6a0
%dir %{_datadir}/X11/xorg.conf.d
55d6a0
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
55d6a0
55d6a0
%files Xnest
55d6a0
%{_bindir}/Xnest
55d6a0
%{_mandir}/man1/Xnest.1*
55d6a0
55d6a0
%files Xdmx
55d6a0
%{_bindir}/Xdmx
55d6a0
%{_bindir}/dmxaddinput
55d6a0
%{_bindir}/dmxaddscreen
55d6a0
%{_bindir}/dmxreconfig
55d6a0
%{_bindir}/dmxresize
55d6a0
%{_bindir}/dmxrminput
55d6a0
%{_bindir}/dmxrmscreen
55d6a0
%{_bindir}/dmxtodmx
55d6a0
%{_bindir}/dmxwininfo
55d6a0
%{_bindir}/vdltodmx
55d6a0
%{_bindir}/dmxinfo
55d6a0
%{_bindir}/xdmxconfig
55d6a0
%{_mandir}/man1/Xdmx.1*
55d6a0
%{_mandir}/man1/dmxtodmx.1*
55d6a0
%{_mandir}/man1/vdltodmx.1*
55d6a0
%{_mandir}/man1/xdmxconfig.1*
55d6a0
55d6a0
%files Xvfb
55d6a0
%{_bindir}/Xvfb
55d6a0
%{_bindir}/xvfb-run
55d6a0
%{_mandir}/man1/Xvfb.1*
55d6a0
55d6a0
%files Xephyr
55d6a0
%{_bindir}/Xephyr
55d6a0
%{_mandir}/man1/Xephyr.1*
55d6a0
55d6a0
%files devel
55d6a0
%doc COPYING
55d6a0
#{_docdir}/xorg-server
55d6a0
%{_bindir}/xserver-sdk-abi-requires
55d6a0
%{_libdir}/pkgconfig/xorg-server.pc
55d6a0
%dir %{_includedir}/xorg
55d6a0
%{_includedir}/xorg/*.h
55d6a0
%{_datadir}/aclocal/xorg-server.m4
55d6a0
55d6a0
%files source
55d6a0
%{xserver_source_dir}
55d6a0
55d6a0
55d6a0
%changelog
d09ca9
* Fri Jul 29 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-11
d09ca9
- CVE fix for: CVE-2022-2319/ZDI-CAN-16062, CVE-2022-2320/ZDI-CAN-16070
d09ca9
  Resolves: rhbz#2108157, rhbz#2108162
d09ca9
55d6a0
* Thu Feb 10 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-10
55d6a0
- Fix a regression with hybrid gfx and NVIDIA proprietary driver (#2052605)
55d6a0
55d6a0
* Fri Jan 28 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-9
55d6a0
- Fix crash with NVIDIA proprietary driver with Present (#2046330)
55d6a0
55d6a0
* Wed Jan 26 2022 Adam Jackson <ajax@redhat.com> - 1.20.11-8
55d6a0
- Only disable the PCI-specific driver probe, since we do still want fallback
55d6a0
  to fbdev to work.
55d6a0
  Resolves: #2029769
55d6a0
55d6a0
* Thu Jan  6 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-7
55d6a0
- CVE fix for: CVE-2021-4008 (#2030160), CVE-2021-4009 (#2030170),
55d6a0
  CVE-2021-4010 (#2030174), CVE-2021-4011 (#2030179)
55d6a0
55d6a0
* Tue Nov 23 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-6
55d6a0
- Restore hardened builds
55d6a0
  Resolves: #2024556
55d6a0
55d6a0
* Tue Nov  9 2021 Adam Jackson <ajax@redhat.com> - 1.20.11-5
55d6a0
- Disable non-platform video driver probe, it should never be needed and the
55d6a0
  PCI probe code interferes with the (default) platform path.
55d6a0
  Resolves: #2000921
55d6a0
55d6a0
* Tue Oct 26 2021 Ray Strode <rstrode@redhat.com> - 1.20.11-4
55d6a0
- Fix XkbChangeMap
55d6a0
  Resolves: #2009928
55d6a0
55d6a0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.11-3
55d6a0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
55d6a0
  Related: rhbz#1991688
55d6a0
55d6a0
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.11-2
55d6a0
- Rebuilt for RHEL 9 BETA for openssl 3.0
55d6a0
  Related: rhbz#1971065
55d6a0
55d6a0
* Thu Jun 17 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.20.11-1
55d6a0
- xserver 1.20.11 (#1952895)
55d6a0
55d6a0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.10-6
55d6a0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
55d6a0
55d6a0
* Wed Feb 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.20.10-5
55d6a0
- Drop BuildRequires for flex-devel (#1871101)
55d6a0
55d6a0
* Mon Feb  1 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.20.10-4
55d6a0
- Remove Xwayland from the xserver builds
55d6a0
55d6a0
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.10-3
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
55d6a0
55d6a0
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 1.20.10-2
55d6a0
- Disable int10 and vbe on RHEL
55d6a0
- Disable DRI1
55d6a0
- Stop overriding the vendor name
55d6a0
55d6a0
* Wed Dec  2 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.20.10-1
55d6a0
- xserver 1.20.10 (CVE-2020-14360, CVE-2020-25712)
55d6a0
55d6a0
* Thu Nov  5 10:35:09 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.20.9-3
55d6a0
- Add BuildRequires for make
55d6a0
55d6a0
* Wed Nov 04 2020 Peter Hutterer <peter.hutterer@redhat.com> 1.20.9-2
55d6a0
- Drop BuildRequires to git-core only
55d6a0
55d6a0
* Thu Oct  8 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.20.9-1
55d6a0
- xserver 1.20.9 + all current fixes from upstream
55d6a0
55d6a0
* Wed Aug 12 2020 Adam Jackson <ajax@redhat.com> - 1.20.8-4
55d6a0
- Enable XC-SECURITY
55d6a0
55d6a0
* Fri Jul 31 2020 Adam Jackson <ajax@redhat.com> - 1.20.8-3
55d6a0
- Fix information disclosure bug in pixmap allocation (CVE-2020-14347)
55d6a0
55d6a0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.8-2
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
55d6a0
55d6a0
* Mon Mar 30 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.20.8-1
55d6a0
- xserver 1.20.8
55d6a0
- Backport latest Xwayland randr resolution change emulation support
55d6a0
  patches.
55d6a0
55d6a0
* Wed Mar 18 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.20.7-2
55d6a0
- Fix a crash on closing a window using Present found upstream:
55d6a0
  https://gitlab.freedesktop.org/xorg/xserver/issues/1000
55d6a0
55d6a0
* Fri Mar 13 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.20.7-1
55d6a0
- xserver 1.20.7
55d6a0
- backport from stable "xserver-1.20-branch" up to commit ad7364d8d
55d6a0
  (for mutter fullscreen unredirect on Wayland)
55d6a0
- Update videodrv minor ABI as 1.20.7 changed the minor ABI version
55d6a0
  (backward compatible, API addition in glamor)
55d6a0
- Rebase Xwayland randr resolution change emulation support patches
55d6a0
55d6a0
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.6-2
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
55d6a0
55d6a0
* Mon Nov 25 2019 Olivier Fourdan <ofourdan@redhat.com> - 1.20.6-1
55d6a0
- xserver 1.20.6
55d6a0
55d6a0
* Mon Nov  4 2019 Hans de Goede <hdegoede@redhat.com> - 1.20.5-9
55d6a0
- Fix building with new libglvnd-1.2.0 (E)GL headers and pkgconfig files
55d6a0
55d6a0
* Mon Nov  4 2019 Hans de Goede <hdegoede@redhat.com> - 1.20.5-8
55d6a0
- Backport Xwayland randr resolution change emulation support
55d6a0
55d6a0
* Thu Aug 29 2019 Olivier Fourdan <ofourdan@redhat.com> 1.20.5-7
55d6a0
- Pick latest fixes from xserver stable branch upstream (rhbz#1729925)
55d6a0
55d6a0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.5-6
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
55d6a0
55d6a0
* Mon Jul  8 2019 Olivier Fourdan <ofourdan@redhat.com> 1.20.5-5
55d6a0
- Do not include <sys/io.h> on ARM with glibc to avoid compilation failure.
55d6a0
- Do not force vbe and int10 sdk headers as this enables int10 which does
55d6a0
  not build on ARM without <sys/io.h>
55d6a0
55d6a0
* Mon Jul  8 2019 Olivier Fourdan <ofourdan@redhat.com> 1.20.5-4
55d6a0
- Fix regression causing screen tearing with upstream xserver 1.20.5
55d6a0
  (rhbz#1726419)
55d6a0
55d6a0
* Fri Jun 28 2019 Olivier Fourdan <ofourdan@redhat.com> 1.20.5-3
55d6a0
- Remove atomic downstream patches causing regressions (#1714981, #1723715)
55d6a0
- Xwayland crashes (#1708119, #1691745)
55d6a0
- Cursor issue with tablet on Xwayland
55d6a0
- Xorg/modesetting issue with flipping pixmaps with Present (#1645553)
55d6a0
55d6a0
* Thu Jun 06 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.20.5-2
55d6a0
- Return AlreadyGrabbed for keycodes > 255 (#1697804)
55d6a0
55d6a0
* Thu May 30 2019 Adam Jackson <ajax@redhat.com> - 1.20.5-1
55d6a0
- xserver 1.20.5
55d6a0
55d6a0
* Tue Apr 23 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-4
55d6a0
- Fix some non-atomic modesetting calls to be atomic
55d6a0
55d6a0
* Wed Mar 27 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.20.4-3
55d6a0
- Fix a Qt scrolling bug, don't reset the valuator on slave switch
55d6a0
55d6a0
* Thu Mar 21 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-2
55d6a0
- Backport an Xwayland crash fix in the Present code
55d6a0
55d6a0
* Tue Feb 26 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-1
55d6a0
- xserver 1.20.4
55d6a0
55d6a0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.3-4
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
55d6a0
55d6a0
* Fri Jan 11 2019 Olivier Fourdan <ofourdan@redhat.com> - 1.20.3-3
55d6a0
- More Xwayland/Present fixes from upstream (rhbz#1609181, rhbz#1661748)
55d6a0
55d6a0
* Thu Dec 06 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.20.3-2
55d6a0
- Xwayland/Present fixes from master upstream
55d6a0
55d6a0
* Thu Nov 01 2018 Adam Jackson <ajax@redhat.com> - 1.20.3-1
55d6a0
- xserver 1.20.3
55d6a0
55d6a0
* Mon Oct 15 2018 Adam Jackson <ajax@redhat.com> - 1.20.2-1
55d6a0
- xserver 1.20.2
55d6a0
55d6a0
* Thu Oct  4 2018 Hans de Goede <hdegoede@redhat.com> - 1.20.1-4
55d6a0
- Rebase patch to use va_gl as vdpau driver on i965 GPUs, re-fix rhbz#1413733
55d6a0
55d6a0
* Thu Sep 13 2018 Dave Airlie <airlied@redhat.com> - 1.20.1-3
55d6a0
- Build with PIE enabled (this doesn't enable bind now)
55d6a0
55d6a0
* Mon Sep 10 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.20.1-2
55d6a0
- Include patches from upstream to fix Xwayland crashes
55d6a0
55d6a0
* Thu Aug 09 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-1
55d6a0
- xserver 1.20.1
55d6a0
55d6a0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-5
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
55d6a0
55d6a0
* Tue Jun 12 2018 Adam Jackson <ajax@redhat.com> - 1.20.0-4
55d6a0
- Xorg and Xwayland Requires: libEGL
55d6a0
55d6a0
* Fri Jun 01 2018 Adam Williamson <awilliam@redhat.com> - 1.20.0-3
55d6a0
- Backport fixes for RHBZ#1579067
55d6a0
55d6a0
* Wed May 16 2018 Adam Jackson <ajax@redhat.com> - 1.20.0-2
55d6a0
- Xorg Requires: xorg-x11-drv-libinput
55d6a0
55d6a0
* Thu May 10 2018 Adam Jackson <ajax@redhat.com> - 1.20.0-1
55d6a0
- xserver 1.20
55d6a0
55d6a0
* Wed Apr 25 2018 Adam Jackson <ajax@redhat.com> - 1.19.99.905-2
55d6a0
- Fix xvfb-run's default depth to be 24
55d6a0
55d6a0
* Tue Apr 24 2018 Adam Jackson <ajax@redhat.com> - 1.19.99.905-1
55d6a0
- xserver 1.20 RC5
55d6a0
55d6a0
* Thu Apr 12 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.19.99.904-2
55d6a0
- Re-fix "use type instead of which in xvfb-run (rhbz#1443357)" which
55d6a0
  was overridden inadvertently
55d6a0
55d6a0
* Tue Apr 10 2018 Adam Jackson <ajax@redhat.com> - 1.19.99.904-1
55d6a0
- xserver 1.20 RC4
55d6a0
55d6a0
* Mon Apr 02 2018 Adam Jackson <ajax@redhat.com> - 1.19.99.903-1
55d6a0
- xserver 1.20 RC3
55d6a0
55d6a0
* Tue Feb 13 2018 Olivier Fourdan <ofourdan@redhat.com> 1.19.6-5
55d6a0
- xwayland: avoid race condition on new keymap
55d6a0
- xwayland: Keep separate variables for pointer and tablet foci (rhbz#1519961)
55d6a0
- xvfb-run now support command line option “--auto-display”
55d6a0
55d6a0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.6-4
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
55d6a0
55d6a0
* Tue Jan 30 2018 Olivier Fourdan <ofourdan@redhat.com> 1.19.6-3
55d6a0
- Avoid generating a core file when the Wayland compositor is gone.
55d6a0
55d6a0
* Thu Jan 11 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.19.6-2
55d6a0
- Fix handling of devices with ID_INPUT=null
55d6a0
55d6a0
* Wed Dec 20 2017 Adam Jackson <ajax@redhat.com> - 1.19.6-1
55d6a0
- xserver 1.19.6
55d6a0
55d6a0
* Thu Oct 12 2017 Adam Jackson <ajax@redhat.com> - 1.19.5-1
55d6a0
- xserver 1.19.5
55d6a0
55d6a0
* Thu Oct 05 2017 Olivier Fourdan <ofourdan@redhat.com> - 1.19.4-1
55d6a0
- xserver-1.19.4
55d6a0
- Backport tablet support for Xwayland
55d6a0
55d6a0
* Fri Sep 08 2017 Troy Dawson <tdawson@redhat.com> - 1.19.3-9
55d6a0
- Cleanup spec file conditionals
55d6a0
55d6a0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-8
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
55d6a0
55d6a0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.3-7
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
55d6a0
55d6a0
* Sun Jul  2 2017 Ville Skyttä <ville.skytta@iki.fi> - 1.19.3-6
55d6a0
- Use type instead of which in xvfb-run (rhbz#1443357)
55d6a0
55d6a0
* Thu May 04 2017 Orion Poplawski <orion@cora.nwra.com> - 1.19.3-5
55d6a0
- Enable full build for s390/x
55d6a0
55d6a0
* Mon Apr 24 2017 Ben Skeggs <bskeggs@redhat.com> - 1.19.3-4
55d6a0
- Default to xf86-video-modesetting on GeForce 8 and newer
55d6a0
55d6a0
* Fri Apr 07 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-3
55d6a0
- Inoculate against a versioning bug with libdrm 2.4.78
55d6a0
55d6a0
* Thu Mar 23 2017 Hans de Goede <hdegoede@redhat.com> - 1.19.3-2
55d6a0
- Use va_gl as vdpau driver on i965 GPUs (rhbz#1413733)
55d6a0
55d6a0
* Wed Mar 15 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-1
55d6a0
- xserver 1.19.3
55d6a0
55d6a0
* Thu Mar 02 2017 Adam Jackson <ajax@redhat.com> - 1.19.2-1
55d6a0
- xserver 1.19.2
55d6a0
55d6a0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-4
55d6a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
55d6a0
55d6a0
* Wed Feb 01 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.19.1-3
55d6a0
- Fix a few input thread lock issues causing intel crashes (#1384486)
55d6a0
55d6a0
* Mon Jan 16 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-2
55d6a0
- Limit the intel driver only on F26 and up
55d6a0
55d6a0
* Wed Jan 11 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-1
55d6a0
- xserver 1.19.1
55d6a0
55d6a0
* Tue Jan 10 2017 Hans de Goede <hdegoede@redhat.com> - 1.19.0-4
55d6a0
- Follow Debian and only default to the intel ddx on gen4 or older intel GPUs
55d6a0
55d6a0
* Tue Dec 20 2016 Hans de Goede <hdegoede@redhat.com> - 1.19.0-3
55d6a0
- Add one more patch for better integration with the nvidia binary driver
55d6a0
55d6a0
* Thu Dec 15 2016 Hans de Goede <hdegoede@redhat.com> - 1.19.0-2
55d6a0
- Add some patches for better integration with the nvidia binary driver
55d6a0
- Add a patch from upstream fixing a crash (rhbz#1389886)
55d6a0
55d6a0
* Wed Nov 23 2016 Olivier Fourdan <ofourdan@redhat.com> 1.19.0-1
55d6a0
- xserver 1.19.0
55d6a0
- Fix use after free of cursors in Xwayland (rhbz#1385258)
55d6a0
- Fix an issue where some monitors would show only black, or
55d6a0
  partially black when secondary GPU outputs are used
55d6a0
55d6a0
* Tue Nov 15 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.19.0-0.8.rc2
55d6a0
- Update device barriers for new master devices (#1384432)
55d6a0
55d6a0
* Thu Nov  3 2016 Hans de Goede <hdegoede@redhat.com> - 1.19.0-0.7.rc2
55d6a0
- Update to 1.19.0-rc2
55d6a0
- Fix (hopefully) various crashes in FlushAllOutput() (rhbz#1382444)
55d6a0
- Fix Xwayland crashing in glamor on non glamor capable hw (rhbz#1390018)
55d6a0
55d6a0
* Tue Nov  1 2016 Ben Crocker <bcrocker@redhat.com> - 1.19.0-0.6.20161028
55d6a0
- Fix Config record allocation during startup: if xorg.conf.d directory
55d6a0
- was absent, a segfault resulted.
55d6a0
55d6a0
* Mon Oct 31 2016 Adam Jackson <ajax@redhat.com> - 1.19.0-0.5.20161026
55d6a0
- Use %%autopatch instead of doing our own custom git-am trick
55d6a0
55d6a0
* Fri Oct 28 2016 Hans de Goede <hdegoede@redhat.com> - 1.19.0-0.4.20161026
55d6a0
- Add missing Requires: libXfont2-devel to -devel sub-package (rhbz#1389711)
55d6a0
55d6a0
* Wed Oct 26 2016 Hans de Goede <hdegoede@redhat.com> - 1.19.0-0.3.20161026
55d6a0
- Sync with upstream git, bringing in a bunch if bug-fixes
55d6a0
- Add some extra fixes which are pending upstream
55d6a0
- This also adds PointerWarping emulation to Xwayland, which should improve
55d6a0
  compatiblity with many games