Blame SPECS/xorg-x11-server.spec

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