Blame SPECS/xorg-x11-server.spec

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