Blame SPECS/xorg-x11-server.spec

5766b0
# This package is an experiment in active integration of upstream SCM with
5766b0
# Fedora packaging.  It works something like this:
5766b0
#
5766b0
# The "pristine" source is actually a git repo (with no working checkout).
5766b0
# The first step of %%prep is to check it out and switch to a "fedora" branch.
5766b0
# If you need to add a patch to the server, just do it like a normal git
5766b0
# operation, dump it with git-format-patch to a file in the standard naming
5766b0
# format, and add a PatchN: line.  If you want to push something upstream,
5766b0
# check out the master branch, pull, cherry-pick, and push.
5766b0
5766b0
#global gitdate 20131118
5766b0
%global stable_abi 1
5766b0
5766b0
%if !0%{?gitdate} || %{stable_abi}
5766b0
# Released ABI versions.  Have to keep these manually in sync with the
5766b0
# source because rpm is a terrible language.
5766b0
%global ansic_major 0
5766b0
%global ansic_minor 4
5766b0
%global videodrv_major 24
5766b0
%global videodrv_minor 0
5766b0
%global xinput_major 24
5766b0
%global xinput_minor 1
5766b0
%global extension_major 10
5766b0
%global extension_minor 0
5766b0
%endif
5766b0
5766b0
%if 0%{?gitdate}
5766b0
# For git snapshots, use date for major and a serial number for minor
5766b0
%global minor_serial 0
5766b0
%global git_ansic_major %{gitdate}
5766b0
%global git_ansic_minor %{minor_serial}
5766b0
%global git_videodrv_major %{gitdate}
5766b0
%global git_videodrv_minor %{minor_serial}
5766b0
%global git_xinput_major %{gitdate}
5766b0
%global git_xinput_minor %{minor_serial}
5766b0
%global git_extension_major %{gitdate}
5766b0
%global git_extension_minor %{minor_serial}
5766b0
%endif
5766b0
5766b0
%global pkgname xorg-server
5766b0
5766b0
Summary:   X.Org X11 X server
5766b0
Name:      xorg-x11-server
5766b0
Version:   1.20.4
f5ce1e
Release:   10%{?gitdate:.%{gitdate}}%{?dist}
5766b0
URL:       http://www.x.org
5766b0
License:   MIT
5766b0
Group:     User Interface/X
5766b0
5766b0
#VCS:      git:git://git.freedesktop.org/git/xorg/xserver
5766b0
%if 0%{?gitdate}
5766b0
# git snapshot.  to recreate, run:
5766b0
# ./make-git-snapshot.sh `cat commitid`
5766b0
#Source0:   xorg-server-%{gitdate}.tar.xz
5766b0
Source0:   https://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
5766b0
Source1:   make-git-snapshot.sh
5766b0
Source2:   commitid
5766b0
%else
5766b0
Source0:   https://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
5766b0
Source1:   gitignore
5766b0
%endif
5766b0
5766b0
Source4:   10-quirks.conf
5766b0
5766b0
Source10:   xserver.pamd
5766b0
5766b0
# "useful" xvfb-run script
5766b0
Source20:  http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
5766b0
5766b0
# for requires generation in drivers
5766b0
Source30: xserver-sdk-abi-requires.release
5766b0
Source31: xserver-sdk-abi-requires.git
5766b0
5766b0
# maintainer convenience script
5766b0
Source40: driver-abi-rebuild.sh
5766b0
5766b0
# Sync with RHEL6.6
5766b0
Patch01: 0001-dix-Fix-GrabPointer-to-not-wrongly-succeed-on-redire.patch
5766b0
Patch02: 0001-Enable-PAM-support.patch
5766b0
Patch07: 0001-xf86AddBusDeviceToConfigure-Store-device-in-DevToCon.patch
5766b0
Patch09: 0001-xfree86-Allow-mixed-fbdev-and-pci-setups.patch
5766b0
5766b0
# RHEL-specific mustard
5766b0
Patch100: 0001-mustard-Don-t-probe-for-drivers-not-shipped-in-RHEL7.patch
5766b0
Patch101: 0001-Always-install-vbe-and-int10-sdk-headers.patch
5766b0
Patch102: 0001-mustard-Enable-indirect-GLX-by-default.patch
5766b0
Patch103: 06_use-intel-only-on-pre-gen4.diff
5766b0
Patch104: 0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch
5766b0
Patch105: 0001-xfree86-Don-t-autoconfigure-vesa-or-fbdev.patch
5766b0
5766b0
# Trivial things to never merge upstream ever:
5766b0
# This really could be done prettier.
5766b0
Patch5004: 0001-autobind-GPUs-to-the-screen.patch
5766b0
Patch5005: 0001-link-with-z-now.patch
5766b0
5766b0
# Bug 1166989 - Tcl/tk Canvas draw error
5766b0
Patch9423: RFC-mi-reduce-missing-segments-on-large-ellipse.patch
5766b0
# Patch9504: 0001-rpath-hack.patch
5766b0
Patch9710: 0001-modesetting-software-cursor-hack.patch
5766b0
5766b0
# Bug 1599885 - RFE: enable backing store's Always mode
5766b0
Patch9750: 0001-composite-Implement-backing-store-Always.patch
5766b0
Patch9751: 0001-dix-Optimize-setting-backing-store-state.patch
5766b0
Patch9752: 0001-composite-Remove-excess-compUnredirectWindow.patch
5766b0
Patch9753: 0001-composite-Additional-paranoia-in-compDestroyDamage.patch
5766b0
5766b0
#Patch9751: 0001-glamor_egl-Don-t-initialize-on-llvmpipe.patch
5766b0
#Patch9752: 0001-xwayland-Don-t-initialize-glamor-on-llvmpipe.patch
5766b0
#Patch9753: 0001-linux-Make-platform-device-probe-less-fragile.patch
5766b0
Patch9754: 0001-xfree86-try-harder-to-span-on-multihead.patch
5766b0
Patch9755: 0001-modesetting-Hide-atomic-behind-Option-Atomic-boolean.patch
5766b0
Patch9756: 0001-xfree86-LeaveVT-from-xf86CrtcCloseScreen.patch
5766b0
#Patch9757: 0001-Disable-logfile-and-modulepath-when-running-with-ele.patch
5766b0
5766b0
# Startx will have segment fault with hyper-V environment
5766b0
Patch9759: 0001-Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch
5766b0
Patch9760: 0001-linux-Make-platform-device-probe-less-fragile.patch
5766b0
# ... which also needs https://gitlab.freedesktop.org/xorg/xserver/merge_requests/217
5766b0
Patch9761: 0001-linux-Fix-platform-device-PCI-detection-for-complex-.patch
5766b0
5766b0
# Bug 1640207 - Qt5 scroll misbehaving after XTest button event
5766b0
Patch9770: 0001-dix-leave-last.valuators-alone-on-slave-switch.patch
5766b0
5766b0
# Bug 1612924 - upstream backport for allow monitors to be enabled connected
5766b0
Patch9800: 0001-xf86-set-status-to-connected-for-monitors-enabled-in.patch
5766b0
5766b0
# Bug 1680120 - upstream backport to fix user switching
5766b0
Patch9900: 0001-xfree86-Only-switch-to-original-VT-if-it-is-active.patch
5766b0
f5ce1e
# Bug 1763001 - Xorg.#.log show "(EE) modeset(0): [DRI2] No driver mapping found..."
f5ce1e
Patch9910: 0001-dri2-Set-fallback-driver-names-for-Intel-and-AMD-chi.patch
f5ce1e
5766b0
%global moduledir	%{_libdir}/xorg/modules
5766b0
%global drimoduledir	%{_libdir}/dri
5766b0
%global sdkdir		%{_includedir}/xorg
5766b0
5766b0
%ifarch s390 s390x
5766b0
%global with_hw_servers 0
5766b0
%else
5766b0
%global with_hw_servers 1
5766b0
%endif
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%global enable_xorg --enable-xorg
5766b0
%else
5766b0
%global enable_xorg --disable-xorg
5766b0
%endif
5766b0
5766b0
%ifnarch %{ix86} x86_64
5766b0
%global no_int10 --disable-vbe --disable-int10-module
5766b0
%endif
5766b0
5766b0
%global kdrive --enable-kdrive --enable-xephyr --disable-xfake --disable-xfbdev
5766b0
%global xservers --enable-xvfb --enable-xnest --enable-dmx %{kdrive} %{enable_xorg}
5766b0
%global wayland --enable-xwayland
5766b0
5766b0
BuildRequires: pam-devel
5766b0
BuildRequires: systemtap-sdt-devel
5766b0
BuildRequires: git-core
5766b0
BuildRequires: automake autoconf libtool pkgconfig
5766b0
BuildRequires: xorg-x11-util-macros >= 1.17
5766b0
5766b0
BuildRequires: xorg-x11-proto-devel >= 7.7-13
5766b0
BuildRequires: xorg-x11-font-utils >= 7.2-11
5766b0
BuildRequires: libepoxy-devel libxshmfence-devel
5766b0
BuildRequires: xorg-x11-xtrans-devel >= 1.3.5
5766b0
BuildRequires: libXfont2-devel libXau-devel libxkbfile-devel libXres-devel
5766b0
BuildRequires: libfontenc-devel libXtst-devel libXdmcp-devel
5766b0
BuildRequires: libX11-devel libXext-devel
5766b0
BuildRequires: libXinerama-devel libXi-devel
5766b0
5766b0
# DMX config utils buildreqs.
5766b0
BuildRequires: libXt-devel libdmx-devel libXmu-devel libXrender-devel
5766b0
BuildRequires: libXi-devel libXpm-devel libXaw-devel libXfixes-devel
5766b0
5766b0
BuildRequires: wayland-devel
5766b0
BuildRequires: wayland-protocols-devel >= 1.5
5766b0
BuildRequires: pkgconfig(wayland-client) >= 1.3.0
5766b0
BuildRequires: pkgconfig(epoxy)
5766b0
BuildRequires: libXv-devel
5766b0
BuildRequires: pixman-devel >= 0.30.0
5766b0
BuildRequires: libpciaccess-devel >= 0.13.1 openssl-devel byacc flex
5766b0
BuildRequires: pkgconfig(libglvnd) pkgconfig(gl) pkgconfig(gbm) pkgconfig(egl)
5766b0
# XXX silly...
5766b0
BuildRequires: libdrm-devel >= 2.4.0 kernel-headers
5766b0
5766b0
BuildRequires: audit-libs-devel libselinux-devel >= 2.0.86-1
5766b0
BuildRequires: libudev-devel
5766b0
%if !0%{?rhel}
5766b0
# libunwind is Exclusive for the following arches
5766b0
%ifarch aarch64 %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
5766b0
BuildRequires: libunwind-devel
5766b0
%endif
5766b0
%endif
5766b0
5766b0
BuildRequires: pkgconfig(xcb-aux) pkgconfig(xcb-image) pkgconfig(xcb-icccm)
5766b0
BuildRequires: pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
5766b0
5766b0
# All server subpackages have a virtual provide for the name of the server
5766b0
# they deliver.  The Xorg one is versioned, the others are intentionally
5766b0
# unversioned.
5766b0
5766b0
%description
5766b0
X.Org X11 X server
5766b0
5766b0
%package common
5766b0
Summary: Xorg server common files
5766b0
Group: User Interface/X
5766b0
Requires: pixman >= 0.30.0
5766b0
Requires: xkeyboard-config xkbcomp
5766b0
5766b0
%description common
5766b0
Common files shared among all X servers.
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%package Xorg
5766b0
Summary: Xorg X server
5766b0
Group: User Interface/X
5766b0
Provides: Xorg = %{version}-%{release}
5766b0
Provides: Xserver
5766b0
%if !0%{?gitdate} || %{stable_abi}
5766b0
Provides: xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
5766b0
Provides: xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
5766b0
Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
5766b0
Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
5766b0
%endif
5766b0
%if 0%{?gitdate}
5766b0
Provides: xserver-abi(ansic-%{git_ansic_major}) = %{git_ansic_minor}
5766b0
Provides: xserver-abi(videodrv-%{git_videodrv_major}) = %{git_videodrv_minor}
5766b0
Provides: xserver-abi(xinput-%{git_xinput_major}) = %{git_xinput_minor}
5766b0
Provides: xserver-abi(extension-%{git_extension_major}) = %{git_extension_minor}
5766b0
%endif
5766b0
Obsoletes: xorg-x11-glamor < %{version}-%{release}
5766b0
Provides: xorg-x11-glamor = %{version}-%{release}
5766b0
Obsoletes: xorg-x11-drv-modesetting < %{version}-%{release}
5766b0
Provides: xorg-x11-drv-modesetting = %{version}-%{release}
5766b0
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
Requires: system-setup-keyboard
5766b0
5766b0
%if 0%{?rhel} >= 7
5766b0
# 10-evdev.conf moved here in 7.4
5766b0
Conflicts: xorg-x11-drv-evdev < 2.10.5-1
5766b0
%endif
5766b0
5766b0
%description Xorg
5766b0
X.org X11 is an open source implementation of the X Window System.  It
5766b0
provides the basic low level functionality which full fledged
5766b0
graphical user interfaces (GUIs) such as GNOME and KDE are designed
5766b0
upon.
5766b0
%endif
5766b0
5766b0
5766b0
%package Xnest
5766b0
Summary: A nested server.
5766b0
Group: User Interface/X
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
Provides: Xnest
5766b0
5766b0
%description Xnest
5766b0
Xnest is an X server which has been implemented as an ordinary
5766b0
X application.  It runs in a window just like other X applications,
5766b0
but it is an X server itself in which you can run other software.  It
5766b0
is a very useful tool for developers who wish to test their
5766b0
applications without running them on their real X server.
5766b0
5766b0
%package Xdmx
5766b0
Summary: Distributed Multihead X Server and utilities
5766b0
Group: User Interface/X
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
Provides: Xdmx
5766b0
5766b0
%description Xdmx
5766b0
Xdmx is proxy X server that provides multi-head support for multiple displays
5766b0
attached to different machines (each of which is running a typical X server).
5766b0
When Xinerama is used with Xdmx, the multiple displays on multiple machines
5766b0
are presented to the user as a single unified screen.  A simple application
5766b0
for Xdmx would be to provide multi-head support using two desktop machines,
5766b0
each of which has a single display device attached to it.  A complex
5766b0
application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
5766b0
(each attached to one of 16 computers) into a unified 5120x4096 display.
5766b0
5766b0
%package Xvfb
5766b0
Summary: A X Windows System virtual framebuffer X server.
5766b0
Group: User Interface/X
5766b0
# xvfb-run is GPLv2, rest is MIT
5766b0
License: MIT and GPLv2
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
# required for xvfb-run
5766b0
Requires: xorg-x11-xauth
5766b0
Provides: Xvfb
5766b0
5766b0
%description Xvfb
5766b0
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
5766b0
machines with no display hardware and no physical input devices.
5766b0
Xvfb simulates a dumb framebuffer using virtual memory.  Xvfb does
5766b0
not open any devices, but behaves otherwise as an X display.  Xvfb
5766b0
is normally used for testing servers.
5766b0
5766b0
5766b0
%package Xephyr
5766b0
Summary: A nested server.
5766b0
Group: User Interface/X
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
Provides: Xephyr
5766b0
5766b0
%description Xephyr
5766b0
Xephyr is an X server which has been implemented as an ordinary
5766b0
X application.  It runs in a window just like other X applications,
5766b0
but it is an X server itself in which you can run other software.  It
5766b0
is a very useful tool for developers who wish to test their
5766b0
applications without running them on their real X server.  Unlike
5766b0
Xnest, Xephyr renders to an X image rather than relaying the
5766b0
X protocol, and therefore supports the newer X extensions like
5766b0
Render and Composite.
5766b0
5766b0
5766b0
%package Xwayland
5766b0
Summary: Wayland X Server
5766b0
Group: User Interface/X
5766b0
Requires: xorg-x11-server-common >= %{version}-%{release}
5766b0
5766b0
%description Xwayland
5766b0
Xwayland is an X server for running X clients under Wayland.
5766b0
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%package devel
5766b0
Summary: SDK for X server driver module development
5766b0
Group: User Interface/X
5766b0
Requires: xorg-x11-util-macros
5766b0
Requires: xorg-x11-proto-devel
5766b0
Requires: pkgconfig pixman-devel libpciaccess-devel
5766b0
Provides: xorg-x11-server-static
5766b0
Obsoletes: xorg-x11-glamor-devel < %{version}-%{release}
5766b0
Provides: xorg-x11-glamor-devel = %{version}-%{release}
5766b0
5766b0
5766b0
%description devel
5766b0
The SDK package provides the developmental files which are necessary for
5766b0
developing X server driver modules, and for compiling driver modules
5766b0
outside of the standard X11 source code tree.  Developers writing video
5766b0
drivers, input drivers, or other X modules should install this package.
5766b0
%endif
5766b0
5766b0
%package source
5766b0
Summary: Xserver source code required to build VNC server (Xvnc)
5766b0
Group: Development/Libraries
5766b0
BuildArch: noarch
5766b0
5766b0
%description source
5766b0
Xserver source code needed to build VNC server (Xvnc)
5766b0
5766b0
%prep
5766b0
%autosetup -N -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
5766b0
rm -rf .git
5766b0
cp %{SOURCE1} .gitignore
5766b0
# ick
5766b0
%global __scm git
5766b0
%{expand:%__scm_setup_git -q}
5766b0
%autopatch
5766b0
5766b0
%if %{with_hw_servers} && 0%{?stable_abi}
5766b0
# check the ABI in the source against what we expect.
5766b0
getmajor() {
5766b0
    grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
5766b0
    tr '(),' '   ' | awk '{ print $4 }'
5766b0
}
5766b0
5766b0
getminor() {
5766b0
    grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
5766b0
    tr '(),' '   ' | awk '{ print $5 }'
5766b0
}
5766b0
5766b0
test `getmajor ansic` == %{ansic_major}
5766b0
test `getminor ansic` == %{ansic_minor}
5766b0
test `getmajor videodrv` == %{videodrv_major}
5766b0
test `getminor videodrv` == %{videodrv_minor}
5766b0
test `getmajor xinput` == %{xinput_major}
5766b0
test `getminor xinput` == %{xinput_minor}
5766b0
test `getmajor extension` == %{extension_major}
5766b0
test `getminor extension` == %{extension_minor}
5766b0
5766b0
%endif
5766b0
5766b0
%build
5766b0
5766b0
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%global dri_flags --with-dri-driver-path=%{drimoduledir} --enable-dri --enable-dri2 --enable-dri3 --enable-glamor --enable-xshmfence
5766b0
%else
5766b0
# this is mostly for s390's sake, and should be unnecessary, but who wants to
5766b0
# try fixing configure.ac? nobody, that's who.
5766b0
%global dri_flags --disable-dri --disable-dri2 --disable-dri3 --disable-glamor
5766b0
%endif
5766b0
5766b0
# ick
5766b0
# sed -i 's/WAYLAND_SCANNER_RULES.*//g' configure.ac
5766b0
5766b0
# --with-pie ?
5766b0
autoreconf -f -v --install || exit 1
5766b0
# export CFLAGS="${RPM_OPT_FLAGS}"
5766b0
# XXX without dtrace
5766b0
5766b0
%configure --enable-maintainer-mode %{xservers} \
5766b0
	--enable-listen-tcp \
5766b0
	--disable-static \
5766b0
	--with-pic \
5766b0
	%{?no_int10} --with-int10=x86emu \
5766b0
	--with-default-font-path=%{default_font_path} \
5766b0
	--with-module-dir=%{moduledir} \
5766b0
	--with-builderstring="Build ID: %{name} %{version}-%{release}" \
5766b0
	--with-os-name="$(hostname -s) $(uname -r)" \
5766b0
	--with-xkb-output=%{_localstatedir}/lib/xkb \
5766b0
	--with-fallback-input-driver=evdev \
5766b0
        --without-dtrace \
5766b0
	--disable-linux-acpi --disable-linux-apm \
5766b0
	--enable-xselinux --enable-record --enable-present \
5766b0
	--enable-xcsecurity \
5766b0
	--enable-config-udev \
5766b0
	--disable-unit-tests \
5766b0
	%{?wayland} \
5766b0
	%{dri_flags} %{?bodhi_flags} \
5766b0
	${CONFIGURE}
5766b0
5766b0
make V=1 %{?_smp_mflags}
5766b0
5766b0
%install
5766b0
rm -rf $RPM_BUILD_ROOT
5766b0
make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir}
5766b0
5766b0
%if %{with_hw_servers}
5766b0
rm -rf $RPM_BUILD_ROOT%{_libdir}/xorg/modules/multimedia/
5766b0
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
5766b0
5766b0
# yay pam
5766b0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
5766b0
install -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
5766b0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
5766b0
touch $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/xserver
5766b0
5766b0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
5766b0
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
5766b0
5766b0
# make sure the (empty) /etc/X11/xorg.conf.d is there, system-setup-keyboard
5766b0
# relies on it more or less.
5766b0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
5766b0
5766b0
mkdir -p $RPM_BUILD_ROOT%{_bindir}
5766b0
5766b0
%if %{stable_abi}
5766b0
install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
5766b0
%else
5766b0
sed -e s/@MAJOR@/%{gitdate}/g -e s/@MINOR@/%{minor_serial}/g %{SOURCE31} > \
5766b0
    $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
5766b0
chmod 755 $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
5766b0
%endif
5766b0
5766b0
%endif
5766b0
5766b0
# Make the source package
5766b0
%global xserver_source_dir %{_datadir}/xorg-x11-server-source
5766b0
%global inst_srcdir %{buildroot}/%{xserver_source_dir}
5766b0
mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
5766b0
mkdir -p %{inst_srcdir}/{hw/dmx/doc,man,doc,hw/dmx/doxygen}
5766b0
cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
5766b0
cp {,%{inst_srcdir}/}man/Xserver.man
5766b0
cp {,%{inst_srcdir}/}doc/smartsched
5766b0
cp {,%{inst_srcdir}/}hw/dmx/doxygen/doxygen.conf.in
5766b0
cp {,%{inst_srcdir}/}xserver.ent.in
5766b0
cp {,%{inst_srcdir}/}hw/xfree86/Xorg.sh.in
5766b0
cp xkb/README.compiled %{inst_srcdir}/xkb
5766b0
cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
5766b0
5766b0
install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
5766b0
5766b0
find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
5766b0
xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
5766b0
# SLEDGEHAMMER
5766b0
find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
5766b0
find %{inst_srcdir}/hw/xwayland -name \*.[ch] -delete
5766b0
5766b0
# Remove unwanted files/dirs
5766b0
{
5766b0
    find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
5766b0
%if !%{with_hw_servers}
5766b0
    rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc
5766b0
    rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4
5766b0
    rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/xorg-server
5766b0
%endif
5766b0
# wtf
5766b0
%ifnarch %{ix86} x86_64
5766b0
    rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/lib{int10,vbe}.so
5766b0
%endif
5766b0
}
5766b0
5766b0
%clean
5766b0
rm -rf $RPM_BUILD_ROOT
5766b0
5766b0
5766b0
%files common
5766b0
%defattr(-,root,root,-)
5766b0
%doc COPYING
5766b0
%{_mandir}/man1/Xserver.1*
5766b0
%{_libdir}/xorg/protocol.txt
5766b0
%dir %{_localstatedir}/lib/xkb
5766b0
%{_localstatedir}/lib/xkb/README.compiled
5766b0
5766b0
%if 1
5766b0
%global Xorgperms %attr(4755, root, root)
5766b0
%else
5766b0
# disable until module loading is audited
5766b0
%global Xorgperms %attr(0711,root,root) %caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe)
5766b0
%endif
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%files Xorg
5766b0
%defattr(-,root,root,-)
5766b0
%config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
5766b0
%config(missingok) /etc/security/console.apps/xserver
5766b0
%{_bindir}/X
5766b0
%{Xorgperms} %{_bindir}/Xorg
5766b0
%{_bindir}/cvt
5766b0
%{_bindir}/gtf
5766b0
%dir %{_libdir}/xorg
5766b0
%dir %{_libdir}/xorg/modules
5766b0
%dir %{_libdir}/xorg/modules/drivers
5766b0
%{_libdir}/xorg/modules/drivers/modesetting_drv.so
5766b0
%dir %{_libdir}/xorg/modules/extensions
5766b0
%{_libdir}/xorg/modules/extensions/libglx.so
5766b0
%dir %{_libdir}/xorg/modules/input
5766b0
%{_libdir}/xorg/modules/libfbdevhw.so
5766b0
%{_libdir}/xorg/modules/libexa.so
5766b0
%{_libdir}/xorg/modules/libfb.so
5766b0
%{_libdir}/xorg/modules/libglamoregl.so
5766b0
%{_libdir}/xorg/modules/libshadow.so
5766b0
%{_libdir}/xorg/modules/libshadowfb.so
5766b0
%{_libdir}/xorg/modules/libvgahw.so
5766b0
%{_libdir}/xorg/modules/libwfb.so
5766b0
%ifarch %{ix86} x86_64
5766b0
%{_libdir}/xorg/modules/libint10.so
5766b0
%{_libdir}/xorg/modules/libvbe.so
5766b0
%endif
5766b0
%{_mandir}/man1/gtf.1*
5766b0
%{_mandir}/man1/Xorg.1*
5766b0
%{_mandir}/man1/cvt.1*
5766b0
%{_mandir}/man4/fbdevhw.4*
5766b0
%{_mandir}/man4/exa.4*
5766b0
%{_mandir}/man4/modesetting.4*
5766b0
%{_mandir}/man5/xorg.conf.5*
5766b0
%{_mandir}/man5/xorg.conf.d.5*
5766b0
%dir %{_sysconfdir}/X11/xorg.conf.d
5766b0
%dir %{_datadir}/X11/xorg.conf.d
5766b0
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
5766b0
%endif
5766b0
5766b0
%files Xnest
5766b0
%defattr(-,root,root,-)
5766b0
%{_bindir}/Xnest
5766b0
%{_mandir}/man1/Xnest.1*
5766b0
5766b0
%files Xdmx
5766b0
%defattr(-,root,root,-)
5766b0
%{_bindir}/Xdmx
5766b0
%{_bindir}/dmxaddinput
5766b0
%{_bindir}/dmxaddscreen
5766b0
%{_bindir}/dmxreconfig
5766b0
%{_bindir}/dmxresize
5766b0
%{_bindir}/dmxrminput
5766b0
%{_bindir}/dmxrmscreen
5766b0
%{_bindir}/dmxtodmx
5766b0
%{_bindir}/dmxwininfo
5766b0
%{_bindir}/vdltodmx
5766b0
%{_bindir}/dmxinfo
5766b0
%{_bindir}/xdmxconfig
5766b0
%{_mandir}/man1/Xdmx.1*
5766b0
%{_mandir}/man1/dmxtodmx.1*
5766b0
%{_mandir}/man1/vdltodmx.1*
5766b0
%{_mandir}/man1/xdmxconfig.1*
5766b0
5766b0
%files Xvfb
5766b0
%defattr(-,root,root,-)
5766b0
%{_bindir}/Xvfb
5766b0
%{_bindir}/xvfb-run
5766b0
%{_mandir}/man1/Xvfb.1*
5766b0
5766b0
%files Xephyr
5766b0
%defattr(-,root,root,-)
5766b0
%{_bindir}/Xephyr
5766b0
%{_mandir}/man1/Xephyr.1*
5766b0
5766b0
%files Xwayland
5766b0
%defattr(-,root,root,-)
5766b0
%{_bindir}/Xwayland
5766b0
5766b0
%if %{with_hw_servers}
5766b0
%files devel
5766b0
%doc COPYING
5766b0
%defattr(-,root,root,-)
5766b0
#{_docdir}/xorg-server
5766b0
%{_bindir}/xserver-sdk-abi-requires
5766b0
%{_libdir}/pkgconfig/xorg-server.pc
5766b0
%dir %{_includedir}/xorg
5766b0
%{sdkdir}/*.h
5766b0
%{_datadir}/aclocal/xorg-server.m4
5766b0
%endif
5766b0
5766b0
%files source
5766b0
%defattr(-, root, root, -)
5766b0
%{xserver_source_dir}
5766b0
5766b0
%changelog
f5ce1e
* Wed Jan 08 2020 Adam Jackson <ajax@redhat.com> - 1.20.4-10
f5ce1e
- Set fallback DRI2 driver names for Intel and AMD
f5ce1e
5766b0
* Tue Aug 13 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-9
5766b0
- Fix a crash when destroying a redirected window with backing store
5766b0
5766b0
* Wed Jun 19 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-8
5766b0
- Fix platform device PCI detection with complex bus topologies
5766b0
5766b0
* Tue May 28 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-7
5766b0
- Fix a segfault with non-PCI platform devices (and other cases)
5766b0
5766b0
* Mon May 06 2019 Ray Strode <rstrode@redhat.com> - 1.20.4-6
5766b0
- Stop VT switching when inactive server dies
5766b0
  Resolves: #1680120
5766b0
5766b0
* Thu Apr 25 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-5
5766b0
- Fix a crash in RRProviderAutoConfigGpuScreen
5766b0
5766b0
* Wed Apr 03 2019 Dave Airlie <airlied@redhat.com> - 1.20.4-3
5766b0
- Backport fix for 1612924 - enabled monitors
5766b0
5766b0
* Tue Apr 02 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.20.4-2
5766b0
- Don't reset last.valuators on slave device switch (#1640207)
5766b0
5766b0
* Tue Mar 05 2019 Adam Jackson <ajax@redhat.com> - 1.20.4-1
5766b0
- xserver 1.20.4
5766b0
5766b0
* Tue Feb 12 2019 Adam Jackson <ajax@redhat.com> - 1.20.1-7
5766b0
- Sync platform probe patch with upstream
5766b0
5766b0
* Fri Nov 23 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.20.1-6
5766b0
- Move LeaveVT after resetting randr pointers in xf86CrtcCloseScreen
5766b0
5766b0
* Mon Oct 22 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-5.1
5766b0
- CVE-2018-14665: Disable -logfile and -modulepath when running with elevated
5766b0
  privileges
5766b0
5766b0
* Tue Oct 09 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-5
5766b0
- Call LeaveVT from xf86CrtcCloseScreen
5766b0
5766b0
* Fri Oct 05 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-4
5766b0
- Hide the modesetting driver's atomic ioctl support behind Option "Atomic"
5766b0
5766b0
* Mon Sep 24 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-3
5766b0
- Try harder to come up with an initial spanning configuration
5766b0
5766b0
* Wed Sep 19 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-2
5766b0
- Make platform device probe a bit less fragile
5766b0
- Disable glamor on llvmpipe
5766b0
5766b0
* Thu Aug 09 2018 Adam Jackson <ajax@redhat.com> - 1.20.1-1
5766b0
- xserver 1.20.1
5766b0
- Enable backing store's Always mode
5766b0
5766b0
* Thu Jul 19 2018 Peter Hutterer <peter.hutterer@redhat.com> 1.20.0-2
5766b0
- Fix glx vendor hash table key size
5766b0
- Fix memory corruption during PanoramiX setup (#1601742)
5766b0
5766b0
* Tue Jul 10 2018 Adam Jackson <ajax@redhat.com> - 1.20.0-1
5766b0
- Fix 16bpp with modesetting driver
5766b0
5766b0
* Wed Jun 27 2018 Lyude Paul <lyude@redhat.com> - 1.20.0-0.3
5766b0
- Add patches for bz1591978
5766b0
5766b0
* Wed Jun 27 2018 Lyude Paul <lyude@redhat.com> - 1.20.0-0.2
5766b0
- Add patches for bz1585252
5766b0
5766b0
* Tue May 29 2018 Adam Jackson <ajax@redhat.com> - 1.20.0-0.1
5766b0
- Initial 1.20 rebuild
5766b0
5766b0
* Tue Feb 13 2018 Adam Jackson <ajax@redhat.com> - 1.19.5-5
5766b0
- Fix fetching animated cursor images with the XFIXES extension
5766b0
5766b0
* Mon Feb  12 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.19.5-4
5766b0
- Fix cursor issue with Xwayland and tablet.
5766b0
5766b0
* Wed Feb  7 2018 Olivier Fourdan <ofourdan@redhat.com> - 1.19.5-3
5766b0
- Fix "xvfb-run --auto-display" not working with xserver-1.19
5766b0
5766b0
* Mon Oct 23 2017 Adam Jackson <ajax@redhat.com> - 1.19.5-2
5766b0
- Don't attempt to probe vesa or fbdev in X -configure
5766b0
5766b0
* Thu Oct 12 2017 Adam Jackson <ajax@redhat.com> - 1.19.5-1
5766b0
- xserver 1.19.5
5766b0
5766b0
* Thu Oct 05 2017 Adam Jackson <ajax@redhat.com> - 1.19.4-1
5766b0
- xserver 1.19.4
5766b0
5766b0
* Thu Sep 28 2017 Olivier Fourdan <ofourdan@redhat.com> - 1.19.3-13
5766b0
- Enable dri3 and Xwayland, backport Xwayland and glamor fixes
5766b0
5766b0
* Fri Aug 25 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-12
5766b0
- Enable XC-SECURITY
5766b0
5766b0
* Mon Jun 26 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-11
5766b0
- Fix off-by-one in X -configure
5766b0
5766b0
* Mon Jun 26 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-10
5766b0
- Fix modesetting initialization on non-zero PCI domains
5766b0
5766b0
* Mon Jun 19 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-9
5766b0
- Remove clients from input and output ready queues after closing
5766b0
5766b0
* Mon Jun 19 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-8
5766b0
- Validate RANDR output property atoms
5766b0
5766b0
* Mon Jun 12 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-7
5766b0
- Fix a crash in FixesGetCursor* 
5766b0
5766b0
* Fri Jun 09 2017 Dave Airlie <airlied@redhat.com> - 1.19.3-6
5766b0
- Don't crash on NULL cursor in modesetting driver (#1458361)
5766b0
5766b0
* Tue May 09 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-5
5766b0
- Fix software cursor fallback for the modesetting driver on server GPUs
5766b0
5766b0
* Tue May 09 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-4
5766b0
- Fix performance problem in dashed arc drawing
5766b0
5766b0
* Thu Apr 27 2017 Ben Skeggs <bskeggs@redhat.com> - 1.19.3-3
5766b0
- Default to modesetting driver on NVIDIA GeForce 8 and newer
5766b0
5766b0
* Fri Apr 07 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-2
5766b0
- Fix Xephyr on servers with no XVideo extension
5766b0
5766b0
* Wed Mar 15 2017 Adam Jackson <ajax@redhat.com> - 1.19.3-1
5766b0
- xserver 1.19.3
5766b0
5766b0
* Wed Mar 01 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-0.6
5766b0
- Default to modesetting driver on Intel gen4 and up
5766b0
5766b0
* Mon Feb 20 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-0.5
5766b0
- Enable DRI3
5766b0
- Restore indirect GLX by default
5766b0
5766b0
* Wed Feb 08 2017 Olivier Fourdan <ofourdan@redhat.com> - 1.19.1-0.3
5766b0
- Reduce rounding errors in miComputeEllipseSpans() with large radius
5766b0
  Resolves: rhbz#1166989
5766b0
5766b0
* Tue Feb 07 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-0.2
5766b0
- Set default input driver to evdev
5766b0
5766b0
* Wed Feb 01 2017 Adam Jackson <ajax@redhat.com> - 1.19.1-0.1
5766b0
- xserver 1.19.1
5766b0
5766b0
* Mon Aug  8 2016 Hans de Goede <hdegoede@redhat.com> - 1.17.2-22
5766b0
- Replace modesetting-Claim-PCI-devices-as-PCI-not-platform with a new patch
5766b0
  for the same issue, which also works properly with prime setups
5766b0
- Resolves: rhbz#1353505
5766b0
5766b0
* Thu Aug  4 2016 Hans de Goede <hdegoede@redhat.com> - 1.17.2-21
5766b0
- Add missing modesetting-Claim-PCI-devices-as-PCI-not-platform changes to
5766b0
  really allow prime and slave output support with the modesetting driver
5766b0
- Resolves: rhbz#1353505
5766b0
5766b0
* Thu Aug  4 2016 Hans de Goede <hdegoede@redhat.com> - 1.17.2-20
5766b0
- Add Prime and Reverse Prime support to the modesetting driver
5766b0
- Resolves: rhbz#1353505
5766b0
5766b0
* Thu Jul 21 2016 Adam Jackson <ajax@redhat.com> - 1.17.2-19
5766b0
- Fix Xephyr initialization against servers without XVideo extension
5766b0
5766b0
* Thu Jul 14 2016 Adam Jackson <ajax@redhat.com> - 1.17.2-18
5766b0
- Link GLX against Mesa's libGL explicitly
5766b0
- Fix fallback driver sort order in X -configure
5766b0
5766b0
* Tue Jun 28 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.17.2-17
5766b0
- Fix segfault after indicator update (#1083642)
5766b0
5766b0
* Wed Jun 01 2016 Adam Jackson <ajax@redhat.com> - 1.17.2-16
5766b0
- Enable IGLX by default and add xorg.conf option
5766b0
5766b0
* Thu May 05 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.17.2-15
5766b0
- Force indicator update after layout change (#1083642)
5766b0
5766b0
* Fri Apr 29 2016 Peter Hutterer <peter.hutterer@redhat.com> 1.17.2-14
5766b0
- Fix SlowKeys beep behavior (#1271089)
5766b0
5766b0
* Wed Apr 27 2016 Adam Jackson <ajax@redhat.com> - 1.17.2-13
5766b0
- Fix memory leak in modesetting double-shadowfb code
5766b0
5766b0
* Thu Apr 21 2016 Adam Jackson <ajax@redhat.com> 1.17.2-12
5766b0
- Fix missing symbol export
5766b0
5766b0
* Tue Mar 22 2016 Olivier Fourdan <ofourdan@redhat.com> 1.17.2-11
5766b0
- Configurable number of clients (#1300957)
5766b0
5766b0
* Thu Oct 08 2015 Adam Jackson <ajax@redhat.com> 1.17.2-10
5766b0
- Make -devel Prov/Obs xorg-x11-glamor-devel
5766b0
5766b0
* Thu Oct 01 2015 Adam Jackson <ajax@redhat.com> 1.17.2-9
5766b0
- Fix X -configure with the modesetting driver
5766b0
5766b0
* Thu Aug 20 2015 Adam Jackson <ajax@redhat.com> 1.17.2-8
5766b0
- Add 32->24bpp downconversion and tile-based double buffering to the
5766b0
  shadow framebuffer support in modesetting
5766b0
5766b0
* Tue Aug 11 2015 Adam Jackson <ajax@redhat.com> 1.17.2-7
5766b0
- Fix initial cursor setup's fallback to software cursor
5766b0
5766b0
* Mon Aug 10 2015 Adam Jackson <ajax@redhat.com> 1.17.2-6
5766b0
- Fix glamor crash in software fallback on prime systems
5766b0
5766b0
* Tue Aug 04 2015 Ray Strode <rstrode@redhat.com> 1.17.2-5
5766b0
- Unconditionally enable GLX_MESA_copy_sub_buffer
5766b0
5766b0
* Wed Jul 29 2015 Adam Jackson <ajax@redhat.com> 1.17.2-4
5766b0
- Fix GLX extension setup with swrast
5766b0
5766b0
* Tue Jul 21 2015 Adam Jackson <ajax@redhat.com> 1.17.2-3
5766b0
- xserver 1.17.2
5766b0
5766b0
* Tue Jun 02 2015 Dave Airlie <airlied@redhat.com> 1.17.1-0.6
5766b0
- fix overlapping glamor composite operations
5766b0
5766b0
* Thu May 28 2015 Adam Jackson <ajax@redhat.com> 1.17.1-0.5
5766b0
- Restore RHEL7 listen-on-tcp defaults
5766b0
5766b0
* Mon May 18 2015 Olivier Fourdan <ofourdan@redhat.com> 1.17.1-0.4
5766b0
- Add a new command line option "--auto-display" to xvfb-run to take
5766b0
  advantage of the XServer's "-displayfd" option to get the display
5766b0
  number directly from Xfvb
5766b0
5766b0
* Wed May 06 2015 Olivier Fourdan <ofourdan@redhat.com> 1.17.1-0.3
5766b0
- Add missing hw/xfree86/Xorg.sh.in to xorg-x11-server-source package.
5766b0
  This is needed to build packages depending on xorg-x11-server-source
5766b0
  (e.g. tigervnc), otherwise the build will fail.
5766b0
5766b0
* Wed Apr 15 2015 Adam Jackson <ajax@redhat.com> 1.17.1-0.2
5766b0
- Sync with F22
5766b0
5766b0
* Wed Mar 25 2015 Adam Jackson <ajax@redhat.com> 1.17.1-0.1
5766b0
- xserver 1.17.1
5766b0
5766b0
* Fri Feb 06 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.15.0-33
5766b0
- CVE fixes for CVE-2015-0255
5766b0
5766b0
* Wed Jan 21 2015 Adam Jackson <ajax@redhat.com> 1.15.0-32
5766b0
- Fix fallback driver probe order
5766b0
- Fix a crash in X -configure
5766b0
5766b0
* Mon Jan 05 2015 Adam Jackson <ajax@redhat.com> 1.15.0-31
5766b0
- Amend the CVE-2014-8092-3 patch to be legal C++, fixes tigervnc build
5766b0
5766b0
* Mon Dec 08 2014 Dave Airlie <airlied@redhat.com> 1.15.0-30
5766b0
- Fix a lot of CVEs all over the X server.
5766b0
5766b0
* Mon Oct 06 2014 Dave Airlie <airlied@redhat.com> 1.15.0-29
5766b0
- dri2 fixes backport - part of the fix for prime not working with SNA
5766b0
5766b0
* Thu Sep 25 2014 Adam Jackson <ajax@redhat.com> 1.15.0-28
5766b0
- Fix graphics-exposure generation on CopyArea from window to pixmap with
5766b0
  Xinerama active
5766b0
5766b0
* Wed Sep 17 2014 Adam Jackson <ajax@redhat.com> 1.15.0-27
5766b0
- Link Xorg as a PIE
5766b0
5766b0
* Wed Sep 17 2014 Adam Jackson <ajax@redhat.com> 1.15.0-26
5766b0
- In the PCI probe logic, don't try to load drivers RHEL7 doesn't ship.
5766b0
5766b0
* Thu Sep 11 2014 Dave Airlie <airlied@redhat.com> 1.15.0-25
5766b0
- backport ppc64le arch fix.
5766b0
5766b0
* Wed Sep 10 2014 Adam Jackson <ajax@redhat.com> 1.15.0-24
5766b0
- Fix PAM magic in %%install
5766b0
5766b0
* Tue Sep 09 2014 Adam Jackson <ajax@redhat.com> 1.15.0-23
5766b0
- Drop vestigial xwayland patch series
5766b0
- Sync with RHEL6.6:
5766b0
  - Fix GrabPointer to not wrongly succeed on redirected windows
5766b0
  - Enable PAM
5766b0
  - Xephyr fixes for hardware cursor, 8bpp emulation, and initial size
5766b0
  - Xorg fixes for X -configure and mixed pci/fbdev setups
5766b0
  - Remove invalid bug checks
5766b0
  - Emit DeviceChanged after grab deactivation 
5766b0
- Rediff some things to match the above
5766b0
- Inflate Release to be ahead of RHEL 6.6
5766b0
5766b0
* Thu Aug 07 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.15.0-8
5766b0
- Push the XKB locked state to the attached slaves to keep keyboard LEDs in
5766b0
  sync (#1047921)
5766b0
- Discard events from disabled devices to prevent crash on VT-switch or
5766b0
  shutdown (#1095964)
5766b0
5766b0
* Thu Feb 27 2014 JĂ©rĂ´me Glisse <jglisse@redhat.com> 1.15.0-7
5766b0
- Do not open tty on non seat0 (#1053063)
5766b0
5766b0
* Tue Feb 25 2014 Adam Jackson <ajax@redhat.com> 1.15.0-6
5766b0
- Fix dist tag
5766b0
- Link Xorg with -z now
5766b0
5766b0
* Sat Feb 22 2014 Dave Airlie <airlied@redhat.com> 1.15.0-5
5766b0
- fix slave outputs being set as primary (#1067786)
5766b0
5766b0
* Thu Feb 13 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.15.0-4
5766b0
- Fix button state check (#1061541)
5766b0
5766b0
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.15.0-3.1
5766b0
- Mass rebuild
5766b0
5766b0
* Wed Feb 05 2014 Adam Jackson <ajax@redhat.com> 1.15.0-3
5766b0
- Be sure to not link Xorg against libGL, just libglx.
5766b0
5766b0
* Tue Jan 14 2014 Adam Jackson <ajax@redhat.com> 1.15.0-2
5766b0
- exa-only-draw-valid-trapezoids.patch: Fix crash in exa.
5766b0
5766b0
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> 1.15.0-1
5766b0
- xserver 1.15.0
5766b0
5766b0
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> 1.14.99.904-1
5766b0
- 1.15RC4
5766b0
- Re-disable int10 on arm
5766b0
5766b0
* Mon Dec  2 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.14.99.902-2
5766b0
- Add aarch64 to platforms that have libunwind
5766b0
5766b0
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> 1.14.99.902-1
5766b0
- 1.15RC2
5766b0
5766b0
* Mon Nov 18 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-6
5766b0
- Prefer fbdev to vesa, fixes fallback path on UEFI
5766b0
5766b0
* Fri Nov 08 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-5
5766b0
- Restore XkbCopyDeviceKeymap for (older) tigervnc
5766b0
5766b0
* Fri Nov 08 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-4
5766b0
- Explicitly enable DRI2
5766b0
5766b0
* Thu Nov 07 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-3
5766b0
- Merge Xinerama+{Damage,Render,Composite} fix series
5766b0
5766b0
* Thu Nov 07 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-2
5766b0
- Fix build with --disable-present
5766b0
5766b0
* Thu Nov 07 2013 Adam Jackson 
5766b0
- Don't bother trying to build the unit tests for now
5766b0
5766b0
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 1.14.99.901-1
5766b0
- 1.15RC1
5766b0
5766b0
* Mon Oct 28 2013 Adam Jackson <ajax@redhat.com> 1.14.99.3-2
5766b0
- Don't build xwayland in RHEL
5766b0
5766b0
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> 1.14.99.3-1
5766b0
- xserver 1.14.99.3
5766b0
- xwayland branch refresh
5766b0
- Drop some F17-era Obsoletes
5766b0
- Update BuildReqs to match reality
5766b0
5766b0
* Wed Oct 23 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.3-6
5766b0
- Fix Xdmx cursor jumps (#1019821)
5766b0
5766b0
* Tue Oct 08 2013 Adam Jackson <ajax@redhat.com> 1.14.3-5
5766b0
- Snap wayland damage reports to the bounding box
5766b0
5766b0
* Thu Oct 03 2013 Adam Jackson <ajax@redhat.com> 1.14.3-4
5766b0
- Fix up fixing up the driver list after filtering out non-wayland
5766b0
5766b0
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 1.14.3-3
5766b0
- Only look at wayland-capable drivers when run with -wayland
5766b0
5766b0
* Mon Sep 23 2013 Adam Jackson <ajax@redhat.com> 1.14.3-2
5766b0
- xwayland support
5766b0
5766b0
* Mon Sep 16 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.3-1
5766b0
- xserver 1.14.3
5766b0
5766b0
* Tue Jul 30 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-9
5766b0
- Fix active touch grabs, second touchpoint didn't get sent to client
5766b0
- Fix version mismatch for XI 2.2+ clients (where a library supports > 2.2
5766b0
  but another version than the originally requested one).
5766b0
5766b0
* Tue Jul 30 2013 Dave Airlie <airlied@redhat.com> 1.14.2-8
5766b0
- fixes for multi-monitor reverse optimus
5766b0
5766b0
* Mon Jul 22 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-7
5766b0
- Fix erroneous valuator 1 coordinate when an absolute device in relative
5766b0
  mode doesn't send y coordinates.
5766b0
5766b0
* Fri Jul 19 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-6
5766b0
- Add new version of the resolution-based scaling patch - scale y down
5766b0
  instead of x up. That gives almost the same behaviour as current
5766b0
  synaptics. Drop the synaptics quirk, this needs to be now removed from the
5766b0
  driver.
5766b0
5766b0
* Mon Jul 15 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-5
5766b0
- Fix logspam when trying to free a non-existant grab.
5766b0
- Update touch patch to upstream version (from fdo #66720)
5766b0
- re-add xephyr resizable patch, got lost in rebase (#976995)
5766b0
5766b0
* Fri Jul 12 2013 Dave Airlie <airlied@redhat.com> 1.14.2-4
5766b0
- reapply dropped patch to fix regression (#981953)
5766b0
5766b0
* Tue Jul 09 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-3
5766b0
- Fix crash on 32-bit with virtual box guest additions (#972095)
5766b0
5766b0
* Tue Jul 09 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-2
5766b0
- Fix crash in gnome-shell when tapping a menu twice (fdo #66720)
5766b0
5766b0
* Thu Jul 04 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.2-1
5766b0
- xorg-server 1.4.2
5766b0
- drop merged patches
5766b0
- Add a quirk to set the synaptics resolution to 0 by default. The pre-scale
5766b0
  patch in the server clashes with synaptics inaccurate resolution numbers,
5766b0
  causing the touchpad movement to be stunted.
5766b0
5766b0
* Thu Jun 06 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.1.901-2
5766b0
- Backport the touch grab race condition patches from fdo #56578
5766b0
5766b0
* Thu Jun 06 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.1.901-1
5766b0
- xserver 1.14.2RC1
5766b0
5766b0
* Tue Jun 04 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.1-4
5766b0
- Update quirks for trackballs and the La-VIEW Technology Naos 5000 mouse
5766b0
5766b0
* Sun Jun 02 2013 Adam Jackson <ajax@redhat.com> 1.14.1-3
5766b0
- Backport an arm/ppc crash fix from master (#965749)
5766b0
5766b0
* Tue May 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.1-2
5766b0
- Add -resizeable option to Xephyr, enable by default (#962572)
5766b0
- Fix crash on 24bpp host server (#518960)
5766b0
5766b0
* Mon May 06 2013 Dave Airlie <airlied@redhat.com> 1.14.1-1
5766b0
- upstream rebase
5766b0
- reorganise the randr/gpu screen patches + backports
5766b0
5766b0
* Wed Apr 17 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.0-6
5766b0
- CVE-2013-1940: Fix xf86FlushInput() to drain evdev events
5766b0
  (#950438, #952949)
5766b0
5766b0
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 1.14.0-5
5766b0
- reenable reverse optimus and some missing patch from F18
5766b0
5766b0
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 1.14.0-4
5766b0
- fix bug with GPU hotplugging while VT switched
5766b0
- reenable reverse optimus and some missing patch from F18
5766b0
5766b0
* Fri Mar 22 2013 Dan HorĂ¡k <dan@danny.cz> 1.14.0-3
5766b0
- libunwind exists only on selected arches
5766b0
5766b0
* Thu Mar 14 2013 Adam Jackson <ajax@redhat.com> 1.14.0-2
5766b0
- Different RHEL customization
5766b0
5766b0
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.0-1
5766b0
- xserver 1.14
5766b0
5766b0
* Wed Mar 06 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.902-2
5766b0
- Use libunwind for backtraces
5766b0
5766b0
* Fri Feb 15 2013 Adam Jackson <ajax@redhat.com>
5766b0
- Drop -sdk Prov/Obs, changed to -devel in F9
5766b0
- Drop xorg-x11-X* Obsoletes, leftover from the modular transition in FC5
5766b0
5766b0
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.902-1
5766b0
- xserver 1.14RC2 from git
5766b0
5766b0
* Thu Feb 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-5
5766b0
- Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)
5766b0
5766b0
* Fri Jan 25 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-4
5766b0
- Add quirk for Evoluent Vertical Mouse 3, button mapping is quirky
5766b0
  (#612140)
5766b0
5766b0
* Wed Jan 23 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-3
5766b0
- Bump XI minor for barriers
5766b0
5766b0
* Wed Jan 09 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-2
5766b0
- Pick up fixes from git
5766b0
5766b0
* Wed Jan 09 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-1
5766b0
- xserver 1.14RC1
5766b0
5766b0
* Tue Dec 18 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.1-1
5766b0
- server 1.13.1
5766b0
5766b0
* Fri Dec 14 2012 Adam Jackson <ajax@redhat.com> 1.13.0-15
5766b0
- Cherry-pick a fix for selection for TouchBegin from multiple clients
5766b0
5766b0
* Wed Dec 12 2012 Dave Airlie <airlied@redhat.com> 1.13.0-14
5766b0
- add events for autoconfig of gpus devices, allow usb devices to notify gnome
5766b0
5766b0
* Wed Dec 12 2012 Dave Airlie <airlied@redhat.com> 1.13.0-13
5766b0
- fix hotplug issue with usb devices and large screens
5766b0
5766b0
* Wed Dec 12 2012 Dave Airlie 
5766b0
- backout non-pci configuration less patch, its breaks multi-GPU
5766b0
5766b0
* Fri Nov 30 2012 Adam Jackson <ajax@redhat.com> 1.13.0-11
5766b0
- Bump default EQ length to reduce the number of unhelpful abrt reports
5766b0
5766b0
* Wed Nov 28 2012 Adam Jackson <ajax@redhat.com> 1.13.0-10
5766b0
- Fix VT switch key handling
5766b0
5766b0
* Wed Nov 28 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-9
5766b0
- Fix server crash when a XI 1.x device grab is activated on a disabled
5766b0
  synaptics touchpad is disabled
5766b0
5766b0
* Tue Nov 27 2012 Jiri Kastner <jkastner@redhat.com> 1.13.0-8
5766b0
- Fix for non-PCI configuration-less setups
5766b0
5766b0
* Wed Oct 31 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-7
5766b0
- Fix build issues on new kernels caused by removal of _INPUT_H
5766b0
5766b0
* Tue Oct 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-6
5766b0
- Add touchscreen fixes (including pointer emulation) #871064
5766b0
5766b0
* Tue Sep 25 2012 Dave Airlie <airlied@redhat.com> 1.13.0-6
5766b0
- update server autobind patch to fix crash reported on irc
5766b0
5766b0
* Thu Sep 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-5
5766b0
- Set the transformation matrix to the unity matrix to avoid spurious cursor
5766b0
  jumps (#852841)
5766b0
5766b0
* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 1.13.0-4
5766b0
- fix bug when hotplugging a monitor causes oops
5766b0
5766b0
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 1.13.0-3
5766b0
- fix race across GPU power down and server startup
5766b0
5766b0
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 1.13.0-2
5766b0
- fix compat output segfault on output less gpus.
5766b0
5766b0
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 1.13.0-1
5766b0
- rebase to upstream 1.13.0 release tarball
5766b0
5766b0
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-5
5766b0
- fix prime offload with DRI2 compositors
5766b0
5766b0
* Mon Sep 03 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-4
5766b0
- fix multi-gpu after VT switch
5766b0
5766b0
* Mon Aug 27 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-3
5766b0
- port multi-seat video fixes from upstream
5766b0
5766b0
* Fri Aug 24 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-2
5766b0
- reintroduce auto config but working this time
5766b0
- fix two recycle/exit crashes
5766b0
5766b0
* Wed Aug 22 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-1
5766b0
- rebase to 1.12.99.905 snapshot
5766b0
5766b0
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-4
5766b0
- autobind was horribly broken on unplug - drop it like its hotplug.
5766b0
5766b0
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-3
5766b0
- add git fixes + autobind to gpu devices.
5766b0
5766b0
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 1.12.99.904-2
5766b0
- Always install int10 and vbe sdk headers
5766b0
5766b0
* Wed Aug 08 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-1
5766b0
- rebase to 1.12.99.904 snapshot
5766b0
5766b0
* Fri Aug 03 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-6
5766b0
- Make failure to iopl non-fatal
5766b0
5766b0
* Mon Jul 30 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-5
5766b0
- No need to --disable-xaa explicitly anymore.
5766b0
5766b0
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-4
5766b0
- Install xserver-sdk-abi-requires.release based on stable_abi not gitdate,
5766b0
  so drivers built against a server that Provides multiple ABI versions will
5766b0
  Require the stable version.
5766b0
5766b0
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-3
5766b0
- Make it possible to Provide: both stable and gitdate-style ABI versions.
5766b0
5766b0
* Thu Jul 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.99.903-2
5766b0
- xserver-1.12-os-print-newline-after-printing-display-name.patch: drop,
5766b0
  014ad46f1b353a95e2c4289443ee857cfbabb3ae
5766b0
5766b0
* Thu Jul 26 2012 Dave Airlie <airlied@redhat.com> 1.12.99.903-1
5766b0
- rebase to 1.12.99.903 snapshot
5766b0
5766b0
* Wed Jul 25 2012 Dave Airlie <airlied@redhat.com> 1.12.99.902-3
5766b0
- fix crash due to GLX being linked twice
5766b0
5766b0
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.99.902-2.20120717
5766b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5766b0
5766b0
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 1.12.99.902-1
5766b0
- server 1.12.99.902
5766b0
5766b0
* Mon Jul 09 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.3-1
5766b0
- server 1.12.3
5766b0
5766b0
* Tue Jun 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-4
5766b0
- send keycode/event type down the wire when SlowKeys enable, otherwise
5766b0
  GNOME won't warn about it (#816764)
5766b0
5766b0
* Thu Jun 21 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-3
5766b0
- print newline after printing $DISPLAY to -displayfd (#824594)
5766b0
5766b0
* Fri Jun 15 2012 Dan HorĂ¡k <dan[at]danny.cz> 1.12.2-2
5766b0
- fix build without xorg (aka s390x)
5766b0
5766b0
* Wed May 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-1
5766b0
- xserver 1.12.2
5766b0
5766b0
* Fri May 25 2012 Dave Airlie <airlied@redhat.com> 1.12.1-2
5766b0
- xserver-fix-pci-slot-claims.patch: backport slot claiming fix from master
5766b0
- xserver-1.12-modesetting-fallback.patch: add modesetting to fallback list
5766b0
5766b0
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com>
5766b0
- Drop xserver-1.10.99.1-test.patch:
5766b0
  cd89482088f71ed517c2e88ed437e4752070c3f4 fixed it
5766b0
5766b0
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.1-1
5766b0
- server 1.12.1
5766b0
- force autoreconf to avoid libtool errors
5766b0
- update patches for new indentation style.
5766b0
5766b0
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.0-6
5766b0
- Make timers signal-safe (#814869)
5766b0
5766b0
* Sun May 13 2012 Dennis Gilmore <dennis@ausil.us> 1.12.0-5
5766b0
- enable vbe on arm arches
5766b0
5766b0
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 1.12.0-4
5766b0
- Obsolete some old video drivers in F18+
5766b0
5766b0
* Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 1.12.0-3
5766b0
- Tweak arches for RHEL
5766b0
5766b0
* Wed Mar 14 2012 Adam Jackson <ajax@redhat.com> 1.12.0-2
5766b0
- Install Xorg mode 4755, there's no security benefit to 4711. (#712432)
5766b0
5766b0
* Mon Mar 05 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.0-1
5766b0
- xserver 1.12
5766b0
- xserver-1.12-dix-reset-last.scroll-when-resetting-the-valuator-45.patch:
5766b0
  drop, 6f2838818
5766b0
5766b0
* Thu Feb 16 2012 Adam Jackson <ajax@redhat.com> 1.11.99.903-2.20120215
5766b0
- Don't pretend int10 is a thing on non-PC arches
5766b0
5766b0
* Thu Feb 16 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.903-1.20120215
5766b0
- Server version is 1.11.99.903 now, use that.
5766b0
5766b0
* Wed Feb 15 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-7.20120215
5766b0
- Today's git snapshot
5766b0
5766b0
* Sun Feb 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-6.20120124
5766b0
- Fix installation of xserver-sdk-abi-requires script, if stable_abi is set
5766b0
  always install the relese one, not the git one
5766b0
5766b0
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-5.20120124
5766b0
- ABI is considered stable now:
5766b0
  video 12.0, input 16.0, extension 6.0, font 0.6, ansic 0.4
5766b0
5766b0
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-4.20120124
5766b0
- xserver-1.12-dix-reset-last.scroll-when-resetting-the-valuator-45.patch:
5766b0
  reset last.scroll on the device whenever the slave device switched to
5766b0
  avoid jumps during scrolling (#788632).
5766b0
5766b0
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-3.20120124
5766b0
- Today's git snapshot
5766b0
- xserver-1.12-xaa-sdk-headers.patch: drop, a55214d11916b
5766b0
5766b0
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-2.20120103
5766b0
- xserver-1.12-Xext-fix-selinux-build-failure.patch: fix build error
5766b0
  triggered by Red Hat-specific patch to libselinux
5766b0
5766b0
* Tue Jan 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-1.20120103
5766b0
- Git snapshot 98cde254acb9b98337ddecf64c138d38c14ec2bf
5766b0
- xserver-1.11.99-optionstr.patch: drop
5766b0
- 0001-Xext-don-t-swap-CARD8-in-SProcSELinuxQueryVersion.patch: drop
5766b0
5766b0
* Fri Dec 16 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-11
5766b0
- Always install XAA SDK headers so drivers still build
5766b0
5766b0
* Thu Dec 15 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-10
5766b0
- --disable-xaa
5766b0
5766b0
* Thu Dec 01 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-9
5766b0
- xserver-1.8-disable-vboxvideo.patch: Drop, should be fixed now
5766b0
- Drop vesamodes and extramodes, rhpxl is no more
5766b0
- Stop building libxf86config, pyxf86config will be gone soon
5766b0
5766b0
* Tue Nov 29 2011 Dave Airlie <airlied@redhat.com> 1.11.99.1-8
5766b0
- put optionstr.h into devel package
5766b0
5766b0
* Mon Nov 21 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-7
5766b0
- Restore DRI1 until drivers are properly prepared for it
5766b0
5766b0
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-6
5766b0
- Disable DRI1
5766b0
5766b0
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-5
5766b0
- Obsolete some dead input drivers.
5766b0
5766b0
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-3
5766b0
- Fix permissions on abi script when doing git snapshots
5766b0
5766b0
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com>  1.11.99.1-1.20111109
5766b0
- Update to today's git snapshot
5766b0
- xserver-1.6.1-nouveau.patch: drop, upstream
5766b0
- xserver-1.10.99-config-add-udev-systemd-multi-seat-support.patch: drop,
5766b0
  upstream
5766b0
- 0001-dix-block-signals-when-closing-all-devices.patch: drop, upstream
5766b0
5766b0
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com>
5766b0
- Change the ABI magic for snapshots
5766b0
5766b0
* Mon Oct 24 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.11.1-2
5766b0
- Block signals when removing all input devices #737031
5766b0
5766b0
* Thu Oct 13 2011 Adam Jackson <ajax@redhat.com>
5766b0
- Drop some Requires >= on things where we had newer versions in F14.
5766b0
5766b0
* Mon Sep 26 2011 Adam Jackson <ajax@redhat.com> 1.11.1-1
5766b0
- xserver 1.11.1
5766b0
5766b0
* Mon Sep 12 2011 Adam Tkac <atkac redhat com> 1.11.0-2
5766b0
- ship more files in the -source subpkg
5766b0
5766b0
* Tue Sep 06 2011 Adam Jackson <ajax@redhat.com> 1.11.0-1
5766b0
- xserver 1.11.0
5766b0
5766b0
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> 1.10.99.902-1.20110818
5766b0
- xserver 1.11rc2
5766b0
5766b0
* Fri Jul 29 2011 Dave Airlie <airlied@redhat.com> 1.10.99.1-10.2011051
5766b0
- xvfb-run requires xauth installed, fix requires (from jlaska on irc)
5766b0
5766b0
* Wed Jul 27 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-9.20110511
5766b0
- Add support for multi-seat support from the config/udev backend.
5766b0
5766b0
* Wed Jun 29 2011 Dan HorĂ¡k <dan[at]danny.cz> 1.10.99.1-8.20110511
5766b0
- don't build tests when --disable-xorg is used like on s390(x)
5766b0
5766b0
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 1.10.99.1-7.20110511
5766b0
- BuildRequires: systemtap-sdt-devel, configure --with-dtrace
5766b0
5766b0
* Wed May 11 2011 Adam Tkac <atkac redhat com> 1.10.99.1-6.20110511
5766b0
- include hw/dmx/doc/doxygen.conf.in in the -source subpkg
5766b0
5766b0
* Mon May 09 2011  1.10.99.1-5.20110511
5766b0
- Today's server from git
5766b0
- xserver-1.10-fix-trapezoids.patch: drop, c6cb70be1ed7cf7
5766b0
- xserver-1.10-glx-pixmap-crash.patch: drop, 6a433b67ca15fd1
5766b0
- xserver-1.10-bg-none-revert.patch: drop, dc0cf7596782087
5766b0
5766b0
* Thu Apr 21 2011 Hans de Goede <hdegoede@redhat.com> 1.10.99.1-4.20110418
5766b0
- Drop xserver-1.9.0-qxl-fallback.patch, since the latest qxl driver
5766b0
  supports both revision 1 and 2 qxl devices (#642153)
5766b0
5766b0
* Wed Apr 20 2011 Soren Sandmann <ssp@redhat.com> 1.10.99.1-3.20110418
5766b0
- xserver-1.10-fix-trapezoids.patch: this patch is necessary to prevent
5766b0
  trap corruption with pixman 0.21.8.
5766b0
5766b0
* Tue Apr 19 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-2.20110418
5766b0
- rebase all patches
5766b0
- xserver-1.10-vbe-malloc.patch: drop, d8caa782009abf4d
5766b0
- "git rm" all unused patches
5766b0
5766b0
* Mon Apr 18 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-1.20110418
5766b0
- Today's server from git
5766b0
5766b0
* Wed Mar 30 2011 Adam Jackson <ajax@redhat.com> 1.10.0-7
5766b0
- xserver-1.10-glx-pixmap-crash.patch, xserver-1.10-bg-none-revert.patch:
5766b0
  bugfixes from xserver-next
5766b0
5766b0
* Tue Mar 22 2011 Adam Jackson <ajax@redhat.com> 1.10.0-6
5766b0
- Fix thinko in pointer barrier patch
5766b0
5766b0
* Tue Mar 22 2011 Adam Tkac <atkac redhat com> 1.10.0-5
5766b0
- add more files into -source subpkg
5766b0
5766b0
* Thu Mar 17 2011 Adam Jackson <ajax@redhat.com> 1.10.0-4
5766b0
- xserver-1.10-pointer-barriers.patch: Backport CRTC confinement from master
5766b0
  and pointer barriers from the development tree for same.
5766b0
- xserver-1.10-vbe-malloc.patch: Fix a buffer overrun in the VBE code.
5766b0
5766b0
* Fri Mar 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-3
5766b0
- Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699)
5766b0
5766b0
* Wed Mar 09 2011 Adam Jackson <ajax@redhat.com> 1.10.0-2
5766b0
- Merge from F16:
5766b0
5766b0
    * Wed Mar 09 2011 Adam Jackson <ajax@redhat.com> 1.10.0-2
5766b0
    - Disable filesystem caps in paranoia until module loading is audited
5766b0
5766b0
    * Fri Feb 25 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.9.99.902-1
5766b0
    - xserver 1.10.0
5766b0
    - server-1.9-99.901-xkb-repeat-issues.patch: drop, merged
5766b0
    - xserver-1.4.99-pic-libxf86config.patch: drop, see 60801ff8
5766b0
    - xserver-1.6.99-default-modes.patch: drop, see dc498b4
5766b0
    - xserver-1.7.1-multilib.patch: drop, see a16e282
5766b0
    - ABI bumps: xinput to 12.2, extension to 5.0, video to 10.0