2009-08-07 05:49:11 +00:00
|
|
|
# This package is an experiment in active integration of upstream SCM with
|
2007-10-31 19:28:56 +00:00
|
|
|
# Fedora packaging. It works something like this:
|
|
|
|
#
|
|
|
|
# The "pristine" source is actually a git repo (with no working checkout).
|
|
|
|
# The first step of %%prep is to check it out and switch to a "fedora" branch.
|
|
|
|
# If you need to add a patch to the server, just do it like a normal git
|
|
|
|
# operation, dump it with git-format-patch to a file in the standard naming
|
|
|
|
# format, and add a PatchN: line. If you want to push something upstream,
|
|
|
|
# check out the master branch, pull, cherry-pick, and push. FIXME describe
|
|
|
|
# rebasing, add convenience 'make' targets maybe.
|
|
|
|
|
2009-03-11 17:02:03 +00:00
|
|
|
# F11 TODO list:
|
2006-11-08 14:14:03 +00:00
|
|
|
#
|
2006-11-27 21:18:43 +00:00
|
|
|
# Fix rhpxl to no longer need vesamodes/extramodes
|
2006-11-08 14:14:03 +00:00
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
# ABI versions. Have to keep these manually in sync with the source
|
|
|
|
# because rpm is a terrible language. HTFU.
|
|
|
|
%define ansic_major 0
|
|
|
|
%define ansic_minor 4
|
2010-07-05 00:07:04 +00:00
|
|
|
%define videodrv_major 8
|
2010-06-16 14:53:59 +00:00
|
|
|
%define videodrv_minor 0
|
2010-07-05 00:07:04 +00:00
|
|
|
%define xinput_major 11
|
2010-06-16 14:53:59 +00:00
|
|
|
%define xinput_minor 0
|
2010-07-05 00:07:04 +00:00
|
|
|
%define extension_major 4
|
2010-06-16 14:53:59 +00:00
|
|
|
%define extension_minor 0
|
|
|
|
|
2005-11-15 08:49:01 +00:00
|
|
|
%define pkgname xorg-server
|
2010-08-13 07:02:28 +00:00
|
|
|
#define gitdate 20100716
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-10-02 13:39:43 +00:00
|
|
|
Summary: X.Org X11 X server
|
2005-08-29 06:47:27 +00:00
|
|
|
Name: xorg-x11-server
|
2010-08-22 23:08:26 +00:00
|
|
|
Version: 1.9.0
|
2010-09-13 15:33:11 +00:00
|
|
|
Release: 8%{?gitdate:.%{gitdate}}%{dist}
|
2005-08-29 06:47:27 +00:00
|
|
|
URL: http://www.x.org
|
2007-10-05 16:17:44 +00:00
|
|
|
License: MIT
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
2005-10-02 13:39:43 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-11-23 21:22:35 +00:00
|
|
|
|
2010-07-07 17:16:16 +00:00
|
|
|
#VCS: git:git://git.freedesktop.org/git/xorg/xserver
|
2008-07-24 18:49:14 +00:00
|
|
|
%if 0%{?gitdate}
|
2007-10-31 16:24:55 +00:00
|
|
|
# git snapshot. to recreate, run:
|
2007-10-31 19:28:56 +00:00
|
|
|
# ./make-git-snapshot.sh `cat commitid`
|
2009-08-13 23:01:32 +00:00
|
|
|
Source0: xorg-server-%{gitdate}.tar.xz
|
2007-10-31 16:24:55 +00:00
|
|
|
Source1: make-git-snapshot.sh
|
2007-10-31 19:28:56 +00:00
|
|
|
Source2: commitid
|
2007-10-31 16:24:55 +00:00
|
|
|
%else
|
2008-07-24 18:49:14 +00:00
|
|
|
Source0: http://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
|
2008-09-03 23:41:17 +00:00
|
|
|
Source1: gitignore
|
2007-10-31 16:24:55 +00:00
|
|
|
%endif
|
2010-04-15 06:57:32 +00:00
|
|
|
|
2010-02-17 04:59:17 +00:00
|
|
|
Source4: 10-quirks.conf
|
2005-11-23 21:22:35 +00:00
|
|
|
|
2009-07-15 19:22:14 +00:00
|
|
|
Source10: xserver.pamd
|
|
|
|
|
2008-11-05 20:52:15 +00:00
|
|
|
# "useful" xvfb-run script
|
2008-09-30 20:32:20 +00:00
|
|
|
Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
|
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
# for requires generation in drivers
|
|
|
|
Source30: xserver-sdk-abi-requires
|
2009-02-17 19:19:59 +00:00
|
|
|
|
2009-08-07 11:37:15 +00:00
|
|
|
Patch5: xserver-1.4.99-pic-libxf86config.patch
|
2009-07-23 19:33:58 +00:00
|
|
|
|
2006-07-12 23:29:00 +00:00
|
|
|
# OpenGL compositing manager feature/optimization patches.
|
2008-08-15 00:43:05 +00:00
|
|
|
Patch103: xserver-1.5.0-bg-none-root.patch
|
2006-04-04 22:17:58 +00:00
|
|
|
|
2008-09-11 13:31:53 +00:00
|
|
|
Patch2014: xserver-1.5.0-projector-fb-size.patch
|
2007-04-09 23:09:52 +00:00
|
|
|
|
2009-04-14 20:55:05 +00:00
|
|
|
# Trivial things to never merge upstream ever:
|
2007-12-10 20:23:39 +00:00
|
|
|
# This really could be done prettier.
|
2008-07-02 12:36:39 +00:00
|
|
|
Patch5002: xserver-1.4.99-ssh-isnt-local.patch
|
2008-03-11 01:18:22 +00:00
|
|
|
|
2008-10-07 15:35:36 +00:00
|
|
|
# force mode debugging on for randr 1.2 drivers
|
2008-11-05 20:52:15 +00:00
|
|
|
Patch6002: xserver-1.5.1-mode-debug.patch
|
2008-10-20 14:37:17 +00:00
|
|
|
|
2009-03-11 18:20:28 +00:00
|
|
|
# don't build the (broken) acpi code
|
|
|
|
Patch6011: xserver-1.6.0-less-acpi-brokenness.patch
|
|
|
|
|
2009-02-16 06:25:26 +00:00
|
|
|
# Make autoconfiguration chose nouveau driver for NVIDIA GPUs
|
2009-06-23 04:02:10 +00:00
|
|
|
Patch6016: xserver-1.6.1-nouveau.patch
|
2009-02-16 06:25:26 +00:00
|
|
|
|
2009-04-06 20:09:11 +00:00
|
|
|
# ajax needs to upstream this
|
|
|
|
Patch6027: xserver-1.6.0-displayfd.patch
|
2009-07-28 18:41:28 +00:00
|
|
|
Patch6030: xserver-1.6.99-right-of.patch
|
2009-08-21 18:33:32 +00:00
|
|
|
Patch6033: xserver-1.6.99-default-modes.patch
|
2010-01-21 07:31:41 +00:00
|
|
|
#Patch6044: xserver-1.6.99-hush-prerelease-warning.patch
|
2010-01-07 02:14:19 +00:00
|
|
|
Patch6045: xserver-1.7.0-randr-gamma-restore.patch
|
|
|
|
|
|
|
|
Patch6049: xserver-1.7.1-multilib.patch
|
|
|
|
Patch6051: xserver-1.7.1-gamma-kdm-fix.patch
|
2009-08-17 03:29:47 +00:00
|
|
|
|
2010-02-17 04:59:17 +00:00
|
|
|
# Remove this some day. Not today though.
|
|
|
|
Patch6052: xserver-1.8-udev-warning.patch
|
|
|
|
|
2010-03-19 03:37:29 +00:00
|
|
|
# Use vesa for VirtualBox, since we don't ship vboxvideo and the
|
|
|
|
# fallback to vesa when module is missing seems broken
|
|
|
|
Patch6053: xserver-1.8-disable-vboxvideo.patch
|
|
|
|
|
2010-06-22 16:54:57 +00:00
|
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=28672
|
|
|
|
Patch7000: xserver-1.8.0-no-xorg.patch
|
|
|
|
|
2010-08-25 15:11:10 +00:00
|
|
|
Patch7001: xserver-1.9.0-tcflush-fix.patch
|
|
|
|
|
2005-11-25 09:51:04 +00:00
|
|
|
%define moduledir %{_libdir}/xorg/modules
|
2006-03-23 22:49:05 +00:00
|
|
|
%define drimoduledir %{_libdir}/dri
|
2005-12-20 06:50:41 +00:00
|
|
|
%define sdkdir %{_includedir}/xorg
|
2005-11-12 02:17:01 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%ifarch s390 s390x
|
|
|
|
%define with_hw_servers 0
|
2007-02-04 16:29:18 +00:00
|
|
|
%else
|
|
|
|
%define with_hw_servers 1
|
2005-11-12 02:17:01 +00:00
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
%if %{with_hw_servers}
|
|
|
|
%define enable_xorg --enable-xorg
|
|
|
|
%else
|
|
|
|
%define enable_xorg --disable-xorg
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%endif
|
|
|
|
|
2008-12-29 01:24:34 +00:00
|
|
|
%define kdrive --enable-kdrive --enable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev
|
2009-06-19 07:03:32 +00:00
|
|
|
%define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2007-11-28 17:48:46 +00:00
|
|
|
BuildRequires: git-core
|
2007-11-12 20:39:39 +00:00
|
|
|
BuildRequires: automake autoconf libtool pkgconfig
|
2007-02-04 16:29:18 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros >= 1.1.5
|
2007-04-30 22:10:31 +00:00
|
|
|
|
2010-03-19 03:37:29 +00:00
|
|
|
BuildRequires: xorg-x11-proto-devel >= 7.4-35
|
2010-07-08 22:20:51 +00:00
|
|
|
BuildRequires: xorg-x11-font-utils >= 7.2-11
|
2008-12-19 07:34:33 +00:00
|
|
|
|
|
|
|
BuildRequires: xorg-x11-xtrans-devel >= 1.2.2-1
|
2007-11-01 17:15:13 +00:00
|
|
|
BuildRequires: libXfont-devel libXau-devel libxkbfile-devel libXres-devel
|
|
|
|
BuildRequires: libfontenc-devel libXtst-devel libXdmcp-devel
|
|
|
|
BuildRequires: libX11-devel libXext-devel
|
2009-06-19 07:03:32 +00:00
|
|
|
BuildRequires: libXinerama-devel libXi-devel
|
2006-06-20 02:54:01 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# DMX config utils buildreqs.
|
2007-11-01 17:15:13 +00:00
|
|
|
BuildRequires: libXt-devel libdmx-devel libXmu-devel libXrender-devel
|
|
|
|
BuildRequires: libXi-devel libXpm-devel libXaw-devel libXfixes-devel
|
|
|
|
|
2007-11-12 22:50:30 +00:00
|
|
|
# Broken, this is global, should be Xephyr-only
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
|
2009-07-31 17:56:40 +00:00
|
|
|
BuildRequires: pixman-devel >= 0.15.14
|
|
|
|
BuildRequires: libpciaccess-devel >= 0.10.6-1 openssl-devel byacc flex
|
|
|
|
BuildRequires: mesa-libGL-devel >= 7.6-0.6
|
2007-02-04 16:29:18 +00:00
|
|
|
# XXX silly...
|
2009-03-06 23:40:09 +00:00
|
|
|
BuildRequires: libdrm-devel >= 2.4.0 kernel-headers
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2010-03-04 05:40:17 +00:00
|
|
|
BuildRequires: audit-libs-devel libselinux-devel >= 2.0.86-1
|
2010-02-16 05:59:00 +00:00
|
|
|
BuildRequires: libudev-devel
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# All server subpackages have a virtual provide for the name of the server
|
|
|
|
# they deliver. The Xorg one is versioned, the others are intentionally
|
|
|
|
# unversioned.
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%description
|
2005-10-02 13:39:43 +00:00
|
|
|
X.Org X11 X server
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%package common
|
|
|
|
Summary: Xorg server common files
|
|
|
|
Group: User Interface/X
|
2010-06-24 15:22:15 +00:00
|
|
|
Requires: pixman >= 0.18.0
|
2010-01-06 02:12:19 +00:00
|
|
|
Requires: xkeyboard-config xkbcomp
|
2010-07-08 22:20:51 +00:00
|
|
|
Requires: libXfont >= 1.4.2
|
2007-11-02 15:31:55 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
Common files shared among all X servers.
|
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2005-08-29 06:47:27 +00:00
|
|
|
%package Xorg
|
2005-10-02 13:39:43 +00:00
|
|
|
Summary: Xorg X server
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
2007-02-04 16:29:18 +00:00
|
|
|
Provides: Xorg = %{version}-%{release}
|
|
|
|
Provides: Xserver
|
2010-06-16 14:53:59 +00:00
|
|
|
Provides: xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
|
|
|
|
Provides: xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
|
|
|
|
Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
|
|
|
|
Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
|
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2010-06-24 15:22:15 +00:00
|
|
|
Requires: libdrm >= 2.4.20
|
2010-02-16 05:59:00 +00:00
|
|
|
Requires: system-setup-keyboard
|
2010-02-25 02:00:43 +00:00
|
|
|
Requires: udev >= 148-1
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%description Xorg
|
|
|
|
X.org X11 is an open source implementation of the X Window System. It
|
|
|
|
provides the basic low level functionality which full fledged
|
|
|
|
graphical user interfaces (GUIs) such as GNOME and KDE are designed
|
|
|
|
upon.
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%package Xnest
|
|
|
|
Summary: A nested server.
|
|
|
|
Group: User Interface/X
|
2007-11-02 17:11:11 +00:00
|
|
|
Obsoletes: xorg-x11-Xnest
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xnest
|
|
|
|
|
|
|
|
%description Xnest
|
|
|
|
Xnest is an X server, which has been implemented as an ordinary
|
|
|
|
X application. It runs in a window just like other X applications,
|
|
|
|
but it is an X server itself in which you can run other software. It
|
|
|
|
is a very useful tool for developers who wish to test their
|
|
|
|
applications without running them on their real X server.
|
|
|
|
|
|
|
|
%package Xdmx
|
|
|
|
Summary: Distributed Multihead X Server and utilities
|
|
|
|
Group: User Interface/X
|
2005-10-03 09:06:44 +00:00
|
|
|
Obsoletes: xorg-x11-Xdmx
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xdmx
|
|
|
|
|
|
|
|
%description Xdmx
|
|
|
|
Xdmx is proxy X server that provides multi-head support for multiple displays
|
|
|
|
attached to different machines (each of which is running a typical X server).
|
|
|
|
When Xinerama is used with Xdmx, the multiple displays on multiple machines
|
|
|
|
are presented to the user as a single unified screen. A simple application
|
|
|
|
for Xdmx would be to provide multi-head support using two desktop machines,
|
|
|
|
each of which has a single display device attached to it. A complex
|
|
|
|
application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
|
|
|
|
(each attached to one of 16 computers) into a unified 5120x4096 display.
|
|
|
|
|
|
|
|
%package Xvfb
|
|
|
|
Summary: A X Windows System virtual framebuffer X server.
|
|
|
|
Group: User Interface/X
|
2008-09-30 20:32:20 +00:00
|
|
|
# xvfb-run is GPLv2, rest is MIT
|
|
|
|
License: MIT and GPLv2
|
2007-11-02 17:11:11 +00:00
|
|
|
Obsoletes: xorg-x11-Xvfb
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xvfb
|
|
|
|
|
|
|
|
%description Xvfb
|
|
|
|
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
|
|
|
|
machines with no display hardware and no physical input devices.
|
|
|
|
Xvfb simulates a dumb framebuffer using virtual memory. Xvfb does
|
|
|
|
not open any devices, but behaves otherwise as an X display. Xvfb
|
|
|
|
is normally used for testing servers.
|
|
|
|
|
2006-04-06 21:17:53 +00:00
|
|
|
|
|
|
|
%package Xephyr
|
|
|
|
Summary: A nested server.
|
|
|
|
Group: User Interface/X
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2006-04-06 21:17:53 +00:00
|
|
|
Provides: Xephyr
|
|
|
|
|
|
|
|
%description Xephyr
|
|
|
|
Xephyr is an X server, which has been implemented as an ordinary
|
|
|
|
X application. It runs in a window just like other X applications,
|
|
|
|
but it is an X server itself in which you can run other software. It
|
|
|
|
is a very useful tool for developers who wish to test their
|
|
|
|
applications without running them on their real X server. Unlike
|
|
|
|
Xnest, Xephyr renders to an X image rather than relaying the
|
|
|
|
X protocol, and therefore supports the newer X extensions like
|
|
|
|
Render and Composite.
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2007-11-02 15:31:55 +00:00
|
|
|
%package devel
|
2005-08-29 06:47:27 +00:00
|
|
|
Summary: SDK for X server driver module development
|
|
|
|
Group: User Interface/X
|
2007-11-02 17:11:11 +00:00
|
|
|
Obsoletes: xorg-x11-sdk xorg-x11-server-sdk
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
Requires: xorg-x11-util-macros
|
2006-05-25 18:42:48 +00:00
|
|
|
Requires: xorg-x11-proto-devel
|
2007-11-13 22:38:46 +00:00
|
|
|
Requires: pkgconfig pixman-devel libpciaccess-devel
|
2007-11-02 15:31:55 +00:00
|
|
|
# Virtual provide for transition. Delete me someday.
|
|
|
|
Provides: xorg-x11-server-sdk = %{version}-%{release}
|
2010-08-25 20:04:27 +00:00
|
|
|
Provides: xorg-x11-server-static
|
2009-08-11 00:02:08 +00:00
|
|
|
# XXX doublecheck me
|
|
|
|
Provides: libxf86config = %{version}-%{release}
|
|
|
|
Obsoletes: libxf86config < 1.6.99-29
|
|
|
|
Provides: libxf86config-devel = %{version}-%{release}
|
|
|
|
Obsoletes: libxf86config-devel < 1.6.99-29
|
|
|
|
|
2005-12-23 03:03:59 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%description devel
|
2005-08-29 06:47:27 +00:00
|
|
|
The SDK package provides the developmental files which are necessary for
|
|
|
|
developing X server driver modules, and for compiling driver modules
|
|
|
|
outside of the standard X11 source code tree. Developers writing video
|
|
|
|
drivers, input drivers, or other X modules should install this package.
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2007-02-26 18:30:31 +00:00
|
|
|
%package source
|
|
|
|
Summary: Xserver source code required to build VNC server (Xvnc)
|
|
|
|
Group: Development/Libraries
|
2009-06-23 12:57:56 +00:00
|
|
|
BuildArch: noarch
|
2007-02-26 18:30:31 +00:00
|
|
|
|
|
|
|
%description source
|
|
|
|
Xserver source code needed to build VNC server (Xvnc)
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%prep
|
2007-10-31 16:24:55 +00:00
|
|
|
%setup -q -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
|
|
2008-07-24 18:49:14 +00:00
|
|
|
%if 0%{?gitdate}
|
2008-03-12 02:43:37 +00:00
|
|
|
git checkout -b fedora
|
2007-10-31 16:24:55 +00:00
|
|
|
sed -i 's/git/&+ssh/' .git/config
|
2009-06-19 07:03:32 +00:00
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
|
|
|
git config user.email "x@fedoraproject.org"
|
|
|
|
git config user.name "Fedora X Ninjas"
|
|
|
|
fi
|
2007-10-31 19:28:56 +00:00
|
|
|
%else
|
2009-06-19 07:03:32 +00:00
|
|
|
git init
|
2007-11-12 21:14:49 +00:00
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
2009-01-12 23:21:24 +00:00
|
|
|
git config user.email "x@fedoraproject.org"
|
|
|
|
git config user.name "Fedora X Ninjas"
|
2007-11-12 21:14:49 +00:00
|
|
|
fi
|
2008-09-03 23:41:17 +00:00
|
|
|
cp %{SOURCE1} .gitignore
|
2009-01-12 23:21:24 +00:00
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
2008-07-24 18:49:14 +00:00
|
|
|
%endif
|
2007-11-12 21:14:49 +00:00
|
|
|
|
2008-07-24 18:49:14 +00:00
|
|
|
# Apply all the patches.
|
2010-06-16 14:53:59 +00:00
|
|
|
git am -p1 %{patches}
|
|
|
|
|
|
|
|
%if %{with_hw_servers}
|
|
|
|
# check the ABI in the source against what we expect.
|
|
|
|
getmajor() {
|
|
|
|
grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
|
|
|
|
tr '(),' ' ' | awk '{ print $4 }'
|
|
|
|
}
|
|
|
|
|
|
|
|
getminor() {
|
|
|
|
grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
|
|
|
|
tr '(),' ' ' | awk '{ print $5 }'
|
|
|
|
}
|
|
|
|
|
|
|
|
test `getmajor ansic` == %{ansic_major}
|
|
|
|
test `getminor ansic` == %{ansic_minor}
|
|
|
|
test `getmajor videodrv` == %{videodrv_major}
|
|
|
|
test `getminor videodrv` == %{videodrv_minor}
|
|
|
|
test `getmajor xinput` == %{xinput_major}
|
|
|
|
test `getminor xinput` == %{xinput_minor}
|
|
|
|
test `getmajor extension` == %{extension_major}
|
|
|
|
test `getminor extension` == %{extension_minor}
|
|
|
|
|
|
|
|
%endif
|
2007-10-15 19:34:20 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%build
|
2005-12-20 06:50:41 +00:00
|
|
|
|
2007-07-02 15:17:53 +00:00
|
|
|
%define default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
|
|
|
|
|
2009-03-18 13:36:23 +00:00
|
|
|
%if %{with_hw_servers}
|
|
|
|
%define dri_flags --with-dri-driver-path=%{drimoduledir}
|
|
|
|
%else
|
|
|
|
%define dri_flags --disable-dri
|
|
|
|
%endif
|
|
|
|
|
2009-09-15 15:10:02 +00:00
|
|
|
%if 0%{?fedora}
|
2010-08-27 15:10:46 +00:00
|
|
|
%define bodhi_flags --with-vendor-name="Fedora Project"
|
2009-09-15 15:10:02 +00:00
|
|
|
%endif
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# --with-pie ?
|
2007-10-31 16:24:55 +00:00
|
|
|
autoreconf -v --install || exit 1
|
2008-07-02 14:55:16 +00:00
|
|
|
export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS"
|
2007-11-02 17:11:11 +00:00
|
|
|
%configure --enable-maintainer-mode %{xservers} \
|
2005-10-02 13:39:43 +00:00
|
|
|
--disable-static \
|
2006-06-05 20:28:19 +00:00
|
|
|
--with-pic \
|
2006-11-09 01:13:41 +00:00
|
|
|
--with-int10=x86emu \
|
2007-07-02 15:17:53 +00:00
|
|
|
--with-default-font-path=%{default_font_path} \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--with-module-dir=%{moduledir} \
|
2006-08-09 23:34:29 +00:00
|
|
|
--with-builderstring="Build ID: %{name} %{version}-%{release}" \
|
2009-09-15 15:10:02 +00:00
|
|
|
--with-os-name="$(hostname -s) $(uname -r)" \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
2005-12-20 06:50:41 +00:00
|
|
|
--enable-install-libxf86config \
|
2009-02-10 18:54:38 +00:00
|
|
|
--enable-xselinux --enable-record \
|
2010-02-16 05:59:00 +00:00
|
|
|
--enable-config-udev \
|
2009-09-15 15:10:02 +00:00
|
|
|
%{dri_flags} %{?bodhi_flags} \
|
2006-12-01 16:48:49 +00:00
|
|
|
${CONFIGURE}
|
2009-06-19 07:03:32 +00:00
|
|
|
|
2010-01-07 02:14:19 +00:00
|
|
|
make V=1 %{?_smp_mflags}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-12-20 06:50:41 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2009-07-28 14:16:23 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/libxf8_16bpp.so
|
2005-08-29 06:47:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
|
|
|
|
|
2007-04-09 23:09:52 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xorg
|
2008-01-08 20:48:31 +00:00
|
|
|
install -m 0444 hw/xfree86/common/{vesa,extra}modes $RPM_BUILD_ROOT%{_datadir}/xorg/
|
2008-08-04 21:15:46 +00:00
|
|
|
|
2009-07-15 19:22:14 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
|
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
|
|
|
|
|
2010-04-15 06:57:32 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
|
|
|
|
|
# make sure the (empty) /etc/X11/xorg.conf.d is there, system-setup-keyboard
|
|
|
|
# relies on it more or less.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
|
2010-02-16 05:59:00 +00:00
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2006-02-08 22:03:43 +00:00
|
|
|
|
2007-02-26 19:10:11 +00:00
|
|
|
# Make the source package
|
2007-02-26 18:30:31 +00:00
|
|
|
%define xserver_source_dir %{_datadir}/xorg-x11-server-source
|
2007-02-26 19:10:11 +00:00
|
|
|
%define inst_srcdir %{buildroot}/%{xserver_source_dir}
|
2010-07-21 15:26:32 +00:00
|
|
|
mkdir -p %{inst_srcdir}/{doc/xml,Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
|
2007-02-26 19:10:11 +00:00
|
|
|
cp cpprules.in %{inst_srcdir}
|
2010-07-21 15:26:32 +00:00
|
|
|
cp {,%{inst_srcdir}/}doc/xml/xmlrules.in
|
|
|
|
cp {,%{inst_srcdir}/}doc/xml/xserver.ent.in
|
2009-01-07 15:57:07 +00:00
|
|
|
cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
|
2007-02-26 19:10:11 +00:00
|
|
|
cp xkb/README.compiled %{inst_srcdir}/xkb
|
2009-06-19 07:03:32 +00:00
|
|
|
cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
|
2007-02-26 19:10:11 +00:00
|
|
|
cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2008-09-30 21:33:21 +00:00
|
|
|
install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
|
2008-09-30 20:32:20 +00:00
|
|
|
|
2008-01-29 09:45:25 +00:00
|
|
|
find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
|
2007-03-02 10:30:15 +00:00
|
|
|
xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
|
2009-09-08 18:10:23 +00:00
|
|
|
# SLEDGEHAMMER
|
|
|
|
find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2007-03-05 22:33:49 +00:00
|
|
|
# Remove unwanted files/dirs
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
{
|
2006-06-20 02:21:01 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Options
|
2007-03-05 22:33:49 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/in?
|
2005-11-04 03:48:07 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/ioport
|
2007-03-05 22:33:49 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/out?
|
2005-11-04 03:48:07 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak
|
2006-07-21 21:08:44 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pcitweak.1*
|
2006-06-16 19:13:17 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
2009-03-18 13:36:23 +00:00
|
|
|
%if !%{with_hw_servers}
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4
|
|
|
|
%endif
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
}
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-11-17 15:51:06 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%files common
|
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 17:46:08 +00:00
|
|
|
%doc COPYING
|
2007-11-02 15:31:55 +00:00
|
|
|
%{_mandir}/man1/Xserver.1*
|
2008-01-08 20:48:31 +00:00
|
|
|
%{_libdir}/xorg/protocol.txt
|
2007-11-02 15:31:55 +00:00
|
|
|
%dir %{_localstatedir}/lib/xkb
|
|
|
|
%{_localstatedir}/lib/xkb/README.compiled
|
|
|
|
|
2010-09-02 20:38:39 +00:00
|
|
|
%if 0%{?fedora} < 15
|
|
|
|
%define Xorgperms %attr(4711, root, root)
|
|
|
|
%else
|
|
|
|
%define Xorgperms %attr(0711,root,root) %caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe)
|
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2005-08-29 06:47:27 +00:00
|
|
|
%files Xorg
|
|
|
|
%defattr(-,root,root,-)
|
2009-07-15 19:22:14 +00:00
|
|
|
%config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
|
2005-11-12 03:28:59 +00:00
|
|
|
%{_bindir}/X
|
2010-09-02 20:38:39 +00:00
|
|
|
%{Xorgperms} %{_bindir}/Xorg
|
2006-06-07 19:10:44 +00:00
|
|
|
%{_bindir}/cvt
|
2008-08-04 21:15:46 +00:00
|
|
|
%{_bindir}/gtf
|
2006-02-08 22:03:43 +00:00
|
|
|
%dir %{_datadir}/xorg
|
|
|
|
%{_datadir}/xorg/vesamodes
|
|
|
|
%{_datadir}/xorg/extramodes
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg
|
|
|
|
%dir %{_libdir}/xorg/modules
|
|
|
|
%dir %{_libdir}/xorg/modules/drivers
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/extensions
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libglx.so
|
2007-02-04 16:29:18 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libdri.so
|
2008-12-29 01:36:55 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libdri2.so
|
2006-06-21 10:53:36 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libdbe.so
|
|
|
|
%{_libdir}/xorg/modules/extensions/libextmod.so
|
2009-02-10 18:54:38 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/librecord.so
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/input
|
2010-07-05 00:07:04 +00:00
|
|
|
%{_libdir}/xorg/modules/libfbdevhw.so
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/multimedia
|
|
|
|
%{_libdir}/xorg/modules/multimedia/bt829_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/fi1236_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/msp3430_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda8425_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda9850_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda9885_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/uda1380_drv.so
|
|
|
|
%{_libdir}/xorg/modules/libexa.so
|
|
|
|
%{_libdir}/xorg/modules/libfb.so
|
|
|
|
%{_libdir}/xorg/modules/libint10.so
|
|
|
|
%{_libdir}/xorg/modules/libshadow.so
|
|
|
|
%{_libdir}/xorg/modules/libshadowfb.so
|
|
|
|
%{_libdir}/xorg/modules/libvbe.so
|
|
|
|
%{_libdir}/xorg/modules/libvgahw.so
|
2007-10-31 19:28:56 +00:00
|
|
|
%{_libdir}/xorg/modules/libwfb.so
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%{_libdir}/xorg/modules/libxaa.so
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man1/gtf.1*
|
|
|
|
%{_mandir}/man1/Xorg.1*
|
2006-03-22 01:56:39 +00:00
|
|
|
%{_mandir}/man1/cvt.1*
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_mandir}/man4/fbdevhw.4*
|
2007-01-23 19:24:00 +00:00
|
|
|
%{_mandir}/man4/exa.4*
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man5/xorg.conf.5*
|
2010-04-15 06:57:32 +00:00
|
|
|
%dir %{_sysconfdir}/X11/xorg.conf.d
|
|
|
|
%dir %{_datadir}/X11/xorg.conf.d
|
|
|
|
%{_datadir}/X11/xorg.conf.d/10-evdev.conf
|
|
|
|
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files Xnest
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xnest
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man1/Xnest.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2009-07-14 18:50:51 +00:00
|
|
|
%files Xdmx
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xdmx
|
|
|
|
%{_bindir}/dmxaddinput
|
|
|
|
%{_bindir}/dmxaddscreen
|
|
|
|
%{_bindir}/dmxreconfig
|
|
|
|
%{_bindir}/dmxresize
|
|
|
|
%{_bindir}/dmxrminput
|
|
|
|
%{_bindir}/dmxrmscreen
|
|
|
|
%{_bindir}/dmxtodmx
|
|
|
|
%{_bindir}/dmxwininfo
|
|
|
|
%{_bindir}/vdltodmx
|
2010-04-07 00:14:26 +00:00
|
|
|
%{_bindir}/dmxinfo
|
2009-07-14 18:50:51 +00:00
|
|
|
%{_bindir}/xdmxconfig
|
|
|
|
%{_mandir}/man1/Xdmx.1*
|
|
|
|
%{_mandir}/man1/dmxtodmx.1*
|
|
|
|
%{_mandir}/man1/vdltodmx.1*
|
|
|
|
%{_mandir}/man1/xdmxconfig.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%files Xvfb
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xvfb
|
2008-09-30 20:32:20 +00:00
|
|
|
%{_bindir}/xvfb-run
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man1/Xvfb.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2006-04-06 21:17:53 +00:00
|
|
|
|
|
|
|
%files Xephyr
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xephyr
|
2008-12-19 07:34:33 +00:00
|
|
|
%{_mandir}/man1/Xephyr.1*
|
2006-04-06 21:17:53 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2007-11-02 15:31:55 +00:00
|
|
|
%files devel
|
2005-08-29 06:47:27 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 17:46:08 +00:00
|
|
|
%doc COPYING
|
2010-06-16 14:53:59 +00:00
|
|
|
%{_bindir}/xserver-sdk-abi-requires
|
2005-08-29 06:47:27 +00:00
|
|
|
%{_libdir}/pkgconfig/xorg-server.pc
|
2005-11-25 10:01:19 +00:00
|
|
|
%dir %{_includedir}/xorg
|
2005-11-25 09:51:04 +00:00
|
|
|
%{sdkdir}/*.h
|
2005-11-12 03:28:59 +00:00
|
|
|
%{_datadir}/aclocal/xorg-server.m4
|
2009-08-11 00:02:08 +00:00
|
|
|
%{_libdir}/libxf86config.a
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
|
2007-02-26 18:30:31 +00:00
|
|
|
%files source
|
|
|
|
%defattr(-, root, root, -)
|
2007-02-26 19:10:11 +00:00
|
|
|
%{xserver_source_dir}
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%changelog
|
2010-09-13 15:33:11 +00:00
|
|
|
* Mon Sep 13 2010 Matěj Cepl <mcepl@redhat.com> - 1.9.0-8
|
|
|
|
- Call mktemp correctly (fixes RHBZ bug 632879)
|
|
|
|
|
2010-09-02 20:38:39 +00:00
|
|
|
* Thu Sep 02 2010 Adam Jackson <ajax@redhat.com> 1.9.0-7
|
|
|
|
- ... but only in F15 and later.
|
|
|
|
|
2010-09-02 17:07:53 +00:00
|
|
|
* Thu Sep 02 2010 Adam Jackson <ajax@redhat.com> 1.9.0-5
|
|
|
|
- Drop the SUID bit from Xorg, use fs caps instead.
|
|
|
|
|
2010-08-27 15:10:46 +00:00
|
|
|
* Fri Aug 27 2010 Adam Jackson <ajax@redhat.com> 1.9.0-4
|
|
|
|
- Remove link to bodhi, it's used in multiple places in ways that don't
|
|
|
|
make sense (#627755)
|
|
|
|
|
2010-08-25 20:04:27 +00:00
|
|
|
* Wed Aug 25 2010 Adam Jackson <ajax@redhat.com> 1.9.0-3
|
|
|
|
- Fix static lib packaging guideline nonconformance (#609625)
|
|
|
|
|
2010-08-25 15:11:10 +00:00
|
|
|
* Wed Aug 25 2010 Adam Jackson <ajax@redhat.com> 1.9.0-2
|
|
|
|
- xserver-1.9.0-tcflush-fix.patch: Fix 100% CPU usage bug.
|
|
|
|
|
2010-08-22 23:08:26 +00:00
|
|
|
* Mon Aug 23 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.9.0-1
|
|
|
|
- xserver 1.9.0
|
|
|
|
- xserver-1.9-reset-root-null.patch: drop, upstream.
|
|
|
|
|
2010-08-16 02:25:21 +00:00
|
|
|
* Mon Aug 16 2010 Dave Airlie <airlied@redhat.com> 1.8.99.906-2
|
|
|
|
- fix use-after-free for root window - hopefully fix (#596985)
|
|
|
|
|
2010-08-13 07:02:28 +00:00
|
|
|
* Fri Aug 13 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.99.906-1
|
|
|
|
- xserver 1.8.99.906
|
|
|
|
- xserver-1.8-enter-leave-woes.patch: drop, upstream.
|
|
|
|
|
2010-08-02 14:51:36 +00:00
|
|
|
* Mon Aug 02 2010 Adam Jackson <ajax@redhat.com> 1.8.99.905-3
|
|
|
|
- Drop RANDR debugging patch, not useful.
|
|
|
|
|
2010-07-21 15:26:32 +00:00
|
|
|
* Wed Jul 21 2010 Adam Tkac <atkac redhat com> 1.8.99.905-2
|
|
|
|
- include more files in the -source subpkg to make Xvnc compilable
|
|
|
|
|
2010-07-18 23:06:47 +00:00
|
|
|
* Fri Jul 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.99.905-1
|
|
|
|
- xserver 1.8.99.905
|
|
|
|
- xserver-1.8-entervt.patch: drop, upstream.
|
|
|
|
|
2010-07-15 06:02:41 +00:00
|
|
|
* Thu Jul 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.99.904-6
|
|
|
|
- xserver-1.8-enter-leave-woes.patch: ignore grabs for enter/leave events
|
|
|
|
(#538462)
|
|
|
|
|
2010-07-14 20:49:23 +00:00
|
|
|
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 1.8.99.904-5
|
2010-07-14 20:46:11 +00:00
|
|
|
- Add patch from master which blocks gnome-shell development
|
|
|
|
|
2010-07-08 22:20:51 +00:00
|
|
|
* Fri Jul 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.99.904-3
|
|
|
|
- BuildRequires updated xorg-x11-font-utils for font-utils 1.1
|
|
|
|
- Requires libXfont 1.4.2 or newer (#611753)
|
|
|
|
|
2010-07-08 17:46:08 +00:00
|
|
|
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 1.8.99.904-2
|
|
|
|
- Install COPYING as necessary.
|
|
|
|
|
2010-07-05 00:07:04 +00:00
|
|
|
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.99.904-1
|
|
|
|
- Update to current git master (1.9 snapshot 4).
|
|
|
|
- New ABIS: videodrv 8, input 11, extension 4
|
|
|
|
- Drop upstreamed patches.
|
|
|
|
|
2010-06-24 15:22:15 +00:00
|
|
|
* Thu Jun 24 2010 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Drop a bunch of old Obsoletes from F11 and earlier.
|
|
|
|
- Drop explicit driver Requires.
|
|
|
|
- Update pixman and libdrm Requires to be more like reality.
|
|
|
|
|
2010-06-22 16:54:57 +00:00
|
|
|
* Tue Jun 22 2010 Dan Horák <dan@danny.cz> 1.8.0-8
|
|
|
|
- fix built with --disable-xorg like on s390/s390x
|
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
* Wed Jun 16 2010 Adam Jackson <ajax@redhat.com> 1.8.0-7
|
|
|
|
- Make -Xorg package provide its own ABI versions. Fail %%prep if they
|
|
|
|
don't match what the specfile claims.
|
|
|
|
- Add xserver-sdk-abi-requires to -devel to make it easy for driver packages
|
|
|
|
to require the ABI versions they were built against.
|
|
|
|
|
2010-04-15 06:57:32 +00:00
|
|
|
* Thu Apr 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-6
|
|
|
|
- xserver-1.8.0-xorg.conf.d-changes.patch: push in the upcoming 1.8.1
|
|
|
|
xorg.conf.d changes. The X server uses /etc/X11/xorg.conf now for custom
|
|
|
|
config and /usr/share/X11/xorg.conf.d for system-provided config.
|
|
|
|
- xserver-1.8-no-hardcoded-etc.patch: drop, obsolete.
|
|
|
|
- 00-evdev.conf: drop, use the upstream one.
|
|
|
|
|
|
|
|
* Thu Apr 15 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-5
|
|
|
|
- xserver-1.4.99-pic-libxf86config.patch: update, only merge CFLAGS for
|
|
|
|
libxf86config.a, not AM_CFLAGS. Makes patch mangling for the next set of
|
|
|
|
patches easier.
|
|
|
|
|
|
|
|
* Wed Apr 14 2010 Adam Tkac <atkac redhat com> 1.8.0-4
|
|
|
|
- xserver-1.7.6-export-more-dix-functions.patch: export XkbCopyDeviceKeymap
|
|
|
|
function, needed by VNC
|
|
|
|
|
|
|
|
* Mon Apr 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-3
|
|
|
|
- xserver-1.7.6-export-dix-functions: export some functions in use by VNC.
|
|
|
|
|
|
|
|
* Mon Apr 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-2
|
|
|
|
- Add Xen virtual pointer quirk to 10-quirks.conf (#523914)
|
|
|
|
|
2010-04-07 00:14:26 +00:00
|
|
|
* Tue Apr 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.8.0-1
|
|
|
|
- xserver 1.8.0
|
|
|
|
- Drop merged patches.
|
|
|
|
- Rename xdmx client to dmxinfo (change upstream).
|
|
|
|
- xserver-1.8-no-hardcoded-etc.patch: don't hardcode $prefix/etc for the
|
|
|
|
server-installed 10-evdev.conf.
|
|
|
|
|
2010-04-07 00:04:09 +00:00
|
|
|
* Tue Apr 06 2010 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- Auto-append the gitdate to the Release whenever it is set.
|
|
|
|
|
2010-03-23 03:23:10 +00:00
|
|
|
* Tue Mar 23 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.902-3.20100319
|
|
|
|
- xserver-1.8-merge-driver.patch: merge driver from input classes into
|
|
|
|
options. Fixes wacom hotplugging issues.
|
|
|
|
|
2010-03-19 03:51:52 +00:00
|
|
|
* Fri Mar 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.902-2.20100319
|
|
|
|
- xserver-1.7.4-owner-events.patch: if owner-events is true for passive
|
|
|
|
grabs, add the window mask (#543647)
|
|
|
|
|
2010-03-19 03:37:29 +00:00
|
|
|
* Fri Mar 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.902-1.20100319
|
|
|
|
- Update to today's git.
|
|
|
|
|
|
|
|
* Thu Mar 04 2010 Adam Jackson <ajax@redhat.com> 1.7.99.901-12.20100304
|
|
|
|
- xserver-1.6.1-nouveau.patch: Fall back to nv if nouveau won't load. (#519298)
|
|
|
|
|
|
|
|
* Thu Mar 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-11.20100304
|
2010-03-04 05:40:17 +00:00
|
|
|
- Update to today's git.
|
|
|
|
- BuildRequires libselinux-devel >= 2.0.86
|
|
|
|
|
2010-03-19 03:37:29 +00:00
|
|
|
* Thu Feb 25 2010 Adam Jackson <ajax@redhat.com> 1.7.99.901-10.20100223
|
|
|
|
- xserver-1.8-disable-vboxvideo.patch: Disable vboxvideo. (adamw)
|
|
|
|
|
2010-02-25 02:00:43 +00:00
|
|
|
* Thu Feb 25 2010 Dave Airlie <airlied@redhat.com> 1.7.99.901-9.20100223
|
|
|
|
- fix right-of patch to allow driver to override right-of with clone
|
|
|
|
|
|
|
|
* Tue Feb 23 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-8.0100215
|
|
|
|
- Require udev >= 148-1 for xorg-x11-server-Xorg, otherwise we don't see any
|
|
|
|
input devices (#566396). This requires is just needed now in the
|
|
|
|
transition period, we still have users with an older udev but newer
|
|
|
|
server. Also, 148-1 didn't actually exist in Fedora, but whatever next one
|
|
|
|
will do.
|
|
|
|
- Update to today's master, re-enables RECORD.
|
|
|
|
|
|
|
|
* Mon Feb 22 2010 Ben Skeggs <bskeggs@redhat.com> 1.7.99.901-7.20100215
|
|
|
|
- exa: fix gnome-panel corruption
|
|
|
|
|
2010-02-19 04:44:48 +00:00
|
|
|
* Fri Feb 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-6.20100215
|
|
|
|
- Only match device paths of /dev/input/event* for the evdev classes.
|
|
|
|
Reduces the number of error messages seen in the log when evdev can't
|
|
|
|
ioctl /dev/input/mouse devices.
|
|
|
|
|
|
|
|
* Fri Feb 19 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-5.2010208
|
|
|
|
- Change 00-evdev.conf to match all devices but joysticks (#566418)
|
|
|
|
|
2010-02-17 05:12:41 +00:00
|
|
|
* Wed Feb 17 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-4.2010208
|
|
|
|
- One day I'll remember to cvs add everything.
|
|
|
|
xserver-1.8-udev-warning.patch added.
|
|
|
|
|
2010-02-17 04:59:17 +00:00
|
|
|
* Wed Feb 17 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-3.2010208
|
|
|
|
- Add 10-quirks.conf for specific black/whitelisting of devices.
|
|
|
|
- xserver-1.8-udev-warning.patch: stick giant warning into log file that fdi
|
|
|
|
files need to be ported.
|
|
|
|
|
2010-02-16 06:14:13 +00:00
|
|
|
* Tue Feb 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-2.2010208
|
|
|
|
- Add 00-evdev.conf this time.
|
|
|
|
|
2010-02-16 05:59:00 +00:00
|
|
|
* Tue Feb 16 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-1.2010208
|
|
|
|
- Update to today's git master (1.8RC1)
|
|
|
|
- xserver-1.7.4-reset-sli-pointers.patch: drop, upstream
|
|
|
|
- Enable udev config, drop hal.
|
|
|
|
- Require system-setup-keyboard (renamed fedora-setup-keyboard)
|
|
|
|
|
2010-02-08 04:21:18 +00:00
|
|
|
* Mon Feb 08 2010 Ben Skeggs <bskeggs@redhat.com> 1.7.99.3-3.20100208
|
|
|
|
- Update to today's git master
|
|
|
|
|
2010-02-07 23:53:33 +00:00
|
|
|
* Mon Feb 08 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.3-2.20100120
|
|
|
|
- xserver-1.7.4-reset-sli-pointers.patch: reset the server LED indicator
|
|
|
|
pointers after device class copying (#540584)
|
|
|
|
|
2010-01-21 07:31:41 +00:00
|
|
|
* Wed Jan 20 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.3-1.20100120
|
|
|
|
- Update to today's git master.
|
|
|
|
- Disable prelease warning patch - this is a prerelease
|
|
|
|
- Remove upstreamed patches.
|
|
|
|
- Remove shave files, shave was purged.
|
|
|
|
|
2010-01-07 02:14:19 +00:00
|
|
|
* Tue Jan 05 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.3-7
|
|
|
|
- Require xkeyboard-config, not xkbdata. xkbdata has been replaced by
|
|
|
|
xkeyboard-config.
|
|
|
|
|
|
|
|
* Mon Jan 04 2010 Adam Jackson <ajax@redhat.com> 1.7.3-6
|
|
|
|
- Build with V=1 for debugging.
|
|
|
|
|
|
|
|
* Mon Dec 21 2009 Adam Tkac <atkac redhat com> 1.7.3-5
|
|
|
|
- ship shave.in and shave-libtool.in in the -source subpackage
|
|
|
|
|
|
|
|
* Mon Dec 21 2009 Dave Airlie <airlied@redhat.com> 1.7.3-4
|
|
|
|
- Backport FB changes from master.
|
|
|
|
|
|
|
|
* Wed Dec 17 2009 Dave Airlie <airlied@redhat.com> 1.7.3-3
|
|
|
|
- backport EXA fixes from master, should fix xfig crashes X server
|
|
|
|
|
|
|
|
* Mon Dec 14 2009 Adam Jackson <ajax@redhat.com> 1.7.3-2
|
|
|
|
- xserver-1.7.1-sigaction.patch: Drop, exacerbates a race that leads to weird
|
|
|
|
behaviour like spontaneously repeating keys.
|
|
|
|
|
|
|
|
* Tue Dec 08 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.7.3-1
|
|
|
|
- xserver 1.7.3
|
|
|
|
- xserver-1.7.1-stat-sanity.patch: Drop, merged upstream.
|
|
|
|
- xserver-1.7.1-window-pictures.patch: Drop, code it bases on reverted
|
|
|
|
upstream
|
|
|
|
- xserver-1.7.1-window-picture-performance-regression.patch: Drop, code it
|
|
|
|
bases on reverted upstream.
|
|
|
|
|
|
|
|
* Tue Nov 24 2009 Adam Jackson <ajax@redhat.com> 1.7.1-12
|
|
|
|
- xserver-1.7.1-glx14-swrast.patch: Enable GLX 1.4 for software GLX.
|
|
|
|
|
|
|
|
* Tue Nov 24 2009 Adam Jackson <ajax@redhat.com> 1.7.1-11
|
|
|
|
- xserver-1.7.1-window-picture-performance-regression.patch: Paper over a
|
|
|
|
performance regression caused by the window picture fixes.
|
|
|
|
|
|
|
|
* Mon Nov 23 2009 Adam Jackson <ajax@redhat.com> 1.7.1-10
|
|
|
|
- Fix crash message output. (#539401)
|
|
|
|
|
|
|
|
* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.7.1-9
|
|
|
|
- xserver-1.7.1-stat-sanity.patch: stat directories that actually exist
|
|
|
|
(possibly #537737).
|
|
|
|
|
|
|
|
* Mon Nov 16 2009 Adam Jackson <ajax@redhat.com> 1.7.1-8
|
|
|
|
- xserver-1.7.1-libcrypto.patch: Avoid linking against libssl, which is huge
|
|
|
|
and drags in dependent libs we don't care about.
|
|
|
|
- xserver-1.7.1-sigaction.patch: Microoptimization to SIGIO handling.
|
|
|
|
|
|
|
|
* Fri Nov 06 2009 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Fix the previous changelog entry to name the right patch
|
|
|
|
|
|
|
|
* Fri Nov 06 2009 Dave Airlie <airlied@redhat.com> 1.7.1-7
|
|
|
|
- xserver-1.7.1-window-pictures.patch: remove the miClearDrawable (fingers crossed) (#533236)
|
|
|
|
- xserver-1.7.1-gamma-kdm-fix.patch: fix KDM vt gamma (#533217)
|
|
|
|
|
|
|
|
* Wed Nov 04 2009 Adam Jackson <ajax@redhat.com> 1.7.1-6
|
|
|
|
- xserver-1.7.1-multilib.patch: Keep defining _XSERVER64, it's needed in
|
|
|
|
some of the shared client/server headers.
|
|
|
|
|
|
|
|
* Wed Nov 4 2009 Soren Sandmann <ssp@redhat.com> 1.7.1-5
|
|
|
|
- Update xserver-1.7.1-window-pictures.patch. Instead of calling
|
|
|
|
GetImage(), simply call fb* functions rather than the screen
|
|
|
|
hooks. (#524244)
|
|
|
|
|
|
|
|
* Tue Nov 3 2009 Adam Jackson <ajax@redhat.com> 1.7.1-3
|
|
|
|
- xserver-1.7.1-window-pictures.patch: Fix Render from Pictures backed by
|
|
|
|
Windows to not crash in the presence of KMS. (#524244)
|
|
|
|
|
|
|
|
* Thu Oct 29 2009 Adam Jackson <ajax@redhat.com> 1.7.1-2
|
|
|
|
- xserver-1.7.1-multilib.patch: Fix silly multilib issue. (#470885)
|
|
|
|
|
|
|
|
* Mon Oct 26 2009 Adam Jackson <ajax@redhat.com> 1.7.1-1
|
|
|
|
- xserver 1.7.1
|
|
|
|
|
|
|
|
* Sat Oct 24 2009 Ben Skeggs <bskegg@redhat.com> 1.7.0-5
|
|
|
|
- Fix unbalancing of Prepare/FinishAccess in EXA mixed pixmaps (rh#528005)
|
|
|
|
|
|
|
|
* Fri Oct 16 2009 Dave Airlie <airlied@redhat.com> 1.7.0-4
|
|
|
|
- update GLX for 1.4 version reporting
|
|
|
|
|
|
|
|
* Fri Oct 09 2009 Ben Skeggs <bskeggs@redhat.com> 1.7.0-3
|
|
|
|
- xserver-1.7.0-exa-looping-forever-is-evil.patch: Fix rendercheck hang
|
|
|
|
|
|
|
|
* Thu Oct 08 2009 Adam Jackson <ajax@redhat.com> 1.7.0-2
|
|
|
|
- xserver-1.7.0-randr-gamma-restore.patch: Restore CRTC gamma on EnterVT.
|
|
|
|
|
|
|
|
* Mon Oct 05 2009 Dave Airlie <airlied@redhat.com> 1.7.0-1
|
|
|
|
- rebase to 1.7.0 upstream release - were 99% this already
|
|
|
|
|
|
|
|
* Thu Oct 01 2009 Dave Airlie <airlied@redhat.com> 1.6.99.903-2
|
|
|
|
- backport EXA and rotate crash fixes
|
2010-01-06 02:12:19 +00:00
|
|
|
|
2009-09-28 12:10:42 +00:00
|
|
|
* Mon Sep 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99.903-1
|
|
|
|
- xserver 1.6.99.903
|
|
|
|
|
2009-09-22 05:59:02 +00:00
|
|
|
* Tue Sep 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99.902-1
|
|
|
|
- xserver 1.6.99.902
|
|
|
|
- cvs rm the now obsolete autoconf endian patch.
|
|
|
|
|
2009-09-17 20:06:21 +00:00
|
|
|
* Thu Sep 17 2009 Kristian Høgsberg <krh@redhat.com> - 1.6.99.901-3
|
|
|
|
- Back out pageflip patch and follow on patches.
|
|
|
|
|
2009-09-17 03:21:41 +00:00
|
|
|
* Thu Sep 17 2009 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- xserver-1.5.99.3-dmx-xcalloc.patch: Obsolete, drop.
|
|
|
|
- cvs rm a few other patches not used anymore.
|
|
|
|
|
2009-09-15 15:10:02 +00:00
|
|
|
* Tue Sep 15 2009 Adam Jackson <ajax@redhat.com> 1.6.99.901-2
|
|
|
|
- xserver-1.6.99-hush-prerelease-warning.patch: Quiet, you.
|
|
|
|
- Point to bodhi for the "check for latest version" message.
|
|
|
|
|
2009-09-15 00:46:01 +00:00
|
|
|
* Mon Sep 14 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99.901-1
|
|
|
|
- xserver 1.6.99.901
|
|
|
|
- Re-enable Xdmx
|
|
|
|
- xserver-1.4.99-document-fontpath-correctly.patch: Drop
|
|
|
|
|
2009-09-08 18:10:23 +00:00
|
|
|
* Tue Sep 08 2009 Adam Jackson <ajax@redhat.com> 1.6.99.900-2
|
|
|
|
- Fix -source subtree to not include generated C files from hw/xfree86.
|
|
|
|
Actually, just remove all C files from hw/xfree86 in -source, since we
|
|
|
|
don't need them to build Xvnc.
|
|
|
|
|
2009-09-07 05:54:49 +00:00
|
|
|
* Mon Sep 07 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99.900-1
|
|
|
|
- xserver 1.6.99.900
|
|
|
|
|
2009-09-03 03:11:21 +00:00
|
|
|
* Thu Sep 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-45.20090903
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-09-01 06:22:47 +00:00
|
|
|
* Tue Sep 01 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-44.20090901
|
|
|
|
- Today's git snapshot (incl. vga-arbitration).
|
|
|
|
- dri2-page-flip.patch: rebase.
|
|
|
|
- xserver-1.6.99-vga-arb.patch: Drop.
|
|
|
|
|
2009-08-28 03:03:41 +00:00
|
|
|
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-43.20090828
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-08-27 08:17:12 +00:00
|
|
|
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 1.6.99-42.20090825
|
|
|
|
- rebuilt with new openssl and audit
|
|
|
|
|
2009-08-25 08:24:54 +00:00
|
|
|
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-41.20090825
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-08-24 05:05:49 +00:00
|
|
|
* Mon Aug 24 2009 Ben Skeggs <bskeggs@redhat.com> 1.6.99-40.20090820
|
|
|
|
- xserver-1.6.1-nouveau.patch: remove vesa fallback for 0x08xx chips, KMS
|
|
|
|
should work on them now, there's accel issues on some of them but we can
|
|
|
|
fallback to shadowfb in the driver and keep KMS support.
|
|
|
|
|
2009-08-21 18:33:32 +00:00
|
|
|
* Fri Aug 21 2009 Adam Jackson <ajax@redhat.com> 1.6.99-39.20090820
|
|
|
|
- xserver-1.6.99-default-modes.patch: Don't add default modes to the pool if
|
|
|
|
the driver returned real modes (and has no EDID).
|
|
|
|
|
2009-08-20 21:40:48 +00:00
|
|
|
* Thu Aug 20 2009 Adam Jackson <ajax@redhat.com> 1.6.99-37.20090820
|
|
|
|
- Today's git snapshot.
|
|
|
|
- xserver-1.6.99-dri2-swapbuffers-fallback.patch: Fix SwapBuffers crash.
|
|
|
|
- xserver-1.6.99-linkmap.patch: Drop, superceded upstream.
|
|
|
|
- xserver-1.6.1-proc-cmdline.patch, xserver-1.6.99-dpms.patch,
|
|
|
|
xserver-1.6.99-eventtime.patch: Drop, merged.
|
|
|
|
|
2009-08-19 04:50:35 +00:00
|
|
|
* Wed Aug 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-36.20090814
|
|
|
|
- xserver-1.6.99-eventtime.patch: don't reset the last event time when the
|
|
|
|
screen saver activates.
|
|
|
|
|
2009-08-17 03:29:47 +00:00
|
|
|
* Mon Aug 17 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-35.20090814
|
|
|
|
- xserver-1.6.99-dpms.patch: don't reset last event time on DPMS changes.
|
|
|
|
|
2009-08-13 23:01:32 +00:00
|
|
|
* Fri Aug 14 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-34.20090814
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-08-11 18:27:34 +00:00
|
|
|
* Tue Aug 11 2009 Adam Jackson <ajax@redhat.com> 1.6.99-33.20090807
|
|
|
|
- xserver-1.6.99-show-ugly-cursor.patch: Drop, gtk bug found.
|
|
|
|
|
2009-08-11 04:13:12 +00:00
|
|
|
* Tue Aug 11 2009 Dave Airlie <airlied@redhat.com> 1.6.99-32.20090807
|
|
|
|
- update to latest -git for EXA fixes
|
|
|
|
|
2009-08-11 00:02:08 +00:00
|
|
|
* Mon Aug 10 2009 Adam Jackson <ajax@redhat.com> 1.6.99-31.20090807
|
|
|
|
- Move libxf86config.a back to -server-devel
|
|
|
|
- xserver-1.6.99-show-ugly-cursor.patch: Un-suppress the initial root cursor
|
|
|
|
hiding until we figure out what's wrong with gtk in anaconda.
|
|
|
|
|
2009-08-07 11:37:15 +00:00
|
|
|
* Fri Aug 07 2009 Dave Airlie <airlied@redhat.com> 1.6.99-30.20090807
|
|
|
|
- goddamit: reapply picify libxf86config.a hopefully
|
|
|
|
|
2009-08-07 05:48:12 +00:00
|
|
|
* Fri Aug 07 2009 Dave Airlie <airlied@redhat.com> 1.6.99-29.20090807
|
|
|
|
- rebase upstream
|
|
|
|
- libxf86config.a revenge, brought back .a upstream, doesn't work as .so
|
|
|
|
|
2009-08-06 18:05:30 +00:00
|
|
|
* Thu Aug 06 2009 Adam Jackson <ajax@redhat.com> 1.6.99-28.20090804
|
|
|
|
- xserver-1.6.99-dri2-crash-fixes.patch: don't cough and die just because
|
|
|
|
the driver had the gall not to register a SwapBuffers handler.
|
|
|
|
|
2009-08-05 17:55:58 +00:00
|
|
|
* Wed Aug 05 2009 Adam Jackson <ajax@redhat.com> 1.6.99-27.20090804
|
|
|
|
- xserver-1.6.99-vga-arb.patch: Fix crashes from miscompilation without
|
|
|
|
xorg-config.h.
|
|
|
|
|
2009-08-05 05:55:36 +00:00
|
|
|
* Wed Aug 05 2009 Dave Airlie <airlied@redhat.com> 1.6.99-26.20090804
|
|
|
|
- fix VGA arb device lookup - noticed by mclasen in qemu
|
|
|
|
|
2009-08-04 10:14:56 +00:00
|
|
|
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 1.6.99-25.20090804
|
|
|
|
- fix VGA arb fatal error
|
|
|
|
|
2009-08-04 06:10:29 +00:00
|
|
|
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 1.6.99-24.20090804
|
|
|
|
- update server snapshot + add VGA arbitration
|
|
|
|
|
2009-08-03 18:50:34 +00:00
|
|
|
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.6.99-23.20090724
|
|
|
|
- Un-Requires xorg-x11-filesystem
|
|
|
|
|
2009-07-31 17:56:40 +00:00
|
|
|
* Wed Jul 29 2009 Kristian Høgsberg <krh@redhat.com> - 1.6.99-22.20090724
|
|
|
|
- Add DRI2 page flipping feature.
|
|
|
|
|
2009-07-28 18:41:28 +00:00
|
|
|
* Tue Jul 28 2009 Adam Jackson <ajax@redhat.com> 1.6.99-21.20090724
|
|
|
|
- xserver-1.6.99-right-of.patch: Default to right-of initial placement
|
|
|
|
for RANDR 1.2 drivers with enough virtual space.
|
|
|
|
|
2009-07-28 14:33:20 +00:00
|
|
|
* Tue Jul 28 2009 Adam Jackson <ajax@redhat.com> 1.6.99-20.20090724
|
|
|
|
- xserver-1.6.99-use-pci-access-boot.patch: Some chips (thanks Intel) will
|
|
|
|
change their PCI class at runtime if you disable their VGA decode, so
|
|
|
|
consider both 0x0300 and 0x0380 classes when looking for the boot VGA.
|
|
|
|
|
2009-07-28 14:16:23 +00:00
|
|
|
* Tue Jul 28 2009 Adam Jackson <ajax@redhat.com> 1.6.99-19.20090724
|
|
|
|
- xserver-1.6.99-randr-error-debugging.patch: Dump RANDR protocol errors
|
|
|
|
to the log.
|
|
|
|
- Un-package xf8_16bpp, no one cares.
|
|
|
|
|
2009-07-27 05:26:40 +00:00
|
|
|
* Mon Jul 27 2009 Dave Airlie <airlied@redhat.com> 1.6.99-18.20090724
|
|
|
|
- xserver-1.6.99-use-pci-access-boot.patch: use pciaccess boot vga
|
|
|
|
- not sure what is up with the Conflicts stuff
|
|
|
|
|
2009-07-25 04:50:28 +00:00
|
|
|
* Sat Jul 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-17.20090724
|
|
|
|
- Bump release number.
|
|
|
|
|
2009-07-25 04:48:06 +00:00
|
|
|
* Fri Jul 24 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-16.20090724
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-07-23 19:33:58 +00:00
|
|
|
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.6.99-16.20090721
|
|
|
|
- xserver-1.6.99-linkmap.patch: Print load offsets of all DSOs on backtrace
|
2009-08-05 17:55:58 +00:00
|
|
|
so we can addr2line afterwards.
|
2009-07-23 19:33:58 +00:00
|
|
|
|
2009-07-21 17:31:15 +00:00
|
|
|
* Tue Jul 21 2009 Adam Jackson <ajax@redhat.com> 1.6.99-15.20090721
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-07-15 19:22:14 +00:00
|
|
|
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> 1.6.99-14.20090715
|
|
|
|
- Move PAM config file here from xdm.
|
|
|
|
|
2009-07-15 06:20:20 +00:00
|
|
|
* Wed Jul 15 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-13.20090715
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
2009-07-14 18:50:51 +00:00
|
|
|
* Tue Jul 14 2009 Adam Jackson <ajax@redhat.com> 1.6.99-12.20090714
|
|
|
|
- Today's git snapshot.
|
|
|
|
- Drop the %%pre script for Xorg, everyone ought to be migrated by now.
|
|
|
|
|
2009-07-10 04:41:40 +00:00
|
|
|
* Fri Jul 10 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-11.20090710
|
|
|
|
- Today's git snapshot.
|
|
|
|
- xserver-1.6.0-no-i810.patch: Drop.
|
|
|
|
|
2009-07-07 20:21:37 +00:00
|
|
|
* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 1.6.99-10.20090707
|
|
|
|
- Today's git snapshot.
|
|
|
|
- xserver-1.4.99-pic-libxf86config.patch: Drop.
|
|
|
|
- xserver-1.4.99-document-fontpath-correctly.patch: Typo fixes.
|
|
|
|
- libxf86config subpackages.
|
|
|
|
|
2009-07-06 05:58:35 +00:00
|
|
|
* Mon Jul 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-9.20090706
|
|
|
|
- Today's git snapshot.
|
|
|
|
- xserver-1.5.0-bad-fbdev-thats-mine.patch: Drop. Merged upstream.
|
|
|
|
|
2009-06-29 21:51:43 +00:00
|
|
|
* Mon Jun 29 2009 Adam Jackson <ajax@redhat.com> 1.6.99-8.20090618
|
2009-06-29 21:52:47 +00:00
|
|
|
- Move xkb requires to -common subpackage, Xephyr needs them too.
|
2009-06-29 21:51:43 +00:00
|
|
|
|
2009-06-29 14:12:47 +00:00
|
|
|
* Mon Jun 29 2009 Adam Jackson <ajax@redhat.com> 1.6.99-7.20090618
|
|
|
|
- xserver-1.5.99.902-selinux-debugging.patch: Drop.
|
|
|
|
- xorg-x11-server-1.1.0-no-move-damage.patch: Drop.
|
|
|
|
- xserver-1.4.99-dont-backfill-bg-none.patch: Drop.
|
|
|
|
|
2009-06-23 12:57:56 +00:00
|
|
|
* Tue Jun 23 2009 Adam Tkac <atkac redhat com> 1.6.99-6.20090618
|
|
|
|
- build xorg-x11-server-source as noarch
|
|
|
|
|
2009-06-23 04:02:10 +00:00
|
|
|
* Tue Jun 23 2009 Ben Skeggs <bskeggs@redhat.com> 1.6.99-5.20090618
|
|
|
|
- update nouveau autoconfig patch from F11
|
|
|
|
|
2009-06-21 22:56:31 +00:00
|
|
|
* Mon Jun 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-4.20090618
|
|
|
|
- move libxf86config.so to devel package, libxf86config.so.* stays in the
|
|
|
|
Xorg package.
|
|
|
|
|
2009-06-21 10:30:08 +00:00
|
|
|
* Sun Jun 21 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-3.20090618
|
|
|
|
- Move libxf86config files to package xorg-x11-server-Xorg, libxf86config is
|
|
|
|
a shared lib now and required by the Xorg binary.
|
|
|
|
|
2009-06-19 07:09:28 +00:00
|
|
|
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-2.20090618
|
|
|
|
- add missing commitid file.
|
|
|
|
|
2009-06-19 07:03:32 +00:00
|
|
|
* Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99.1.20090618
|
|
|
|
- Today's git snapshot.
|
|
|
|
- disable Xdmx - it's broken upstream
|
|
|
|
- Removing patches merged upstream or obsolete.
|
|
|
|
xserver-1.4.99-endian.patch - obsolete with autoconf 2.63-1 (#449944)
|
|
|
|
xserver-1.5.99.902-sod-off-poulsbo.patch - upstream
|
|
|
|
xserver-1.6.0-selinux-less.patch - upstream
|
|
|
|
xserver-1.5.99.902-vnc.patch - upstream
|
|
|
|
xserver-1.6.0-restore-zap.patch - upstream
|
|
|
|
xserver-1.6.0-xinerama-cursors.patch - upstream
|
|
|
|
xserver-1.6.0-xinerama-crashes.patch - obsolete, server 1.6 only
|
|
|
|
xserver-1.6.1-xkbsendmap.patch - upstream
|
|
|
|
xserver-1.6.0-randr-xinerama-crash.patch - upstream
|
|
|
|
xserver-1.6.1-avoid-malloc-for-logging.patch - upstream
|
|
|
|
xserver-1.6.1-exa-avoid-swapped-out.patch - upstream
|
|
|
|
xserver-1.6.1-exa-create-pixmap2.patch - upstream
|
|
|
|
xserver-1.6.1-fix-glx-drawable.patch - upstream
|
|
|
|
xserver-1.6.1-randr-gamma.patch - upstream
|
|
|
|
xserver-1.6.1-vt-switch.patch - obsolete
|
|
|
|
xserver-1.6.1-pea-quirk.patch - will be upstream
|
|
|
|
|
2009-04-14 20:55:05 +00:00
|
|
|
* Tue Apr 14 2009 Adam Jackson <ajax@redhat.com> 1.6.1-1
|
|
|
|
- xserver 1.6.1
|
|
|
|
|
2009-04-13 18:52:29 +00:00
|
|
|
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 1.6.0-20
|
|
|
|
- Obsolete a bunch of input drivers. (#493221)
|
|
|
|
|
2009-04-09 14:45:38 +00:00
|
|
|
* Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 1.6.0-19
|
|
|
|
- xserver-1.6.0-no-i810.patch: Don't try to load i810.
|
|
|
|
|
2009-04-09 05:39:34 +00:00
|
|
|
* Thu Apr 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-18
|
|
|
|
- xserver-1.6.0-restore-zap.patch: Restore default off for DontZap.
|
|
|
|
|
2009-04-06 20:09:11 +00:00
|
|
|
* Mon Apr 06 2009 Adam Jackson <ajax@redhat.com> 1.6.0-17
|
|
|
|
- xserver-1.6.0-displayfd.patch: Add -displayfd commandline option.
|
|
|
|
|
2009-03-30 16:02:45 +00:00
|
|
|
* Mon Mar 30 2009 Adam Jackson <ajax@redhat.com> 1.6.0-16
|
|
|
|
- Don't nuke ModulePath lines in xorg.conf anymore. If you're still doing
|
|
|
|
this it's probably because you need to. (#490294)
|
|
|
|
|
2009-03-25 06:49:08 +00:00
|
|
|
* Wed Mar 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-15
|
|
|
|
- xserver-1.6.0-xtest-pointerscreen.patch: set POINTER_SCREEN flag for core
|
|
|
|
XTestFakeInput events (#490984)
|
|
|
|
- xserver-1.6.0-xinerama-cursors.patch: don't display SW cursors when
|
|
|
|
switching screens.
|
|
|
|
- xserver-1.6.0-xinerama-crashes.patch: don't crash on key repeats in xinerama
|
|
|
|
setups.
|
|
|
|
|
2009-03-18 13:36:23 +00:00
|
|
|
* Wed Mar 18 2009 Adam Jackson <ajax@redhat.com> 1.6.0-14
|
|
|
|
- s390 fixes (Karsten Hopp)
|
|
|
|
|
2009-03-12 17:34:00 +00:00
|
|
|
* Thu Mar 12 2009 Adam Jackson <ajax@redhat.com> 1.6.0-13
|
|
|
|
- xselinux-1.6.0-selinux-nlfd.patch: Acquire the netlink socket from selinux,
|
|
|
|
check it ourselves rather than having libselinux bang on it all the time.
|
|
|
|
|
2009-03-11 20:49:07 +00:00
|
|
|
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.6.0-12
|
|
|
|
- Requires: pixman >= 0.14.0
|
|
|
|
|
2009-03-11 18:20:28 +00:00
|
|
|
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.6.0-11
|
|
|
|
- xserver-1.6.0-less-acpi-brokenness.patch: Don't build the (broken)
|
|
|
|
ACPI code.
|
|
|
|
|
2009-03-11 17:02:03 +00:00
|
|
|
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.6.0-10
|
|
|
|
- xserver-1.6.0-selinux-less.patch: Don't init selinux unless the policy
|
|
|
|
says to be an object manager.
|
|
|
|
|
2009-03-06 23:40:09 +00:00
|
|
|
* Fri Mar 06 2009 Dennis Gilmore <dennis@ausil.us> 1.6.0-9
|
|
|
|
- BR kernel-headers not kernel-devel
|
|
|
|
|
2009-03-06 18:02:40 +00:00
|
|
|
* Fri Mar 06 2009 Adam Jackson <ajax@redhat.com> 1.6.0-8
|
|
|
|
- xserver-1.6.0-primary.patch: Really, only look at VGA devices. (#488869)
|
|
|
|
|
2009-03-04 22:51:51 +00:00
|
|
|
* Thu Mar 05 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-7
|
|
|
|
- Remove 10-x11-keymap.fdi, this is provided by fedora-setup-keyboard now.
|
|
|
|
|
2009-03-04 21:25:58 +00:00
|
|
|
* Wed Mar 04 2009 Adam Jackson <ajax@redhat.com> 1.6.0-6
|
|
|
|
- Move fedora-setup-keyboard (and libdrm) Requires to the Xorg subpackage,
|
|
|
|
since they won't do anything at the top level.
|
|
|
|
- Remove BR: freetype freetype-devel.
|
|
|
|
- xserver-1.6.0-primary.patch: Only consider actual VGA devices.
|
|
|
|
|
2009-03-04 01:14:57 +00:00
|
|
|
* Wed Mar 04 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-5
|
|
|
|
- Drop our own fedora-setup-keyboard script, Require: fedora-setup-keyboard
|
|
|
|
package instead.
|
|
|
|
|
2009-03-03 19:56:43 +00:00
|
|
|
* Tue Mar 03 2009 Adam Jackson <ajax@redhat.com> 1.6.0-4
|
|
|
|
- xserver-1.6.0-selinux-raw.patch: Deal in raw contexts, to avoid paying
|
|
|
|
the price for setrans on every object.
|
|
|
|
- xserver-1.6.0-primary.patch: Try harder to figure out what the primary
|
|
|
|
video device is on machines with multiple GPUs.
|
|
|
|
- xserver-1.6.0-selinux-destroy.patch: Don't bother relabeling objects that
|
|
|
|
are on the way to destruction.
|
|
|
|
|
2009-03-02 17:59:04 +00:00
|
|
|
* Mon Mar 02 2009 Adam Jackson <ajax@redhat.com> 1.6.0-3
|
|
|
|
- xserver-1.6.0-preferred-thinko.patch: Fix a thinko in output setup when
|
|
|
|
only one head is attached.
|
|
|
|
|
2009-02-27 00:42:40 +00:00
|
|
|
* Fri Feb 27 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-2
|
|
|
|
- xserver-1.6.0-XIPropToInt.patch: add XIPropToInt helper function
|
|
|
|
(requirement for XATOM_FLOAT patch)
|
|
|
|
- xserver-1.6.0-XATOM_FLOAT.patch: add support for float properties.
|
|
|
|
|
2009-02-25 20:37:02 +00:00
|
|
|
* Wed Feb 25 2009 Adam Jackson <ajax@redhat.com> 1.6.0-1
|
|
|
|
- xserver 1.6.0
|
|
|
|
|
2009-02-18 20:34:14 +00:00
|
|
|
* Wed Feb 18 2009 Adam Jackson <ajax@redhat.com> 1.5.99.903-3
|
|
|
|
- xserver-1.5.99.903-fontmod.h: Fix build against new libXfont.
|
|
|
|
|
2009-02-18 17:05:49 +00:00
|
|
|
* Wed Feb 18 2009 Adam Jackson <ajax@redhat.com> 1.5.99.903-2
|
|
|
|
- xserver-1.5.99.903-glx-visual-score.patch: Fix visual scoring.
|
|
|
|
|
2009-02-18 07:13:02 +00:00
|
|
|
* Wed Feb 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.903-1
|
|
|
|
- xserver 1.6. RC 3
|
|
|
|
- remove patches merged into upstream.
|
|
|
|
|
2009-02-17 19:19:59 +00:00
|
|
|
* Tue Feb 17 2009 Adam Jackson <ajax@redhat.com> 1.5.99.902-13
|
|
|
|
- xserver-1.5.99.902-randr-soft-getpanning.patch: Fail RRGetPanning softly
|
|
|
|
when the driver doesn't support it.
|
|
|
|
|
2009-02-16 06:25:26 +00:00
|
|
|
* Mon Feb 16 2009 Ben Skeggs <bskeggs@redhat.com> 1.5.99.902-12
|
|
|
|
- xserver-1.5.99.902-nouveau.patch: select nouveau as default driver
|
|
|
|
for NVIDIA GPUs
|
|
|
|
|
2009-02-16 06:14:59 +00:00
|
|
|
* Mon Feb 16 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-11
|
|
|
|
- xserver-1.5.99.902-xkb-colors.patch: don't confuse src and dst when copying
|
|
|
|
color labels (#469572)
|
|
|
|
|
2009-02-12 18:13:40 +00:00
|
|
|
* Thu Feb 12 2009 Adam Tkac <atkac redhat com> 1.5.99.902-10
|
|
|
|
- don't call drv->UnInit if device doesn't have driver
|
|
|
|
|
2009-02-11 01:28:09 +00:00
|
|
|
* Wed Feb 11 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-9
|
|
|
|
- xserver-1.5.99.902-always-RAW.patch: always init the console to RAW mode.
|
|
|
|
|
2009-02-10 18:54:38 +00:00
|
|
|
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com> 1.5.99.902-8
|
|
|
|
- Re-enable RECORD. (#472168)
|
|
|
|
|
2009-02-10 15:34:23 +00:00
|
|
|
* Tue Feb 10 2009 Adam Jackson <ajax@redhat.com> 1.5.99.902-7
|
|
|
|
- xserver-1.5.99.902-sod-off-poulsbo.patch: Don't try the intel driver on
|
|
|
|
GMA500. (#472674)
|
|
|
|
|
2009-02-10 04:14:28 +00:00
|
|
|
* Tue Feb 10 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-6
|
|
|
|
- xserver-1.5.99.902-listen-for-hal.patch: listen for HAL startup
|
|
|
|
notifications if it isn't running already.
|
|
|
|
|
2009-02-09 00:44:59 +00:00
|
|
|
* Mon Feb 09 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-5
|
|
|
|
- xserver-1.5.99.902-mediakeys-crash.patch: don't crash when multimedia keys
|
|
|
|
are pressed (#483435)
|
|
|
|
|
2009-02-08 07:09:23 +00:00
|
|
|
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 1.5.99.902-4
|
|
|
|
- xserver-1.5.99.902-selinux-debugging.patch: Try to figure out why selinux
|
|
|
|
class map setup fails.
|
|
|
|
- Remove mtrr header hack.
|
|
|
|
|
2009-02-05 22:21:20 +00:00
|
|
|
* Fri Feb 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-3
|
|
|
|
- Update 10-x11-keymap.fdi: only call fedora-setup-keyboard for devices with
|
|
|
|
input.capabilities = keyboard (#484217)
|
|
|
|
|
2009-02-03 23:36:39 +00:00
|
|
|
* Wed Feb 04 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-2
|
|
|
|
- xserver-1.5.99.902-xinerama.patch: don't update the sprite root window in
|
|
|
|
Xinerama setups (#473825)
|
|
|
|
|
2009-02-02 23:02:34 +00:00
|
|
|
* Tue Feb 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-1
|
|
|
|
- xserver 1.6. RC 2
|
|
|
|
|
2009-01-27 00:47:45 +00:00
|
|
|
* Tue Jan 27 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.901-5
|
|
|
|
- replace fedora-setup-keyboard with pure python one (#478431)
|
|
|
|
|
2009-01-26 23:47:11 +00:00
|
|
|
* Tue Jan 27 2009 Dave Airlie <airlied@redhat.com> 1.5.99.901-4
|
|
|
|
- xserver-1.5.99.3-fix-core-fonts.patch (#478999)
|
|
|
|
|
2009-01-26 18:21:19 +00:00
|
|
|
* Mon Jan 26 2009 Adam Tkac <atkac redhat com> 1.5.99.901-3
|
|
|
|
- improved xserver-1.5.99.3-broken-mtrr-header.patch to unbreak mtrr.h again
|
|
|
|
|
2009-01-26 17:14:12 +00:00
|
|
|
* Mon Jan 26 2009 Adam Tkac <atkac redhat com> 1.5.99.901-2
|
|
|
|
- rebuild against new openssl
|
|
|
|
|
2009-01-12 23:21:24 +00:00
|
|
|
* Tue Jan 13 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.901-1
|
|
|
|
- xserver 1.6 RC 1
|
|
|
|
- fix "git-xyz" to "git xyz"
|
|
|
|
- revert yesterdays changes to make-git-snapshot.sh, that was a bad idea.
|
|
|
|
|
2009-01-12 01:26:08 +00:00
|
|
|
* Mon Jan 12 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.3-5
|
|
|
|
- rebase to today's server-1.6-enterleave branch, current 1.6 plus enterleave
|
|
|
|
patches.
|
|
|
|
- drop xserver-1.5.99.3-offscreen-pixmaps.patch - merged upstream
|
|
|
|
- fix up git checkout in make-git-snapshot.sh to allow a remote branch to be
|
|
|
|
specified as $1.
|
|
|
|
|
2009-01-08 15:06:55 +00:00
|
|
|
* Thu Jan 08 2009 Adam Jackson <ajax@redhat.com> 1.5.99.3-8
|
|
|
|
- xserver-1.5.99.3-broken-mtrr-header.patch: Unbreak broken mtrr.h.
|
|
|
|
|
2009-01-07 22:15:57 +00:00
|
|
|
* Wed Jan 07 2009 Adam Jackson <ajax@redhat.com> 1.5.99.3-7
|
|
|
|
- xserver-1.5.99.3-offscreen-pixmaps.patch: Turn off offscreen pixmaps in XAA.
|
|
|
|
Again. Sigh.
|
|
|
|
|
2009-01-07 15:57:07 +00:00
|
|
|
* Wed Jan 07 2009 Adam Tkac <atkac redhat com> 1.5.99.3-6
|
|
|
|
- use "git am" instead of "git-am"
|
|
|
|
- added more sources into xorg-x11-server-source to make source compilable
|
|
|
|
|
2008-12-29 01:24:34 +00:00
|
|
|
* Mon Dec 29 2008 Dave Airlie <airlied@redhat.com> 1.5.99.3-5
|
|
|
|
- remove unused build options - enable dri2
|
|
|
|
|
2008-12-23 23:53:58 +00:00
|
|
|
* Wed Dec 24 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.3-4
|
|
|
|
- xserver-1.5.99.3-ddx-rules.patch: enable the DDX to set the rules for the
|
|
|
|
core devices (#477712)
|
|
|
|
- Require xorg-x11-drv-evdev 2.1.0-3 for ABI.
|
|
|
|
|
2008-12-22 18:47:10 +00:00
|
|
|
* Mon Dec 22 2008 Adam Jackson <ajax@redhat.com> 1.5.99.3-3
|
|
|
|
- xserver-1.5.0-bad-fbdev-thats-mine.patch: Do the same for sbus that we do
|
|
|
|
for pci.
|
|
|
|
|
2008-12-22 07:10:54 +00:00
|
|
|
* Mon Dec 22 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.3-2
|
|
|
|
- Update to today's server-1.6 branch tip.
|
|
|
|
|
2008-12-19 07:34:33 +00:00
|
|
|
* Fri Dec 19 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.3-1
|
|
|
|
- xserver 1.5.99.3
|
|
|
|
- drop patches merged into master
|
|
|
|
- xserver-1.5.99.3-dmx-xcalloc.patch: avoid dmx Xcalloc build errors
|
|
|
|
|
2008-11-05 20:52:15 +00:00
|
|
|
* Wed Nov 05 2008 Adam Jackson <ajax@redhat.com> 1.5.3-1
|
|
|
|
- xserver 1.5.3
|
|
|
|
|
2008-10-31 17:34:06 +00:00
|
|
|
* Fri Oct 31 2008 Adam Jackson <ajax@redhat.com> 1.5.2-12
|
|
|
|
- xserver-1.5.2-drain-console.patch: Silently eat any input we get from the
|
|
|
|
tty fd, lest terrible wakeup storms ensue.
|
|
|
|
|
2008-10-28 21:48:22 +00:00
|
|
|
* Tue Oct 28 2008 Adam Jackson <ajax@redhat.com> 1.5.2-11
|
|
|
|
- Un-require mouse and keyboard, we're an evdev shop now
|
|
|
|
- Drop some obsoletes from the F7 timeframe
|
|
|
|
- Require vesa on i386 and amd64, fbdev elsewhere
|
|
|
|
|
2008-10-27 21:28:00 +00:00
|
|
|
* Mon Oct 27 2008 Adam Jackson <ajax@redhat.com> 1.5.2-10
|
|
|
|
- xserver-1.5.0-bg-none-root.patch: Make it something the driver has to
|
|
|
|
explicitly claim support for, so we don't get garbage when you do -nr
|
|
|
|
on vesa for example.
|
|
|
|
|
2008-10-27 00:56:04 +00:00
|
|
|
* Mon Oct 27 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.2-9
|
|
|
|
- xserver-1.5.2-more-sanity-checks.patch: more sanity checks to stop vmmouse
|
|
|
|
from segfaulting the server. #434807
|
|
|
|
|
2008-10-22 06:12:03 +00:00
|
|
|
* Wed Oct 22 2008 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- Update xserver-1.5.2-disable-kbd-mouse.patch: add line to xorg.conf man-page
|
|
|
|
stating that devices are disabled if AEI is on.
|
|
|
|
|
2008-10-21 23:56:21 +00:00
|
|
|
* Wed Oct 22 2008 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- fix typo in xserver-1.5.2-no-duplicate-devices.patch
|
|
|
|
|
2008-10-20 14:37:17 +00:00
|
|
|
* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 1.5.2-8
|
|
|
|
- xserver-1.5.2-exa-sync-less.patch: Avoid migrating pixmaps out on
|
|
|
|
PutImage.
|
|
|
|
|
2008-10-20 03:33:05 +00:00
|
|
|
* Mon Oct 20 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.2-7
|
|
|
|
- xserver-1.5.2-no-duplicate-devices.patch: don't re-add devices through HAL
|
|
|
|
if they are already added (#467462).
|
|
|
|
|
2008-10-19 07:53:35 +00:00
|
|
|
* Sun Oct 19 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.2-6
|
|
|
|
- Update xserver-1.5.2-disable-kbd-mouse.patch: if no config file is present,
|
|
|
|
we need to force AllowEmptyInput on.
|
|
|
|
|
2008-10-16 06:49:35 +00:00
|
|
|
* Thu Oct 16 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.2-5
|
|
|
|
- xserver-1.5.2-enable-RAW-console.patch: enable RAW mode for console, no need
|
|
|
|
for grabbing the evdev device anymore.
|
|
|
|
- xserver-1.5.2-disable-kbd-mouse.patch: if AllowEmptyInput is on, don't allow
|
|
|
|
mouse or keyboard drivers.
|
|
|
|
|
2008-10-14 18:22:20 +00:00
|
|
|
* Tue Oct 14 2008 Adam Jackson <ajax@redhat.com> 1.5.2-4
|
|
|
|
- xserver-1.5.2-lies-damn-lies-and-aspect-ratios.patch: Catch even more
|
|
|
|
cases of the monitor encoding aspect ratio for size. (#458747)
|
|
|
|
|
2008-10-14 17:03:20 +00:00
|
|
|
* Tue Oct 14 2008 Adam Jackson <ajax@redhat.com> 1.5.2-3
|
|
|
|
- xserver-1.5.2-backtrace-defines.patch: Get HAVE_BACKTRACE defined even at
|
|
|
|
the DIX level.
|
|
|
|
|
2008-10-10 20:58:51 +00:00
|
|
|
* Fri Oct 10 2008 Adam Jackson <ajax@redhat.com> 1.5.2-2
|
|
|
|
- xserver-1.5.1-global-backtrace.patch: Make backtraces possible from
|
|
|
|
outside the xfree86 DDX.
|
|
|
|
- xserver-1.5.2-mieq-backtrace.patch: bt when we fill the input queue.
|
|
|
|
|
2008-10-10 19:30:43 +00:00
|
|
|
* Fri Oct 10 2008 Adam Jackson <ajax@redhat.com> 1.5.2-1
|
|
|
|
- xserver 1.5.2
|
|
|
|
- xserver-1.5.0-comment-out-glxdri2.c: Drop, no longer relevant.
|
|
|
|
- xserver-1.5.0-xkb-core-kbd-map-fix.patch: Drop, merged.
|
|
|
|
- xserver-1.5.1-int10-leaks.patch: Drop, merged.
|
|
|
|
|
2008-10-10 18:19:54 +00:00
|
|
|
* Fri Oct 10 2008 Adam Jackson <ajax@redhat.com> 1.5.1-11
|
|
|
|
- xserver-1.3.0-no-prerelease-warning.patch: Drop.
|
|
|
|
|
2008-10-07 21:02:18 +00:00
|
|
|
* Tue Oct 07 2008 Dave Airlie <airlied@redhat.com> 1.5.1-10
|
|
|
|
- actually apply exa fix patch
|
|
|
|
|
2008-10-07 18:08:20 +00:00
|
|
|
* Tue Oct 07 2008 Adam Jackson <ajax@redhat.com> 1.5.1-9
|
|
|
|
- xserver-1.5.1-xgi.patch: Move XGI cards onto the sis driver. (#453812)
|
|
|
|
|
2008-10-07 17:47:40 +00:00
|
|
|
* Tue Oct 07 2008 Adam Jackson <ajax@redhat.com> 1.5.1-8
|
|
|
|
- xserver-1.5.1-int10-leaks.patch: Shut up some useless int10 debugging and
|
|
|
|
plug a memory leak.
|
|
|
|
|
2008-10-07 15:35:36 +00:00
|
|
|
* Tue Oct 7 2008 Adam Jackson <ajax@redhat.com> 1.5.1-7
|
|
|
|
- xserver-1.5.1-mode-debug.patch: Force mode debugging on.
|
|
|
|
|
2008-10-07 04:05:40 +00:00
|
|
|
* Tue Oct 7 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.5.1-6
|
|
|
|
- xserver-1.5.0-xkb-core-kbd-map-fix.patch: don't invent groups when mapping
|
|
|
|
from xkb to core and back, and squash canonical types into explicit ones on
|
|
|
|
core reconstruction (2 patches). #460545
|
|
|
|
|
2008-10-06 01:49:31 +00:00
|
|
|
* Mon Oct 06 2008 Dave Airlie <airlied@redhat.com> 1.5.1-5
|
|
|
|
- xserver-1.5.1-exa-fix-glyph-segfault.patch - fix EXA rects crash (462447)
|
|
|
|
|
2008-09-30 21:33:21 +00:00
|
|
|
* Tue Sep 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.1-4
|
|
|
|
- fix typo. :P
|
|
|
|
|
2008-09-30 20:32:20 +00:00
|
|
|
* Tue Sep 30 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.1-3
|
|
|
|
- add xvfb-run helper script to Xvfb package
|
|
|
|
|
2008-09-25 05:47:57 +00:00
|
|
|
* Thu Sep 25 2008 Dave Airlie <airlied@redhat.com> 1.5.1-2
|
|
|
|
- fix crash with x11perf on r500 modesetting
|
|
|
|
|
2008-09-23 19:36:20 +00:00
|
|
|
* Tue Sep 23 2008 Adam Jackson <ajax@redhat.com> 1.5.1-1
|
|
|
|
- xserver 1.5.1
|
|
|
|
- Trim %%changelog.
|
|
|
|
|
2008-09-11 18:33:48 +00:00
|
|
|
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 1.5.0-6
|
|
|
|
- Comment out glxdri2.c since it doesn't compile. (krh says it
|
|
|
|
won't break at runtime).
|
|
|
|
|
2008-09-11 17:47:24 +00:00
|
|
|
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 1.5.0-5
|
|
|
|
- Bump BuildRequires on mesa-GL-devel. Maybe that will work.
|
|
|
|
|
2008-09-11 17:36:09 +00:00
|
|
|
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 1.5.0-4
|
|
|
|
- Bump BuildRequires on xorg-x11-proto-devel
|
|
|
|
|
2008-09-11 14:51:35 +00:00
|
|
|
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 1.5.0-3
|
|
|
|
- Change the external monitor patch to base off of amount of video ram.
|
|
|
|
|
2008-09-11 13:31:53 +00:00
|
|
|
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 1.5.0-3
|
|
|
|
- Change the default screen limits to include room for a 1280 wide
|
|
|
|
projector.
|
|
|
|
|
2008-09-10 10:47:21 +00:00
|
|
|
* Wed Sep 10 2008 Dave Airlie <airlied@redhat.com> 1.5.0-2
|
|
|
|
- bring master exa back
|
|
|
|
|
2008-09-03 23:41:17 +00:00
|
|
|
* Wed Sep 03 2008 Adam Jackson <ajax@redhat.com> 1.5.0-1
|
|
|
|
- xserver 1.5.0
|
|
|
|
- Revert to the EXA from 1.5.0, should be good enough one hopes.
|
|
|
|
- Add .gitignore from git, so working with the artificial git tree is less
|
|
|
|
flakey.
|
|
|
|
|
2008-08-27 15:38:51 +00:00
|
|
|
* Mon Aug 25 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-10
|
|
|
|
- xserver-1.5.0-edid-backport.patch: Backport EDID updates from master.
|
|
|
|
|
2008-08-22 20:08:52 +00:00
|
|
|
* Wed Aug 20 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-9
|
|
|
|
- xserver-1.5.0-hide-cursor.patch: Suppress displaying the cursor until
|
|
|
|
an app calls XDefineCursor().
|
|
|
|
|
2008-08-15 00:43:05 +00:00
|
|
|
* Thu Aug 14 2008 Kristian Høgsberg <krh@redhat.com> - 1.4.99.906-8
|
|
|
|
- Add bg-none-root patch for plymouth.
|
|
|
|
|
2008-08-14 08:52:13 +00:00
|
|
|
* Thu Aug 14 2008 Dave Airlie <airlied@redhat.com> 1.4.99.906-7
|
|
|
|
- EXA backport master EXA code for optimisations
|
|
|
|
|
2008-08-13 17:44:01 +00:00
|
|
|
* Wed Aug 13 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-6
|
|
|
|
- xserver-1.5.0-enable-selinux.patch: Enable selinux again.
|
|
|
|
|
2008-08-05 05:10:31 +00:00
|
|
|
* Tue Aug 05 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.906-5
|
|
|
|
- xserver-1.5.0-xkb-fix-ProcXkbSetXYZ-to-work-on-all.patch: force xkb requests
|
|
|
|
to apply to all extension devices.
|
|
|
|
- drop call-SwitchCoreKeyboard.patch
|
|
|
|
- xserver-1.5.0-force-SwitchCoreKeyboard-for-evdev.patch: force
|
|
|
|
SwitchCoreKeyboard for evdev devices to push device keymap into core device.
|
|
|
|
|
2008-08-04 21:17:02 +00:00
|
|
|
* Mon Aug 04 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-4
|
2008-08-04 21:15:46 +00:00
|
|
|
- 10-x11-keymap.fdi, fedora-setup-keyboard: Attempt to read keyboard settings
|
|
|
|
from /etc/sysconfig/keyboard and stuff them into hal.
|
|
|
|
|
2008-08-05 05:10:31 +00:00
|
|
|
* Mon Aug 04 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.906-3
|
|
|
|
- xserver-1.5.0-call-SwitchCoreKeyboard-for-first-device.patch: force a keymap
|
|
|
|
switch to push the device keymap into the core device.
|
|
|
|
|
2008-07-31 13:44:42 +00:00
|
|
|
* Thu Jul 31 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-2
|
|
|
|
- Drop the evdev keyboarding patch.
|
|
|
|
|
2008-07-24 18:49:14 +00:00
|
|
|
* Thu Jul 24 2008 Adam Jackson <ajax@redhat.com> 1.4.99.906-1
|
|
|
|
- 1.5RC6.
|
|
|
|
|
2008-07-02 14:55:16 +00:00
|
|
|
* Wed Jul 02 2008 Adam Tkac <atkac redhat com> 1.4.99.905-2.20080701
|
|
|
|
- build with -rdynamic to make dri_swrast happy
|
|
|
|
|
2008-07-02 12:36:39 +00:00
|
|
|
* Mon Jun 30 2008 Adam Jackson <ajax@redhat.com> 1.4.99.905-1.20080701
|
|
|
|
- 1.5RC5.
|
|
|
|
|
|
|
|
* Thu Jun 19 2008 Adam Tkac <atkac redhat com>
|
2008-06-19 14:24:12 +00:00
|
|
|
- workaround broken AC_C_BIGENDIAN macro (#449944)
|
|
|
|
|
2008-07-02 12:36:39 +00:00
|
|
|
* Thu Jun 12 2008 Dave Airlie <airlied@redhat.com> 1.4.99.902-3.20080612
|
|
|
|
- xserver-1.5.0-fix-single-aspect.patch - fix 2560x1600 on my monitor.
|
|
|
|
|
|
|
|
* Thu Jun 12 2008 Dave Airlie <airlied@redhat.com> 1.4.99.902-2.20080612
|
2008-06-12 06:18:47 +00:00
|
|
|
- cve-2008-1377: Record and Security Extension Input validation
|
|
|
|
- cve-2008-1379: MIT-SHM extension Input Validation flaw
|
|
|
|
- cve-2008-2360: Render AllocateGlyph extension Integer overflows
|
|
|
|
- cve-2008-2361: Render CreateCursor extension Integer overflows
|
|
|
|
- cve-2008-2362: Render Gradient extension Integer overflows
|
|
|
|
- Rebase to 1.5 head for security patches for above
|
|
|
|
|
2008-07-02 12:36:39 +00:00
|
|
|
* Mon Jun 09 2008 Adam Jackson <ajax@redhat.com> 1.4.99.902-1.20080609
|
|
|
|
- Today's git snapshot.
|
|
|
|
|
|
|
|
* Tue May 06 2008 Bill Nottingham <notting@redhat.com> 1.4.99.901-29.20080415
|
|
|
|
- rebuild against new xorg-x11-xtrans-devel (#445303)
|
|
|
|
|
|
|
|
* Mon May 05 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-28.20080415
|
|
|
|
- xserver-1.5.0-compiz-clip-fix.patch: Make compiz stop blinking every
|
|
|
|
so often. (#441219)
|
|
|
|
|
|
|
|
* Mon May 05 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-27.20080415
|
|
|
|
- xserver-1.5.0-hal-closedown.patch: Fix a crash in the hal code when
|
|
|
|
closing a device.
|
|
|
|
|
2008-04-29 03:28:43 +00:00
|
|
|
* Mon Apr 28 2008 Soren Sandmann <sandmann@redhat.com>
|
|
|
|
- Preserve user's CFLAGS
|
|
|
|
|
2008-07-02 12:36:39 +00:00
|
|
|
* Thu Apr 24 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-26.20080415
|
|
|
|
- xserver-1.5.0-no-evdev-keyboards-kthnx.patch: Disable evdev for keyboards
|
|
|
|
even on combo devices. This means combo devices will go through the old
|
|
|
|
mouse driver too. Oh well. (#440380)
|
|
|
|
|
|
|
|
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-25.20080415
|
|
|
|
- xserver-1.5.0-f-spot-screws-glx.patch: stop GLX crashing X server when
|
|
|
|
f-spot exists (#443299)
|
|
|
|
|
|
|
|
* Wed Apr 23 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-24.20080415
|
|
|
|
- xserver-1.5.0-glcore-swap-no-crashy.patch: Fix issue with googleearth
|
|
|
|
crashing GLcore.
|
|
|
|
|
|
|
|
* Tue Apr 22 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-23.20080415
|
|
|
|
- xserver-1.5.0-stenciled-visuals.patch: Prefer visuals with a stencil
|
|
|
|
buffer for the default GLX visual. (Hans de Goede, #442510)
|
|
|
|
|
2008-04-15 02:20:52 +00:00
|
|
|
* Tue Apr 15 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-22.20080415
|
|
|
|
- rebase to upstream server 1.5 branch from today - drop acr quirk
|
|
|
|
|
2008-04-10 14:09:39 +00:00
|
|
|
* Thu Apr 10 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-21.20080407
|
|
|
|
- xserver-1.5.0-selinux-off-by-default.patch: Re-disable selinux by default,
|
|
|
|
again, in a way that lets you enable it if you really want to.
|
|
|
|
|
2008-04-09 04:41:00 +00:00
|
|
|
* Wed Apr 09 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-20.20080407
|
|
|
|
- xserver-1.5.0-quirk-acr.patch - add quirk for another monitor.
|
|
|
|
|
2008-04-08 20:59:51 +00:00
|
|
|
* Tue Apr 08 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-19.20080407
|
|
|
|
- Today's rebase. Patch merge, some int10 fixes.
|
|
|
|
|
2008-04-07 14:15:08 +00:00
|
|
|
* Mon Apr 07 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-18.20080401
|
|
|
|
- xorg-x11-server-Red-Hat-extramodes.patch: Remove some of the more
|
|
|
|
implausible modes. Cargo cult programming woo.
|
|
|
|
|
|
|
|
* Fri Apr 4 2008 Kristian Høgsberg <krh@redhat.com> 1.4.99.901-17.20080401
|
2008-04-04 14:56:28 +00:00
|
|
|
- Add xserver-1.5.0-dont-bitch-about-record.patch (don't try to load
|
|
|
|
librecord.so when we don't build it) and
|
|
|
|
xserver-1.5.0-handle-failing-dri-create-screen.patch (#440491).
|
|
|
|
|
2008-04-02 16:56:31 +00:00
|
|
|
* Wed Apr 2 2008 Kristian Høgsberg <krh@redhat.com> 1.4.99.901-16.20080401
|
|
|
|
- Fix crash when DRI2 fails to initialize and crash when initializing
|
|
|
|
software GL visuals (#440175).
|
|
|
|
|
2008-04-01 19:30:46 +00:00
|
|
|
* Tue Apr 1 2008 Kristian Høgsberg <krh@redhat.com> 1.4.99.901-15.20080401
|
|
|
|
- Rebase to new snapshot to pull in DRI2 direct rendering work.
|
2008-04-01 21:00:14 +00:00
|
|
|
- Stop shipping librecord.so.
|
2008-04-01 19:30:46 +00:00
|
|
|
|
2008-04-01 14:05:47 +00:00
|
|
|
* Tue Apr 01 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-14.20080314
|
|
|
|
- Remove vmmouse again, way too broken. Let this be a lesson to you:
|
|
|
|
never try.
|
|
|
|
|
2008-03-27 13:52:30 +00:00
|
|
|
* Thu Mar 27 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-13.20080314
|
|
|
|
- archify the vmmouse logic.
|
|
|
|
|
2008-03-27 05:24:12 +00:00
|
|
|
* Thu Mar 27 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-12.20080314
|
|
|
|
- xserver-1.5.0-fix-lsl-quirk.patch - fix the LSL quirk (#435216)
|
|
|
|
|
|
|
|
* Wed Mar 26 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-11.20080314
|
2008-03-26 22:09:47 +00:00
|
|
|
- xserver-1.5.0-vmmouse.patch: Use vmmouse(4) for the automagic mouse
|
|
|
|
section. It'll just fall back to the mouse(4) driver anyway if it's
|
|
|
|
not a vmmouse.
|
|
|
|
|
2008-03-18 19:20:07 +00:00
|
|
|
* Tue Mar 18 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-10.20080314
|
|
|
|
- xserver-1.5.0-no-evdev-keyboards-kthnx.patch: Sorry, evdev keyboarding is
|
|
|
|
just too broken.
|
|
|
|
|
2008-03-14 19:50:58 +00:00
|
|
|
* Fri Mar 14 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-9.20080314
|
|
|
|
- Today's snapshot. Mostly just patch merge with rawhide.
|
|
|
|
|
2008-03-13 19:07:47 +00:00
|
|
|
* Thu Mar 13 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-8.20080310
|
|
|
|
- xserver-1.5.0-aspect-match.patch: Fix the RANDR 1.2 initial configuration
|
|
|
|
heuristic for the case where the best possible mode is the first one in
|
|
|
|
the first monitor's mode list.
|
|
|
|
|
2008-03-13 17:40:25 +00:00
|
|
|
* Thu Mar 13 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-7.20080310
|
|
|
|
- xserver-1.5.0-xaa-sucks: Disable XAA offscreen pixmaps by default. They're
|
|
|
|
almost always a performance loss anyway. Use Option "XaaOffscreenPixmaps"
|
|
|
|
to turn them back on.
|
|
|
|
|
2008-03-13 06:37:36 +00:00
|
|
|
* Thu Mar 13 2008 Dave Airlie <airlied@redhat.com> 1.4.99.901-6.20080310
|
|
|
|
- fix fbdev probing with no hardware to not load fbdev if pci slot claimed
|
|
|
|
|
2008-03-12 23:04:38 +00:00
|
|
|
* Wed Mar 12 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-5.20080310
|
|
|
|
- xserver-1.5.0-unselinux.patch: Disable selinux extension for now.
|
|
|
|
- xserver-1.5.0-ia64.patch: Fix ia64 PCI support. (#429878)
|
|
|
|
|
2008-03-12 02:43:37 +00:00
|
|
|
* Tue Mar 11 2008 Kristian Høgsberg <krh@redhat.com> 1.4.99.901-4.20080310
|
|
|
|
- Checkout the tip of the git snapshot so we get the most recent DRI2
|
|
|
|
texture from pixmap changes in the build. Bump mesa build requires.
|
|
|
|
|
2008-03-11 23:39:19 +00:00
|
|
|
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-3.20080310
|
2008-03-11 23:36:33 +00:00
|
|
|
- New 1.5 snapshot.
|
2009-03-12 17:34:00 +00:00
|
|
|
- xserver-1.5-x86emu.patch: Fix an x86emu quirk.
|
2008-03-11 23:36:33 +00:00
|
|
|
|
2008-03-07 18:38:38 +00:00
|
|
|
* Fri Mar 07 2008 Adam Jackson <ajax@redhat.com> 1.4.99.901-1.20080307
|
|
|
|
- Today's 1.5 snapshot.
|
|
|
|
|
2008-03-04 20:43:03 +00:00
|
|
|
* Tue Mar 04 2008 Adam Jackson <ajax@redhat.com> 1.4.99.900-0.28.20080304
|
|
|
|
- Today's 1.5 snapshot.
|
|
|
|
- Obsolete: xorg-x11-drv-magictouch to get it uninstalled.
|
|
|
|
|
2008-03-04 06:38:31 +00:00
|
|
|
* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 1.4.99.900-0.27.20080303
|
|
|
|
- Switch to 1.5 branch and rebase.
|
|
|
|
|
2008-02-28 21:53:32 +00:00
|
|
|
* Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 1.4.99.1-0.26
|
|
|
|
- Pull in another SELinux fix from upstream
|
|
|
|
|
2008-02-27 17:02:34 +00:00
|
|
|
* Wed Feb 27 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.25
|
|
|
|
- Today's git snapshot. Selinux fixes, XKB crash fix.
|
|
|
|
|
2008-02-26 19:59:18 +00:00
|
|
|
* Tue Feb 26 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.24
|
|
|
|
- Today's git snapshot. PCI cleanups, AIGLX fix.
|
|
|
|
|
2008-02-22 22:49:27 +00:00
|
|
|
* Fri Feb 22 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.23
|
|
|
|
- Today's git snapshot. Xinerama and XKB fixes, patch merging, etc.
|
|
|
|
- Remove some dead patches.
|
|
|
|
|
2008-02-21 21:42:28 +00:00
|
|
|
* Thu Feb 21 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.22
|
|
|
|
- Today's git snapshot, misc bugfixes.
|
2008-02-20 08:05:06 +00:00
|
|
|
|
2008-02-16 00:11:03 +00:00
|
|
|
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.21
|
|
|
|
- Today's git snapshot. Features DRI2 and input hotplugging. Tasty.
|
|
|
|
|
2008-02-11 22:44:58 +00:00
|
|
|
* Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.20
|
|
|
|
- Conflict against insufficiently new libpciaccess. (#390751)
|
|
|
|
|
2008-01-29 09:45:25 +00:00
|
|
|
* Tue Jan 29 2008 Adam Tkac <atkac redhat com> 1.4.99.1-0.19
|
|
|
|
- added dix/protocol.txt to source subpackage
|
|
|
|
|
2008-01-18 20:00:12 +00:00
|
|
|
* Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 1.4.99.1-0.18
|
|
|
|
- cve-2007-6429.patch: Fix patch to not break java apps
|
|
|
|
|
2008-01-18 02:52:04 +00:00
|
|
|
* Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 1.4.99.1-0.17
|
|
|
|
- cve-2007-5760.patch: XFree86-Misc Extension Invalid Array Index Vulnerability
|
|
|
|
- cve-2007-6427.patch: XInput Extension Memory Corruption Vulnerability
|
|
|
|
- cve-2007-6428.patch: TOG-CUP Extension Memory Corruption Vulnerability
|
|
|
|
- cve-2007-6429.patch: EVI and MIT-SHM Extension Integer Overflow Vulnerability
|
2008-01-18 03:06:10 +00:00
|
|
|
- cve-2008-0006-server-fixup.patch: PCF Font Vulnerability - this patch isn't strictly required with new version of libXfont.
|
2008-01-18 02:52:04 +00:00
|
|
|
|
2008-01-17 02:42:30 +00:00
|
|
|
* Wed Jan 16 2008 Kristian Høgsberg <krh@redhat.com> 1.4.99.1-0.16
|
|
|
|
- Add xserver-1.4.99-engage-composite-crack-mode.patch to better hide
|
|
|
|
protocol side effects such as loss of grabs and focus when
|
|
|
|
redirecting/unredirecting windows (#350271).
|
|
|
|
|
2008-01-08 20:48:31 +00:00
|
|
|
* Mon Jan 07 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.15
|
|
|
|
- Today's git snapshot. X-SELinux!
|
|
|
|
- Drop the code to migrate from /etc/X11/XF86Config*.
|
|
|
|
- s/perl -p -i -e/sed -i/g
|
|
|
|
|
2008-01-07 19:45:03 +00:00
|
|
|
* Mon Jan 07 2008 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.14
|
|
|
|
- Sync with F8 bugfixes:
|
|
|
|
- xorg-x11-server-Red-Hat-extramodes.patch: Don't supply non-CVT-R timings
|
|
|
|
for 1920x{1080,1200}.
|
|
|
|
- xserver-1.3.0-ignore-extra-entity.patch: If a driver doesn't support
|
|
|
|
secondary entities, don't fatal error just ignore and keep going.
|
|
|
|
- xserver-1.3.0-randr-fix-set-rotations-xinerama.patch: Attempt to stop
|
|
|
|
xinerama segfaulting randr12.
|
|
|
|
|
2007-12-10 20:23:39 +00:00
|
|
|
* Mon Dec 10 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.13
|
|
|
|
- xserver-1.4.99-alloca-poison.patch: Fatal error on {DE,}ALLOCATE_LOCAL
|
|
|
|
so we don't build broken drivers.
|
|
|
|
- xserver-1.4.99-ssh-isnt-local.patch: Try harder to disable MIT-SHM for
|
|
|
|
ssh-forwarded connections.
|
|
|
|
|
2007-12-03 18:32:51 +00:00
|
|
|
* Mon Dec 03 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.12
|
|
|
|
- xserver-1.4.99-apm-typedefs.patch: Temporary hack for broken kernels that
|
|
|
|
don't publish the /dev/apm_bios types.
|
|
|
|
|
2007-11-28 17:48:46 +00:00
|
|
|
* Wed Nov 28 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.11
|
|
|
|
- Today's rebase.
|
|
|
|
- BR on git-core instead of git.
|
|
|
|
- Bump mesa-source BR to cope with extended CreatePixmap signature.
|
|
|
|
- xserver-1.4.99-openchrome.patch: Use openchrome not via when running
|
|
|
|
without a config file.
|
|
|
|
|
2007-11-13 22:38:46 +00:00
|
|
|
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.10
|
|
|
|
- -devel Requires: pixman-devel and libpciaccess-devel.
|
2007-11-13 21:57:27 +00:00
|
|
|
|
2007-11-12 22:50:30 +00:00
|
|
|
* Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.8
|
|
|
|
- Fix buildrequires and other buildsystem nonsense.
|
|
|
|
|
2007-11-02 17:11:11 +00:00
|
|
|
* Fri Nov 02 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.6
|
|
|
|
- Merge a bunch of the more trivial patches upstream.
|
|
|
|
- New git snapshot containing the merged bits.
|
|
|
|
- Remove unused patches.
|
|
|
|
- Drop the XFree86 obsoletes.
|
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
* Fri Nov 02 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.5
|
|
|
|
- New git snapshot that fixes Xdmx build.
|
|
|
|
- Reenable Xdmx build.
|
|
|
|
- Rebase (or drop) the rest of our patches outside the PCI code.
|
|
|
|
- Add -common subpackage for shared files.
|
|
|
|
- Rename -sdk to -devel for verisimilitude.
|
|
|
|
- Simplify the %%configure line a bit.
|
|
|
|
|
2007-11-01 17:15:13 +00:00
|
|
|
* Thu Nov 01 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.4
|
|
|
|
- Update mesa and libdrm buildreqs.
|
|
|
|
- Reenable Xephyr build.
|
|
|
|
|
|
|
|
* Wed Oct 31 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.3
|
|
|
|
- Only invoke git-am once.
|
|
|
|
- Disable building mfb and cfb as well.
|
|
|
|
|
2007-10-31 19:28:56 +00:00
|
|
|
* Wed Oct 31 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.2
|
|
|
|
- BuildRequires: git.
|
|
|
|
- Manage the source directory as a git repo.
|
|
|
|
- Use git-am(1) to apply patches instead of %patch.
|
|
|
|
- Reformat a bunch of patches to conform to git-am's rules.
|
|
|
|
- Add wfb to file manifest.
|
|
|
|
- Drop afb, sorry Amiga users.
|
|
|
|
- Delete the SecurityPolicy man page from the buildroot, until we have a
|
|
|
|
xorg-x11-server-common.
|
|
|
|
- Update to today's snapshot.
|
|
|
|
|
2007-10-31 16:24:55 +00:00
|
|
|
* Wed Oct 31 2007 Adam Jackson <ajax@redhat.com> 1.4.99.1-0.1
|
|
|
|
- Begin rebasing to git master. It almost builds, assuming you disable
|
|
|
|
glx, kdrive, and dmx, and remove like half the patches.
|