2007-10-31 19:28:56 +00:00
|
|
|
# This package is an experiment in active integration of upstream SCM with
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# F9 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
|
|
|
# RHEL5 bugfix sync
|
|
|
|
|
2005-11-15 08:49:01 +00:00
|
|
|
%define pkgname xorg-server
|
2008-04-15 02:20:52 +00:00
|
|
|
%define gitdate 20080415
|
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
|
2008-03-07 18:38:38 +00:00
|
|
|
Version: 1.4.99.901
|
2008-04-15 02:20:52 +00:00
|
|
|
Release: 22.%{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
|
|
|
|
2007-10-31 16:24:55 +00:00
|
|
|
%if 0%{gitdate}
|
|
|
|
# git snapshot. to recreate, run:
|
2007-10-31 19:28:56 +00:00
|
|
|
# ./make-git-snapshot.sh `cat commitid`
|
2007-10-31 16:24:55 +00:00
|
|
|
Source0: xorg-server-%{gitdate}.tar.bz2
|
|
|
|
Source1: make-git-snapshot.sh
|
2007-10-31 19:28:56 +00:00
|
|
|
Source2: commitid
|
2007-10-31 16:24:55 +00:00
|
|
|
%else
|
2006-06-28 10:29:05 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
|
2007-10-31 16:24:55 +00:00
|
|
|
%endif
|
2005-11-23 21:22:35 +00:00
|
|
|
|
2006-07-12 23:29:00 +00:00
|
|
|
# OpenGL compositing manager feature/optimization patches.
|
|
|
|
Patch100: xorg-x11-server-1.1.0-no-move-damage.patch
|
2007-11-02 15:31:55 +00:00
|
|
|
Patch101: xserver-1.4.99-dont-backfill-bg-none.patch
|
2006-04-04 22:17:58 +00:00
|
|
|
|
2006-06-19 19:07:15 +00:00
|
|
|
# Red Hat specific tweaking, not intended for upstream
|
|
|
|
# XXX move these to the end of the list
|
2006-07-24 07:34:56 +00:00
|
|
|
Patch1001: xorg-x11-server-Red-Hat-extramodes.patch
|
2007-11-02 15:31:55 +00:00
|
|
|
Patch1003: xserver-1.4.99-pic-libxf86config.patch
|
2007-11-01 17:15:13 +00:00
|
|
|
Patch1004: xserver-1.4.99-selinux-awareness.patch
|
2007-11-02 15:31:55 +00:00
|
|
|
Patch1005: xserver-1.4.99-builtin-fonts.patch
|
2007-04-11 21:34:24 +00:00
|
|
|
Patch1010: xserver-1.3.0-no-prerelease-warning.patch
|
2007-11-02 15:31:55 +00:00
|
|
|
Patch1014: xserver-1.4.99-xaa-evict-pixmaps.patch
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2007-11-28 17:48:46 +00:00
|
|
|
Patch2013: xserver-1.4.99-document-fontpath-correctly.patch
|
2007-04-09 23:09:52 +00:00
|
|
|
|
2007-11-28 17:48:46 +00:00
|
|
|
# Trivial things to maybe merge upstream at next rebase
|
2007-10-15 19:34:20 +00:00
|
|
|
|
2007-12-03 18:56:07 +00:00
|
|
|
# Trivial things to never merge upstream ever
|
2007-12-10 20:23:39 +00:00
|
|
|
# Don't merge this without protecting the gccisms.
|
|
|
|
Patch5001: xserver-1.4.99-alloca-poison.patch
|
|
|
|
# This really could be done prettier.
|
|
|
|
Patch5002: xserver-1.4.99-ssh-isnt-local.patch
|
2007-12-03 18:56:07 +00:00
|
|
|
|
2008-03-13 06:37:36 +00:00
|
|
|
Patch5007: xserver-1.5.0-bad-fbdev-thats-mine.patch
|
2008-03-13 17:40:25 +00:00
|
|
|
Patch5008: xserver-1.5.0-xaa-sucks.patch
|
2008-03-18 19:20:07 +00:00
|
|
|
Patch5009: xserver-1.5.0-no-evdev-keyboards-kthnx.patch
|
2008-04-10 14:09:39 +00:00
|
|
|
Patch5010: xserver-1.5.0-selinux-off-by-default.patch
|
2008-03-11 01:18:22 +00:00
|
|
|
|
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
|
|
|
|
|
2007-11-01 17:15:13 +00:00
|
|
|
%define kdrive --enable-kdrive --enable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-kdrive-vesa
|
2007-11-02 17:11:11 +00:00
|
|
|
%define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg} --enable-dmx
|
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
|
|
|
|
2008-04-01 19:30:46 +00:00
|
|
|
BuildRequires: xorg-x11-proto-devel >= 7.3-10
|
2007-04-30 22:10:31 +00:00
|
|
|
BuildRequires: damageproto >= 1.1
|
2008-04-08 20:59:51 +00:00
|
|
|
BuildRequires: dri2proto >= 1.1
|
2007-10-31 16:24:55 +00:00
|
|
|
BuildRequires: fixesproto >= 4.0
|
|
|
|
BuildRequires: glproto >= 1.4.9
|
2007-04-30 22:10:31 +00:00
|
|
|
BuildRequires: kbproto >= 1.0.3
|
2007-10-31 16:24:55 +00:00
|
|
|
BuildRequires: randrproto >= 1.2
|
2007-11-12 23:54:50 +00:00
|
|
|
BuildRequires: renderproto >= 0.9.3
|
2007-10-31 16:24:55 +00:00
|
|
|
BuildRequires: scrnsaverproto >= 1.1
|
2007-04-30 22:10:31 +00:00
|
|
|
|
2007-08-24 21:52:40 +00:00
|
|
|
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-3
|
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
|
2007-01-23 19:24:00 +00:00
|
|
|
# XXX Really? Why would we need this, Xfont should hide it.
|
2006-06-20 02:54:01 +00:00
|
|
|
BuildRequires: freetype-devel >= 2.1.9-1
|
|
|
|
|
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
|
|
|
|
|
2007-11-13 15:47:41 +00:00
|
|
|
# openssl? really?
|
2007-11-13 20:32:41 +00:00
|
|
|
BuildRequires: pixman-devel libpciaccess-devel openssl-devel byacc flex
|
2008-04-01 19:30:46 +00:00
|
|
|
BuildRequires: mesa-libGL-devel >= 7.1-0.21
|
|
|
|
BuildRequires: mesa-source >= 7.1-0.21
|
2007-02-04 16:29:18 +00:00
|
|
|
# XXX silly...
|
2007-11-01 17:15:13 +00:00
|
|
|
BuildRequires: libdrm-devel >= 2.4.0
|
2007-02-04 16:29:18 +00:00
|
|
|
%if %{with_hw_servers}
|
2007-11-01 17:15:13 +00:00
|
|
|
Requires: libdrm >= 2.4.0
|
* 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
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2008-03-14 19:50:58 +00:00
|
|
|
BuildRequires: audit-libs-devel libselinux-devel >= 2.0.59-1
|
2008-02-16 00:11:03 +00:00
|
|
|
BuildRequires: hal-devel dbus-devel
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2007-06-22 18:39:07 +00:00
|
|
|
# Make sure libXfont has the catalogue FPE
|
2007-10-31 16:24:55 +00:00
|
|
|
Conflicts: libXfont < 1.2.9
|
2007-06-22 18:39:07 +00:00
|
|
|
|
2006-07-28 20:41:08 +00:00
|
|
|
# Make sure we pull ABI compatible drivers.
|
|
|
|
Conflicts: xorg-x11-drv-ati < 6.6.1
|
|
|
|
Conflicts: xorg-x11-drv-i810 < 1.6.0
|
2006-08-30 06:11:38 +00:00
|
|
|
# Match up work-arounds between compiz and the xserver
|
|
|
|
Conflicts: compiz < 0.0.13-0.20.20060817git.fc6
|
2006-09-20 16:22:27 +00:00
|
|
|
# Match up GLX_EXT_texture_from_pixmap opcodes
|
|
|
|
Conflicts: mesa-libGL < 6.5.1-2.fc6
|
|
|
|
|
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
|
|
|
|
|
|
|
|
%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
|
|
|
|
# Requires: xorg-x11-drivers >= 0.99.2-4
|
2005-11-14 22:22:33 +00:00
|
|
|
Requires: xorg-x11-drv-mouse xorg-x11-drv-keyboard xorg-x11-drv-vesa
|
2008-03-27 13:52:30 +00:00
|
|
|
Requires: xorg-x11-drv-void xorg-x11-drv-evdev
|
2007-02-04 16:29:18 +00:00
|
|
|
# virtuals. XXX fix the xkbcomp fork() upstream.
|
|
|
|
Requires: xkbdata xkbcomp
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2007-06-27 12:53:05 +00:00
|
|
|
# These drivers were dropped in F7 for being broken, so uninstall them.
|
2007-06-27 12:57:08 +00:00
|
|
|
Obsoletes: xorg-x11-drv-elo2300 <= 1.1.0-2.fc7
|
2007-06-27 12:53:05 +00:00
|
|
|
Obsoletes: xorg-x11-drv-joystick <= 1.1.0-2.fc7
|
2008-03-04 20:43:03 +00:00
|
|
|
# Dropped from F9 for being broken, uninstall it.
|
|
|
|
Obsoletes: xorg-x11-drv-magictouch <= 1.0.0.5-5.fc8
|
2008-02-11 22:44:58 +00:00
|
|
|
# Force sufficiently new libpciaccess
|
|
|
|
Conflicts: libpciaccess < 0.9.1-2
|
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.
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%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.
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%package Xvfb
|
|
|
|
Summary: A X Windows System virtual framebuffer X server.
|
|
|
|
Group: User Interface/X
|
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
|
2005-11-23 21:22:35 +00:00
|
|
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
2005-12-23 03:03:59 +00:00
|
|
|
Provides: libxf86config-devel = %{version}-%{release}
|
2007-11-02 15:31:55 +00:00
|
|
|
# Virtual provide for transition. Delete me someday.
|
|
|
|
Provides: xorg-x11-server-sdk = %{version}-%{release}
|
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
|
|
|
|
|
|
|
|
%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}}
|
|
|
|
|
|
|
|
%if 0%{gitdate}
|
2008-03-11 01:18:22 +00:00
|
|
|
# XXX hack
|
2008-03-12 02:43:37 +00:00
|
|
|
git checkout -b fedora
|
2007-10-31 16:24:55 +00:00
|
|
|
# make it something you can push to.
|
|
|
|
sed -i 's/git/&+ssh/' .git/config
|
2007-10-31 19:28:56 +00:00
|
|
|
%else
|
|
|
|
git-init-db
|
2008-02-21 21:42:28 +00:00
|
|
|
echo "This is incomplete. FIXME."
|
|
|
|
exit 1
|
2007-10-31 16:24:55 +00:00
|
|
|
%endif
|
|
|
|
|
2007-11-12 21:14:49 +00:00
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
2008-01-08 20:48:31 +00:00
|
|
|
export GIT_COMMITTER_NAME="Fedora X Ninjas"
|
2007-11-12 21:14:49 +00:00
|
|
|
fi
|
|
|
|
|
2007-11-12 21:23:28 +00:00
|
|
|
|
2007-11-12 20:39:39 +00:00
|
|
|
# Apply all the patches. Hold your nose...
|
2007-11-12 21:23:28 +00:00
|
|
|
git-am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
|
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"
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# --with-rgb-path should be superfluous now ?
|
|
|
|
# --with-pie ?
|
2007-10-31 16:24:55 +00:00
|
|
|
autoreconf -v --install || exit 1
|
2008-04-08 20:59:51 +00:00
|
|
|
export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow"
|
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 \
|
2007-11-01 17:15:13 +00:00
|
|
|
--disable-{a,c,m}fb \
|
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}" \
|
* 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-11-23 21:22:35 +00:00
|
|
|
--with-rgb-path=%{_datadir}/X11/rgb \
|
2005-12-20 06:50:41 +00:00
|
|
|
--disable-xorgcfg \
|
2008-04-01 21:00:14 +00:00
|
|
|
--disable-record \
|
2005-12-20 06:50:41 +00:00
|
|
|
--enable-install-libxf86config \
|
2006-06-05 20:28:19 +00:00
|
|
|
--with-mesa-source=%{_datadir}/mesa/source \
|
2008-01-08 20:48:31 +00:00
|
|
|
--enable-xselinux \
|
2006-06-05 20:28:19 +00:00
|
|
|
--with-dri-driver-path=%{drimoduledir} \
|
2006-12-01 16:48:49 +00:00
|
|
|
${CONFIGURE}
|
2005-12-20 06:50:41 +00:00
|
|
|
|
2007-11-13 20:04:57 +00:00
|
|
|
make %{?_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}
|
2005-08-29 06:47:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
|
|
|
|
|
2006-02-08 22:03:43 +00:00
|
|
|
# Install the vesamodes and extramodes files to let our install/config tools
|
|
|
|
# be able to parse the same modelist as the X server uses (rhpxl).
|
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/
|
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}
|
|
|
|
mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/xfree86/{common,utils/xorgconfig}}
|
|
|
|
cp cpprules.in %{inst_srcdir}
|
|
|
|
cp xkb/README.compiled %{inst_srcdir}/xkb
|
|
|
|
cp GL/symlink-mesa.sh %{inst_srcdir}/GL
|
|
|
|
cp hw/xfree86/{xorgconf.cpp,Options} %{inst_srcdir}/hw/xfree86
|
|
|
|
cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
|
|
|
|
cp hw/xfree86/utils/xorgconfig/Cards{,98} %{inst_srcdir}/hw/xfree86/utils/xorgconfig/
|
2007-02-26 18:30:31 +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 -)
|
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%{_bindir}/xorgconfig
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/xorgconfig.1*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Cards
|
|
|
|
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 -- || :
|
2006-06-20 04:43:02 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%if !%{with_hw_servers}
|
|
|
|
# These get installed regardless of whether you're building Xorg.
|
|
|
|
# XXX Re-check this list.
|
2007-04-09 23:09:52 +00:00
|
|
|
# error: Installed (but unpackaged) file(s) found:
|
|
|
|
# /randrstr.h
|
|
|
|
# /usr/lib/pkgconfig/xorg-server.pc
|
|
|
|
# /usr/share/aclocal/xorg-server.m4
|
|
|
|
# /var/lib/xkb/README.compiled
|
2007-03-05 22:33:49 +00:00
|
|
|
|
2006-06-20 04:43:02 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/randrstr.h
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/aclocal
|
|
|
|
rm -rf $RPM_BUILD_ROOT/var/lib/xkb
|
|
|
|
%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
|
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2005-11-17 15:51:06 +00:00
|
|
|
%pre Xorg
|
|
|
|
{
|
2007-06-27 14:07:46 +00:00
|
|
|
pushd /etc/X11
|
|
|
|
|
|
|
|
[ -e xorg.conf ] || return 0
|
|
|
|
|
2008-01-08 20:48:31 +00:00
|
|
|
sed -i 's/^.*Load.*"(pex5|xie|xtt).*\n$"//gi' xorg.conf
|
|
|
|
sed -i 's/^\s*Driver(.*)"keyboard"/Driver\1"kbd"/gi' xorg.conf
|
|
|
|
sed -i 's/^.*Option.*"XkbRules".*"(xfree86|xorg)".*\n$//gi' xorg.conf
|
|
|
|
sed -i 's#^\s*RgbPath.*$##gi' xorg.conf
|
2007-06-27 14:07:46 +00:00
|
|
|
# lame, the nvidia driver needs to override this
|
|
|
|
if ! grep -q 'ModulePath.*nvidia' xorg.conf ; then
|
2008-01-08 20:48:31 +00:00
|
|
|
sed -i 's#^\s*ModulePath.*$##gi' xorg.conf
|
2007-06-27 14:07:46 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
popd
|
2006-02-07 05:07:36 +00:00
|
|
|
} &> /dev/null || :
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2005-11-17 15:51:06 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%files common
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_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
|
|
|
|
|
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,-)
|
2005-11-12 03:28:59 +00:00
|
|
|
%{_bindir}/X
|
2005-11-15 03:49:38 +00:00
|
|
|
%attr(4711, root, root) %{_bindir}/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
|
|
|
%{_bindir}/gtf
|
2006-06-07 19:10:44 +00:00
|
|
|
%{_bindir}/cvt
|
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/libGLcore.so
|
|
|
|
%{_libdir}/xorg/modules/extensions/libglx.so
|
2007-02-04 16:29:18 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libdri.so
|
2008-02-16 00:11:03 +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
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libxtrap.so
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/input
|
2005-12-20 06:50:41 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/fonts
|
|
|
|
%{_libdir}/xorg/modules/fonts/libfreetype.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/linux
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_libdir}/xorg/modules/linux/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
|
2007-11-28 17:48:46 +00:00
|
|
|
%{_libdir}/xorg/modules/libxf8_16bpp.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*
|
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
|
|
|
|
|
|
|
|
|
|
|
%files Xdmx
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xdmx
|
* 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
|
|
|
%{_bindir}/dmxaddinput
|
|
|
|
%{_bindir}/dmxaddscreen
|
|
|
|
%{_bindir}/dmxreconfig
|
|
|
|
%{_bindir}/dmxresize
|
|
|
|
%{_bindir}/dmxrminput
|
|
|
|
%{_bindir}/dmxrmscreen
|
|
|
|
%{_bindir}/dmxtodmx
|
|
|
|
%{_bindir}/dmxwininfo
|
|
|
|
%{_bindir}/vdltodmx
|
|
|
|
%{_bindir}/xdmx
|
|
|
|
%{_bindir}/xdmxconfig
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_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
|
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
|
|
|
|
|
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,-)
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_libdir}/libxf86config.a
|
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
|
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
|
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.
|
|
|
|
- xserver-1.5-x86emy.patch: Fix an x86emu quirk.
|
|
|
|
|
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.
|
|
|
|
|
2007-10-18 00:12:10 +00:00
|
|
|
* Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-33
|
|
|
|
- xserver-1.3.0-xorg-conf-man-randr-update.patch - update man page for randr setup
|
|
|
|
- xserver-1.3.0-update-quirks.patch - update quirks for more monitor issues
|
|
|
|
- BuildReq: mesa-source >= 7.0.1-6.
|
|
|
|
|
2007-10-15 19:34:20 +00:00
|
|
|
* Mon Oct 15 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-31.jx
|
|
|
|
- xserver-1.3.0-late-sigusr1.patch: Test, move kill(getppid(), SIGUSR1)
|
|
|
|
as late as possible.
|
|
|
|
|
2007-10-12 14:41:40 +00:00
|
|
|
* Fri Oct 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-31
|
|
|
|
- xorg-x11-server-Red-Hat-extramodes.patch: Remove 2560x1600 GTF timing.
|
|
|
|
|
2007-10-11 14:11:57 +00:00
|
|
|
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-30
|
|
|
|
- xserver-1.3.0-avoid-ps2-probe.patch: /dev/input/mice is always ExplorerPS/2,
|
|
|
|
so don't waste time on startup probing for it.
|
|
|
|
|
2007-10-05 16:17:44 +00:00
|
|
|
* Fri Oct 05 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-29
|
|
|
|
- xserver-1.3.0-randr-preferred-mode-fix.patch: Fix infinite loop on X
|
|
|
|
startup when a mode is requested in the config file. (#318731)
|
|
|
|
- Fix License tag.
|
|
|
|
|
2007-10-03 15:30:59 +00:00
|
|
|
* Wed Oct 03 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-28
|
|
|
|
- xserver-1.3.0-accidental-abi.patch: Make sure some symbols from parser/
|
|
|
|
get exported, since apparently the intel driver uses them despite their
|
|
|
|
not being in the documented ABI list. Thanks guys.
|
|
|
|
|
2007-10-01 20:40:23 +00:00
|
|
|
* Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-27
|
|
|
|
- BuildReq: mesa-source >= 7.0.1-5.
|
|
|
|
|
2007-09-26 19:12:51 +00:00
|
|
|
* Wed Sep 26 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-26
|
|
|
|
- xserver-1.3.0-randr-updates.patch: Default ModeDebug to TRUE, better to
|
|
|
|
have too much information than too little.
|
|
|
|
- xorg-x11-server-1.0.1-fpic-libxf86config.patch: Build the parser library
|
|
|
|
with hidden symbols to shrink pyf86config a bit.
|
|
|
|
- xserver-1.3.0-intel-by-default.patch: Use intel, not i810, when starting
|
|
|
|
without a config file.
|
|
|
|
- Enable maintainer mode when building so I swear at autotools less.
|
|
|
|
|
2007-09-26 07:33:55 +00:00
|
|
|
* Wed Sep 26 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-25
|
|
|
|
- xserver-1.3.0-randr-updates.patch: Backport randr from server git
|
|
|
|
This contains a lot of fixes since 1.3.0 went out, and saves
|
|
|
|
us backporting each fix individually
|
|
|
|
- xserver-1.3.0-less-randr-fakerama.patch - dropped
|
|
|
|
- xorg-x11-server-1.2.0-maxpixclock-option.patch - dropped
|
|
|
|
- xserver-1.3.0-edid-quirk-backports.patch - dropped
|
|
|
|
- xserver-1.2.0-honor-displaysize.patch - dropped
|
|
|
|
- xserver-1.3.0-honor-displaysize.patch - reapply to new code layout
|
|
|
|
- xserver-1.3.0-randr12-config-hack.patch - rebased
|
|
|
|
|
2007-09-17 21:47:33 +00:00
|
|
|
* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-24
|
|
|
|
- xserver-1.3.0-edid-quirk-backports.patch: Update the EDID quirks code
|
|
|
|
to match current git.
|
|
|
|
|
2007-09-06 21:25:33 +00:00
|
|
|
* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-23
|
|
|
|
- xserver-1.3.0-xrandr-timestamp-buglet.patch: Make sure xrandr doesn't
|
|
|
|
stop working after several hours. (Marius Gedminas, #273801)
|
|
|
|
|
2007-08-24 21:52:40 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-22
|
|
|
|
- Bump BuildRequires: xorg-x11-xtrans-devel to pull in abstract socket
|
|
|
|
support.
|
|
|
|
|
2007-08-23 19:36:14 +00:00
|
|
|
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-21
|
|
|
|
- xserver-1.3.0-document-fontpath-correctly.patch: Fix man page to point to
|
|
|
|
directories that exist. (#251203, Matěj Cepl)
|
|
|
|
|
2007-08-15 08:35:20 +00:00
|
|
|
* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-20
|
|
|
|
- xserver-1.3.0-newglx-offscreen-pixmaps.patch: fix zero-copy TFP again
|
|
|
|
|
2007-08-14 15:12:43 +00:00
|
|
|
* Tue Aug 14 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-19
|
|
|
|
- xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted
|
|
|
|
on at least my laptop, so turn it off again.
|
|
|
|
|
2007-08-14 06:16:44 +00:00
|
|
|
* Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-18
|
|
|
|
- xserver-1.3.0-mesa7.patch: Add support for building against mesa 7.0.1
|
|
|
|
along with DRI zero-copy TFP hopefully
|
|
|
|
- xserver-1.3.0-exaupgrade.patch: Add updated EXA support
|
|
|
|
- dropped xserver-1.2.99.901-xephyr-crash-at-exit.patch - upstream
|
|
|
|
- rebase xorg-x11-server-1.1.1-offscreen-pixmaps.patch to xserver-1.3.0-newglx-offscreen-pixmaps.patch
|
|
|
|
- dropped xorg-x11-server-1.1.1-glcore-visual-matching.patch - fixed upstream
|
|
|
|
|
2007-08-09 21:38:53 +00:00
|
|
|
* Thu Aug 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-17
|
|
|
|
- xserver-1.3.0-default-dpi.patch: Switch default DPI to 100, on the
|
|
|
|
principle that 75 is almost never right and 100 is much more likely.
|
|
|
|
|
2007-08-02 01:08:57 +00:00
|
|
|
* Thu Aug 02 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-16
|
|
|
|
- xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards
|
|
|
|
|
2007-07-12 14:08:32 +00:00
|
|
|
* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-15
|
|
|
|
- xserver-1.3.0-edid-quirk-backports.patch: Backport EDID quirks from
|
|
|
|
master; fixes some Samsung monitors. (#232810)
|
|
|
|
|
2007-07-12 13:56:57 +00:00
|
|
|
* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-14
|
|
|
|
- xserver-1.3.0-composite-version.patch: Force the server to report the
|
|
|
|
Composite extension version it supports, not simply the version defined
|
|
|
|
by the protocol headers it was built against.
|
|
|
|
|
2007-07-02 15:17:53 +00:00
|
|
|
* Mon Jul 02 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-13
|
|
|
|
- Add IDLETIME sync counter for great powersaving justice.
|
|
|
|
- Conditionalise default font path for F7 spec compatibility.
|
|
|
|
|
2007-06-27 14:07:46 +00:00
|
|
|
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-12
|
|
|
|
- Tweak %%post Xorg slightly to not demolish ModulePath lines installed by
|
|
|
|
the nvidia driver. (#244359)
|
|
|
|
|
2007-06-27 12:53:05 +00:00
|
|
|
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-11
|
|
|
|
- Obsolete the joystick and elo2300 drivers, they never worked and shouldn't
|
|
|
|
be installed.
|
|
|
|
|
2007-06-22 18:39:07 +00:00
|
|
|
* Fri Jun 22 2007 Kristian Høgsberg <krh@redhat.com> - 1.3.0.0-10
|
|
|
|
- Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins
|
|
|
|
- Drop build dependency xorg-x11-font-utils.
|
|
|
|
|
2007-06-11 21:26:05 +00:00
|
|
|
* Mon Jun 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-9
|
|
|
|
- xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv
|
|
|
|
window. (#241214)
|
|
|
|
|
2007-06-06 18:44:58 +00:00
|
|
|
* Wed Jun 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-8
|
|
|
|
- xserver-1.3.0-ramdac-export.patch: Make sure the old ramdac symbols are
|
|
|
|
exported, since they're in-server now. (#242800)
|
|
|
|
|
2007-06-04 15:58:39 +00:00
|
|
|
* Mon Jun 04 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-7
|
|
|
|
- xserver-1.3.0-randrama-no-zero-screens.patch: For RANDR 1.2's fake
|
|
|
|
Xinerama info, don't report Xinerama as being active if there are no
|
|
|
|
RANDR 1.2 CRTCs active for that screen. (#234567)
|
|
|
|
- xserver-1.3.0-arm-iopl.patch: Add __arm__ conditionals to many #ifdefs.
|
|
|
|
|
2007-05-26 18:16:46 +00:00
|
|
|
* Sat May 26 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-6
|
|
|
|
- Make sdk subpackage Require: pkgconfig. Spotted in review for
|
|
|
|
xorg-x11-drv-apm. (#226577)
|
|
|
|
|
2007-05-11 19:52:05 +00:00
|
|
|
* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-5
|
|
|
|
- xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to
|
|
|
|
have a zero pixel clock, believe it. Fixes Xen paravirt. (#238451)
|
|
|
|
|
2007-05-07 18:18:16 +00:00
|
|
|
* Mon May 07 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-4
|
|
|
|
- xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Fix a crash when activating
|
|
|
|
GLX_EXT_texture_from_pixmap without XAA.
|
|
|
|
- xserver-1.3.0-randr12-config-hack.patch: If a Modes line is given in
|
|
|
|
the Screen section, and no PreferredMode option is given for a RANDR 1.2
|
|
|
|
monitor, use the first mode in the Modes line as the preferred mode.
|
|
|
|
Fixes anaconda ugliness on monitors larger than 800x600. (#238991)
|
|
|
|
|
2007-04-30 22:10:31 +00:00
|
|
|
* Mon Apr 30 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-3
|
|
|
|
- xserver-1.3.0-xkb-and-loathing.patch: Ignore (not just block) SIGALRM
|
|
|
|
around calls to Popen()/Pclose(). Fixes a hang in openoffice when
|
|
|
|
opening menus.
|
|
|
|
- Modify BuildRequires to use the virtual protocol Provides.
|
|
|
|
|
2007-04-25 19:02:21 +00:00
|
|
|
* Wed Apr 25 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-2
|
|
|
|
- xserver-1.3.0-less-randr-fakerama.patch: Disable RANDR's fake Xinerama
|
|
|
|
geometry when there's more than one protocol screen. (#231257)
|
|
|
|
|
2007-04-24 02:59:59 +00:00
|
|
|
* Mon Apr 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-1
|
|
|
|
- xserver 1.3.0.
|
|
|
|
|
2007-04-13 14:22:56 +00:00
|
|
|
* Fri Apr 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-5
|
|
|
|
- xserver-rc5-to-now.patch: Updates from git.
|
|
|
|
|
2007-04-11 21:34:24 +00:00
|
|
|
* Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-4
|
|
|
|
- xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease
|
|
|
|
warning if we happen to be building one (and even if not).
|
2007-04-12 00:08:39 +00:00
|
|
|
- xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled
|
|
|
|
in sysfs before we start touching it, otherwise, armageddon.
|
2007-04-11 21:34:24 +00:00
|
|
|
|
2007-04-10 20:58:00 +00:00
|
|
|
* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-3
|
|
|
|
- xserver-1.3.0-domain-obiwan.patch: Fix a PCI domain off-by-one. (#235861)
|
|
|
|
- xserver-1.3.0-x86emu-imul-int64.patch: Fix imul in x86emu. (#235861)
|
|
|
|
|
2007-04-09 23:09:52 +00:00
|
|
|
* Mon Apr 09 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-2
|
|
|
|
- xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically,
|
|
|
|
so as not to run off the end of it.
|
|
|
|
- xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing
|
|
|
|
bus memory. (#234073)
|
|
|
|
- xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat)
|
|
|
|
/sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices,
|
|
|
|
so we don't fail to find ROMs merely because they're behind a bridge.
|
|
|
|
- xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize
|
|
|
|
Composite when Render is missing or when the root window is using
|
|
|
|
a pseudocolor visual. (#217388)
|
|
|
|
- xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350)
|
|
|
|
|
2007-04-06 18:07:34 +00:00
|
|
|
* Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-1
|
|
|
|
- xserver 1.3 RC5.
|
|
|
|
|
2007-03-31 01:59:13 +00:00
|
|
|
* Fri Mar 30 2007 David Woodhouse <dwmw2@redhat.com> 1.2.99.903-2
|
|
|
|
- Fix regression with PCI domains, but disjoint bus numbers (#207659)
|
|
|
|
|
2007-03-30 19:32:06 +00:00
|
|
|
* Fri Mar 30 2007 Adam Jackson <ajax@redhat.com> 1.2.99.903-1
|
|
|
|
- xserver 1.3 RC3.
|
2007-03-30 19:29:26 +00:00
|
|
|
|
2007-03-19 18:46:18 +00:00
|
|
|
* Mon Mar 19 2007 Adam Jackson <ajax@redhat.com> 1.2.99.902-1
|
|
|
|
- xserver 1.3 RC2.
|
|
|
|
|
2007-03-13 20:21:25 +00:00
|
|
|
* Tue Mar 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-2
|
|
|
|
- xserver-1.2.99.901-xephyr-crash-at-exit.patch: Fix yet another GLX visual
|
|
|
|
mess. (#231425)
|
|
|
|
|
2007-03-05 22:33:49 +00:00
|
|
|
* Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-1
|
|
|
|
- xserver 1.3 RC1. RANDR 1.2 hotness in the hizzouse.
|
|
|
|
- xserver-1.2.0-honor-displaysize.patch: Honor the DisplaySize config
|
|
|
|
directive again (#220248)
|
|
|
|
- Clean up the post-install cleanup
|
|
|
|
|
2007-03-02 10:30:15 +00:00
|
|
|
* Fri Mar 02 2007 Adam Tkac <atkac@redhat.com> 1.2.0-10
|
|
|
|
- change permissions of files in source package to default from read-only
|
|
|
|
|
2007-02-26 18:30:31 +00:00
|
|
|
* Mon Feb 26 2007 Adam Tkac <atkac@redhat.com> 1.2.0-9
|
2007-02-26 19:10:11 +00:00
|
|
|
- Created new package (xorg-x11-server-source) which is needed to build VNC
|
|
|
|
server.
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2007-02-23 16:26:11 +00:00
|
|
|
* Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-8
|
|
|
|
- xserver-1.2.0-proper-randr-version.patch: Report the RANDR version we
|
|
|
|
actually implement, instead of the version defined by the protocol headers.
|
|
|
|
|
2007-02-22 20:41:47 +00:00
|
|
|
* Thu Feb 22 2007 Adam Jackson <ajax@redhat.com> 1.2.0-7
|
|
|
|
- Various backports from git master:
|
|
|
|
- xserver-1.2.0-xfixes-clientgone-check.patch: Avoids a crash when sending
|
|
|
|
events to clients that just disconnected.
|
|
|
|
- xserver-1.2.0-os-memory-leak.patch: Plugs a per-connection memory leak.
|
|
|
|
- xserver-1.2.0-int10-rdtsc.patch: Implement rdtsc in the int10 emulator.
|
|
|
|
- xserver-1.2.0-glcore-visual-count.patch: Count glcore visuals properly,
|
|
|
|
fixes crash at exit.
|
|
|
|
|
2007-02-20 17:27:43 +00:00
|
|
|
* Mon Feb 05 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
|
|
|
|
- xorg-x11-server-Red-Hat-extramodes.patch:
|
|
|
|
- Add 1360x768 normal and reduced-blanking.
|
|
|
|
- Add reduced-blanking versions of 1680x1050 and 1920x{1200,1080}.
|
|
|
|
- Remove the >60Hz versions of 2560x1600. Even leaving the 60Hz timing is
|
|
|
|
kind of ridiculous, since every real LCD that size I've seen uses the
|
|
|
|
reduced blanking timings. But presumably if you have that nice of a
|
|
|
|
monitor, you also have a video card with working DDC.
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
* Sun Feb 04 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
|
|
|
|
- Massive spec formatting and style cleanup.
|
|
|
|
- Build Xdmx on all arches.
|
|
|
|
- Enable GL support even on non-DRI machines.
|
|
|
|
- Re-add DRI to ppc64.
|
|
|
|
- Update BuildRequires to current versions.
|
|
|
|
- Remove some bogus Requires.
|
|
|
|
|
2007-01-31 15:26:55 +00:00
|
|
|
* Wed Jan 31 2007 Adam Jackson <ajax@redhat.com> 1.2.0-4
|
|
|
|
- Fix typo in SDK header. (#222487)
|
|
|
|
|
2007-01-29 23:01:28 +00:00
|
|
|
* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.2.0-3
|
|
|
|
- Fix MMX check on AMD CPUs. (#222332)
|
|
|
|
- Fix Xephyr keysym init on LP64. (#224311)
|
|
|
|
|
2007-01-24 22:51:48 +00:00
|
|
|
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
|
|
|
|
- Delete ModulePath lines rather than attempt to munge them. (#186338)
|
|
|
|
|
2007-01-23 19:24:00 +00:00
|
|
|
* Tue Jan 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
|
|
|
|
- Xorg server 1.2.0.
|
|
|
|
|
2007-01-09 22:59:16 +00:00
|
|
|
* Tue Jan 09 2007 Adam Jackson <ajax@redhat.com> 1.1.1-57
|
|
|
|
- xorg-xserver-1.1.0-dbe-render.diff: CVE #2006-6101
|
|
|
|
- xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch: Skip building the
|
|
|
|
non-Xephyr kdrive servers entirely.
|
|
|
|
|
2006-12-18 21:18:01 +00:00
|
|
|
* Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 1.1.1-56
|
|
|
|
- RHEL5 sync:
|
|
|
|
- xorg-x11-server-1.1.1-maxpixclock-option.patch: Allow the maximum pixel
|
|
|
|
clock of a monitor to be specified in the config file.
|
|
|
|
- xorg-x11-server-1.1.1-glcore-visual-matching.patch: Fix a client crash
|
|
|
|
when creating software indirect GLX contexts.
|
|
|
|
- xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: During server
|
|
|
|
init, abort if either VT activation ioctl fails. During shutdown, be
|
|
|
|
sure to wait for the VT switch to finish before exiting.
|
|
|
|
|
2006-12-11 21:22:32 +00:00
|
|
|
* Mon Dec 11 2006 Adam Jackson <ajax@redhat.com> 1.1.1-55
|
|
|
|
- xorg-x11-server-1.1.1-lid-close-crash.patch: Added, backport from head.
|
|
|
|
(#197921)
|
|
|
|
|
2006-12-11 13:49:21 +00:00
|
|
|
* Mon Dec 11 2006 Adam Tkac <atkac redhat com> 1.1.1-54.1.fc7
|
|
|
|
- fixed building against mesa-6.5.2
|
|
|
|
|
2006-12-01 19:36:11 +00:00
|
|
|
* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-54.fc7
|
|
|
|
- xorg-x11-server-1.1.1-xkb-vidmode-switch.patch: Fix string matching on
|
|
|
|
XKB actions to be case-insensitive again. (#216656)
|
|
|
|
|
2006-12-01 16:48:49 +00:00
|
|
|
* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-53.fc7
|
|
|
|
- xorg-x11-server-1.1.1-automake-1.10-fixes.patch: Tweak automakefiles to be
|
|
|
|
1.10-compliant.
|
2006-12-01 17:00:54 +00:00
|
|
|
- Misc spec fixes.
|
2006-12-01 16:48:49 +00:00
|
|
|
|
2006-11-27 21:18:43 +00:00
|
|
|
* Mon Nov 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-52.fc7
|
|
|
|
- RHEL5 sync:
|
|
|
|
- Deliver SecurityPolicy in Xvfb when !with_hw_servers (s390, s390x)
|
|
|
|
- xorg-x11-server-1.1.1-ia64-int10.patch: Fix int10 on ia64.
|
|
|
|
- xorg-x11-server-1.1.1-ia64-pci-chipsets.patch: ia64 PCI chipset support.
|
|
|
|
- Unify the autoconfig patches.
|
|
|
|
- xorg-x11-server-1.1.1-xf86config-comment-less.patch: Added, makes
|
|
|
|
pyxf86config not grow the config file every time it's run.
|
|
|
|
- Remove with_developer_utils macro.
|
|
|
|
|
2006-11-10 18:04:30 +00:00
|
|
|
* Fri Nov 10 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-51.fc7
|
|
|
|
- xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and
|
|
|
|
there's no added value relative to lspci.
|
|
|
|
- xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime
|
|
|
|
fixup. There's no reason for libxf4bpp to link against libxf1bpp.
|
|
|
|
|
2006-11-09 19:47:20 +00:00
|
|
|
* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-50.fc7
|
|
|
|
- Fix man page globs to not care whether it's .1.gz or .1x.gz, etc.
|
|
|
|
|
2006-11-09 01:13:41 +00:00
|
|
|
* Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-49.fc7
|
|
|
|
- Switch to using the x86emu version of libint10 even on x86. Unifies
|
|
|
|
behaviour among CPUs and works around Xen vm86 emulation bogosity.
|
|
|
|
|
2006-11-08 14:14:03 +00:00
|
|
|
* Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com>
|
|
|
|
- Add FC7 todo list
|
|
|
|
- Bump Release number back to 48, got reduced somehow.
|
|
|
|
|
2006-10-13 20:30:43 +00:00
|
|
|
* Fri Oct 13 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-48.fc7
|
|
|
|
- Do not try own /usr/lib/pkgconfig in sdk package.
|
|
|
|
- Drop dependency on xorg-x11-fonts-base now that we compile in
|
|
|
|
'fixed' and 'cursor' fonts.
|
2006-10-13 20:46:09 +00:00
|
|
|
- Drop xorg-redhat-die-ugly-pattern-die-die-die.patch; use -br option
|
2006-10-13 20:35:18 +00:00
|
|
|
instead.
|
2006-10-13 20:30:43 +00:00
|
|
|
|
2006-10-05 03:19:54 +00:00
|
|
|
* Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-47.fc6
|
|
|
|
- graphics-expose.patch: Call miHandleExposures() with non-translated
|
|
|
|
coordinates.
|
|
|
|
|
2006-10-05 02:04:23 +00:00
|
|
|
* Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-46.fc6
|
|
|
|
- Fix over-zealous code deletion in graphics-expose.patch.
|
|
|
|
|
2006-10-05 01:22:18 +00:00
|
|
|
* Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-45.fc6
|
|
|
|
- xorg-x11-server-1.1.1-graphics-expose.patch: call
|
|
|
|
miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
|
|
|
|
generate GraphicsExposes correctly. (#209336).
|
|
|
|
|
2006-10-02 22:06:48 +00:00
|
|
|
* Mon Oct 2 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-44.fc6
|
|
|
|
- xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Take the server lock
|
2006-10-02 22:54:46 +00:00
|
|
|
before calling back into XAA to evict pixmaps (#204810).
|
2006-10-02 22:06:48 +00:00
|
|
|
|
2006-09-28 16:38:24 +00:00
|
|
|
* Wed Sep 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-43.fc6
|
|
|
|
- xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: Since the
|
|
|
|
VT_ACTIVATE/VT_WAITACTIVE pair are never guaranteed to successfully
|
|
|
|
complete, set a 5 second timeout on the WAITACTIVE, and retry the pair
|
|
|
|
until we win. (#207746)
|
|
|
|
- xorg-x11-server-1.1.0-pci-scan-fixes.patch: Partial revert to unbreak some
|
|
|
|
(but not all) domainful machines, including Pegasos. (#207659)
|
|
|
|
|
2006-09-25 21:22:57 +00:00
|
|
|
* Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-42.fc6
|
|
|
|
- xorg-x11-server-1.1.1-getconfig-pl-die-die-die.patch: Fix XGI cards (#208000)
|
|
|
|
|
2006-09-22 21:53:42 +00:00
|
|
|
* Fri Sep 22 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-41.fc6
|
|
|
|
- xorg-x11-server-1.1.1-vbe-filter-less.patch: Be gentler about rejecting
|
|
|
|
VESA modes early, since xf86ValidateModes should handle them just fine.
|
|
|
|
|
2006-09-20 22:50:54 +00:00
|
|
|
* Wed Sep 20 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-40.fc6
|
|
|
|
- xorg-x11-server-1.1.1-pclose-confusion.patch: Be sure to call Pclose()
|
|
|
|
on pipes created with Popen(), since the additional magic done by Popen()
|
|
|
|
relative to popen() is not undone by plain pclose(). (Third base!)
|
|
|
|
- xorg-x11-server-1.1.1-edid-hex-dump.patch: Backport EDID hex dump code
|
|
|
|
from git.
|
|
|
|
|
2006-09-20 16:22:27 +00:00
|
|
|
* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> 1.1.1-39.fc6
|
|
|
|
- Bump xorg-x11-proto-devel BuildRequires version and add Conflict
|
|
|
|
line for older mesa releases, so GLX_EXT_texture_from_pixmap opcodes
|
|
|
|
match.
|
|
|
|
|
2006-09-08 02:20:00 +00:00
|
|
|
* Thu Sep 7 2006 Adam Jackson <ajackson@redhat.coM> - 1.1.1-38.fc6
|
|
|
|
- xorg-x11-server-1.1.1-believe-monitor-rb-modes.patch: Always believe the
|
|
|
|
monitor when it reports a reduced-blanking mode, even over VGA.
|
|
|
|
|
2006-09-08 01:19:30 +00:00
|
|
|
* Thu Sep 7 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-37.fc6
|
|
|
|
- Add "built-ins" to default font path.
|
|
|
|
|
2006-09-06 20:53:31 +00:00
|
|
|
* Wed Sep 6 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-36.fc6
|
|
|
|
- Enable builtin fallback versions of cursor and fixed fonts.
|
|
|
|
|
2006-09-05 22:07:50 +00:00
|
|
|
* Tue Sep 5 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-35.fc6
|
|
|
|
- xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look
|
|
|
|
for mouse/void drivers in the running layout, as opposed to the config file,
|
|
|
|
so as not to synthesize two mouse devices.
|
|
|
|
|
2006-08-31 19:05:51 +00:00
|
|
|
* Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-34.fc6
|
|
|
|
- xorg-x11-server-1.1.1-infer-virtual.patch: Be slightly more paranoid about
|
|
|
|
setting line pitch, and rescan the mode list after pruning to re-validate
|
|
|
|
the estimated virtual size.
|
|
|
|
|
2006-08-31 00:41:14 +00:00
|
|
|
* Wed Aug 30 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-33.fc6
|
|
|
|
- Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to evict pixmap
|
|
|
|
when GLX_EXT_texture_from_pixmap is first used.
|
|
|
|
|
2006-08-30 06:11:38 +00:00
|
|
|
* Wed Aug 30 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-32.fc6
|
|
|
|
- Drop xorg-x11-server-1.1.0-gl-include-inferiors.patch now that
|
|
|
|
compiz can uses the composite overlay window.
|
|
|
|
|
2006-08-28 23:00:23 +00:00
|
|
|
* Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-31.fc6
|
|
|
|
- Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to log transitions.
|
2006-08-28 23:57:08 +00:00
|
|
|
- Update xorg-x11-server-1.1.0-tfp-damage.patch to always bind to
|
|
|
|
GL_TEXTURE_RECTANGLE_ARB target.
|
2006-08-28 23:00:23 +00:00
|
|
|
|
2006-08-25 21:54:45 +00:00
|
|
|
* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-30.fc6
|
|
|
|
- xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail
|
|
|
|
gracefully if xf86PciVideoInfo is NULL (like, on Xen).
|
|
|
|
|
2006-08-25 04:26:12 +00:00
|
|
|
* Fri Aug 25 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-29.fc6
|
|
|
|
- Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT
|
|
|
|
switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916).
|
2006-08-25 04:35:26 +00:00
|
|
|
- Bump mesa source and libGL BuildRequires.
|
2006-08-25 04:54:22 +00:00
|
|
|
- Update mesa-6.5.1 patch to work with 6.5.1 rc1 (slang_version_syn.h
|
|
|
|
renamed to slang_pp_version_syn.h).
|
2006-08-25 04:26:12 +00:00
|
|
|
|
2006-08-25 01:21:32 +00:00
|
|
|
* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-28.fc6
|
|
|
|
- xorg-x11-server-1.1.1-infer-virtual.patch: Only flag modes as preferred
|
|
|
|
if the EDID block says to.
|
|
|
|
- xorg-x11-server-1.1.1-mode-sort-kung-fu.patch: Enforce a sort order on
|
|
|
|
modes during lookup: builtin before driver before userdef before other,
|
|
|
|
and preferred modes within a class before others in that class.
|
|
|
|
|
2006-08-22 18:27:22 +00:00
|
|
|
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-27.fc6
|
|
|
|
- xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary
|
|
|
|
pixclock limit if the monitor didn't claim to have one.
|
|
|
|
|
2006-08-21 22:59:29 +00:00
|
|
|
* Mon Aug 21 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-26.fc6
|
|
|
|
- Add Tilman Sauerbecks patch to fix AIGLX DRI locking.
|
|
|
|
|
2006-08-19 03:40:27 +00:00
|
|
|
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-25.fc6
|
|
|
|
- xorg-x11-server-1.1.1-xvfb-composite-crash.patch: Fix Xvfb's -render flag
|
|
|
|
to also disable the Composite extension.
|
|
|
|
- xorg-x11-server-1.1.1-mesa-6.5.1.patch: Update build system to account for
|
|
|
|
Mesa 6.5.1 snapshots.
|
|
|
|
- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Add all available
|
|
|
|
standard timings from EDID rather than just the first five.
|
|
|
|
|
2006-08-18 15:52:31 +00:00
|
|
|
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-24.fc6
|
|
|
|
- xorg-x11-server-1.1.1-edid-quirks-list.patch: Unbreak.
|
|
|
|
|
2006-08-18 14:41:11 +00:00
|
|
|
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-23.fc6
|
|
|
|
- xorg-x11-server-1.1.1-xkb-in-xnest.patch: Added. (#193431)
|
|
|
|
|
2006-08-18 00:52:50 +00:00
|
|
|
* Thu Aug 17 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-22.fc6
|
|
|
|
- xorg-x11-server-1.1.1-infer-virtual.patch: When no modes or virtual size
|
|
|
|
are given in the config file, attempt to pick a sensible one by examining
|
|
|
|
the EDID modes and physical geometry. Also generally make the server
|
|
|
|
aware of driver-provided modes.
|
|
|
|
- xorg-x11-server-1.1.1-edid-quirks-list.patch: Redo, since the property I was
|
|
|
|
checking for is both fairly common and fairly predictable.
|
|
|
|
|
2006-08-15 18:51:32 +00:00
|
|
|
* Tue Aug 15 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-21.fc6
|
|
|
|
- xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch: Added.
|
|
|
|
|
2006-08-11 01:24:06 +00:00
|
|
|
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-20.fc6
|
|
|
|
- xorg-x11-server-1.1.1-always-mouse-thyself.patch: If we lack a mouse
|
|
|
|
device in the config, and the user hasn't asked for any void devices,
|
|
|
|
synthesize a mouse section. (#200347)
|
|
|
|
- xorg-x11-server-1.1.1-edid-quirks-list.patch: Better formatting.
|
|
|
|
|
2006-08-09 23:34:29 +00:00
|
|
|
* Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-19.fc6
|
|
|
|
- xorg-x11-server-1.1.1-builderstring.patch: Enable the builder info
|
|
|
|
string at configure time;
|
|
|
|
- ... and use it to print the package name and version.
|
|
|
|
- xorg-x11-server-1.1.1-defaultdepth-24.patch: Set default depth to 24.
|
|
|
|
- xorg-x11-server-1.1.1-edid-quirks-list.patch: Add EDID quirks list as
|
|
|
|
an experiment; needs a better solution though.
|
|
|
|
|
2006-08-08 16:33:11 +00:00
|
|
|
* Tue Aug 8 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-18.fc6
|
|
|
|
- Update offscreen-pixmaps patch to migrate pixmaps when the compiz
|
|
|
|
selection is taken.
|
|
|
|
|
2006-08-07 20:54:56 +00:00
|
|
|
* Mon Aug 7 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-17.fc5.aiglx
|
|
|
|
- Build for fc5 aiglx repo.
|
|
|
|
|
2006-08-07 18:32:27 +00:00
|
|
|
* Mon Aug 7 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-17.fc6
|
|
|
|
- Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
|
|
|
|
XaaNoOffscreenPixmaps to false, for now.
|
|
|
|
|
2006-08-07 14:18:24 +00:00
|
|
|
* Mon Aug 7 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-16.fc6
|
|
|
|
- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in
|
|
|
|
range storage.
|
|
|
|
|
2006-08-03 23:18:09 +00:00
|
|
|
* Wed Aug 2 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-15.fc6
|
|
|
|
- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Allow HorizSync and
|
|
|
|
VertRefresh to be overridden independently.
|
|
|
|
|
2006-07-28 21:35:38 +00:00
|
|
|
* Fri Jul 28 2006 Kevin E Martin <kem@redhat.com> - 1.1.1-14.fc6
|
|
|
|
- xorg-x11-server-1.1.1-revert-xkb-change.patch: Revert change to xkb that
|
|
|
|
broke XkbGetKeyboard().
|
|
|
|
|
2006-07-28 20:41:08 +00:00
|
|
|
* Fri Jul 28 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-13.fc5.aiglx
|
|
|
|
- Add conflicts for ABI incompatible version of xorg-x11-drv-i810 and
|
|
|
|
xorg-x11-drv-ati.
|
|
|
|
|
2006-07-28 19:26:46 +00:00
|
|
|
* Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-13.fc6
|
|
|
|
- Comment out the 848x480 modes from the extramodes patch. Any panel that
|
|
|
|
wants it should be doing EDID injection by now, and it screws up
|
|
|
|
autoconfig by _just_ fitting in the ranges for 800x600.
|
|
|
|
|
2006-07-26 11:54:20 +00:00
|
|
|
* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-12.fc6
|
|
|
|
- Added "1920x1080" CVT modes to Red-Hat-extramodes patch for (#195272)
|
|
|
|
- Sorted the extramodes file by X res, then Y res for ease of maintenance.
|
|
|
|
|
2006-07-26 01:24:57 +00:00
|
|
|
* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-11.fc6
|
2006-07-26 02:11:38 +00:00
|
|
|
- Add selinux{,-devel} buildreqs.
|
2006-07-26 01:24:57 +00:00
|
|
|
|
2006-07-25 20:26:27 +00:00
|
|
|
* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-10.fc6
|
|
|
|
- xorg-x11-server-1.1.1-selinux-awareness.patch: Added for new Mesa
|
|
|
|
selinux code.
|
|
|
|
- xorg-x11-server-1.1.1-Xdmx-render-fix-fdo7482.patch: Backport a Render
|
|
|
|
fix for Xdmx.
|
|
|
|
- xorg-x11-server-1.1.1-no-composite-in-xnest.patch: Disable Composite in
|
|
|
|
Xnest, as it's known not to work.
|
2006-07-26 00:00:25 +00:00
|
|
|
- Fix default font path to match the config file we used to generate.
|
|
|
|
- Fix default module set to match the config file we used to generate.
|
|
|
|
- Disable use of TLS GLX dispatch to match Mesa selinux nonsense.
|
2006-07-25 20:26:27 +00:00
|
|
|
|
2006-07-24 07:34:56 +00:00
|
|
|
* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-8.fc6
|
|
|
|
- Added "1440x900@60" CVT mode to Red-Hat-extramodes patch for (#179865)
|
|
|
|
|
2006-07-22 06:31:44 +00:00
|
|
|
* Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com>
|
|
|
|
- Added "1152x864 @ 100.00" GTF mode to Red-Hat-extramodes patch (#49264)
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-7.fc6
|
|
|
|
- Only ship pcitweak manpage if we are building it (#199653)
|
|
|
|
- Fix dist tag usage (Was {dist}, should be {?dist})
|
2006-07-21 20:41:46 +00:00
|
|
|
- Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
|
|
|
|
prevent config file parser/writer from writing out empty sections (#198653)
|
2006-07-21 20:51:43 +00:00
|
|
|
- Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
|
2006-07-21 20:34:16 +00:00
|
|
|
|
|
|
|
* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
|
2006-07-18 19:41:37 +00:00
|
|
|
- Saner defaults for hsync/vrefresh on monitors that can't be probed
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 1.1.1-5.fc6
|
2006-07-13 21:42:29 +00:00
|
|
|
- Tag as 1.1.1-5.fc6.
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Wed Jul 12 2006 Kristian Høgsberg <krh@redhat.com> 1.1.1-5.fc5.aiglx
|
2006-07-13 21:20:42 +00:00
|
|
|
- Enable composite by default.
|
2006-07-12 23:29:00 +00:00
|
|
|
- Split spiffiffity patch into one patch per change:
|
|
|
|
xorg-x11-server-1.1.0-no-move-damage.patch and
|
|
|
|
xorg-x11-server-1.1.0-dont-backfill-bg-none.patch.
|
|
|
|
|
2006-07-12 20:26:45 +00:00
|
|
|
* Wed Jul 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-4.fc6
|
|
|
|
- Restore placing the raw EDID block on the root window.
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-3.1.fc6
|
2006-07-12 09:19:02 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-07-11 19:04:00 +00:00
|
|
|
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-3.fc6
|
|
|
|
- Enable DPMS by default.
|
|
|
|
|
2006-07-11 17:24:06 +00:00
|
|
|
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2.fc6
|
|
|
|
- Remove nonsensical runtime perl dependency.
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Sat Jul 08 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
|
2006-07-10 15:24:12 +00:00
|
|
|
- Update to 1.1.1.
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Sat Jul 08 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-27.fc6
|
2006-07-08 07:36:46 +00:00
|
|
|
- Enable TLS for GLX to match the mesa build config.
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Fri Jul 07 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-26
|
2006-07-07 06:06:37 +00:00
|
|
|
- Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the
|
|
|
|
GLX_MESA_copy_sub_buffer extension.
|
|
|
|
|
2006-07-21 20:34:16 +00:00
|
|
|
* Fri Jun 30 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-25.fc6
|
2006-06-30 09:20:24 +00:00
|
|
|
- Start using the new %%{dist} tag <http://fedoraproject.org/wiki/DistTag>
|
|
|
|
experimentally in the package Release field to help prevent problems like
|
|
|
|
(#197266) from occuring in the future.
|
|
|
|
|
2006-06-28 11:43:14 +00:00
|
|
|
* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com>
|
|
|
|
- Disable build dependency on zlib-devel now that we are not uselessly linking
|
|
|
|
against it.
|
|
|
|
|
2006-06-27 22:15:13 +00:00
|
|
|
* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-24
|
|
|
|
- Don't (uselessly) link the server against zlib.
|
|
|
|
- Fix the 1680x1050 modes to be the CVT timings instead of GTF.
|
|
|
|
|
2006-06-26 23:22:28 +00:00
|
|
|
* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-23
|
|
|
|
- Fix an open-coded check for reduced-blanking modes to only apply to analog
|
|
|
|
connectors.
|
|
|
|
- Reorder the EDID patches slightly.
|
|
|
|
|
2006-06-21 09:37:16 +00:00
|
|
|
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-22
|
|
|
|
- Added xorg-xserver-1.1.0-setuid.diff to fix potential security issue (#196094)
|
2006-06-21 10:00:21 +00:00
|
|
|
- Disable DRI on ppc64 builds.
|
2006-06-21 10:53:36 +00:00
|
|
|
- Conditionalize inclusion of DRI related X server modules to with_dri builds.
|
2006-06-21 09:37:16 +00:00
|
|
|
|
|
|
|
* Tue Jun 20 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-21
|
2006-06-21 00:12:03 +00:00
|
|
|
- Update xorg-x11-server-1.1.0-tfp-damage.patch to use glTexSubImage2D
|
|
|
|
to only update the part of the texture that changed, based on damage
|
|
|
|
regions.
|
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-20
|
|
|
|
- Remove with_xnest_server conditional, and fix more BuildRequires to pull
|
|
|
|
in libX11-devel, libXext-devel, zlib-devel, etc. for Xnest and Xephyr.
|
2006-06-20 04:43:02 +00:00
|
|
|
- Remove unwanted files leftover in buildroot for s390/s390x builds.
|
2006-06-20 04:56:00 +00:00
|
|
|
- Add Xserver.1x manpage to multiple subpackages, as it applies equally to
|
|
|
|
Xorg, Xnest, Xvfb, Xephyr.
|
2006-06-20 02:54:01 +00:00
|
|
|
|
|
|
|
* Mon Jun 19 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-19
|
2006-06-20 02:02:09 +00:00
|
|
|
- Add with_xnest_server conditional and disable on s390, since Xnest
|
|
|
|
fails to build on there (Xlib doesn't get added to the link line).
|
2006-06-20 02:21:01 +00:00
|
|
|
- Add -f to removal of xorgconfig and others which may or may not be built.
|
2006-06-20 02:02:09 +00:00
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Mon Jun 19 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-18
|
2006-06-20 01:05:12 +00:00
|
|
|
- Add xorg-x11-server-1.1.0-convolution-filter-fix.patch and
|
|
|
|
xorg-x11-server-1.1.0-tfp-damage.patch backported to make compiz go
|
|
|
|
faster and make compiz shadows work.
|
|
|
|
|
2006-06-19 19:07:15 +00:00
|
|
|
* Mon Jun 19 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-17
|
|
|
|
- Disable filling in monitor gamma info from EDID momentarily, since drivers
|
|
|
|
will use that field to set the card's gamma ramp.
|
2006-06-19 21:22:27 +00:00
|
|
|
- Backport some stuff from git: cw crash fix, faster pci scanning, some
|
2006-06-19 23:51:32 +00:00
|
|
|
log message cleanup.
|
2006-06-19 19:07:15 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
* Fri Jun 16 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-16
|
|
|
|
- Enable spec support for s390, s390x, alpha, sparc, and sparc64 architectures.
|
|
|
|
- Add with_hw_servers conditional to disable hardware servers on s390/s390x.
|
|
|
|
- Add with_dmx_server to disable DMX on s390/s390x.
|
|
|
|
- Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for
|
|
|
|
dependency futureproofing.
|
2006-06-16 19:24:16 +00:00
|
|
|
- Force "--disable-dri" on s390/s390x, to attempt to work around ./configure
|
|
|
|
failure to find libdrm, which should not be needed on s390 builds anyway.
|
2006-06-16 19:13:17 +00:00
|
|
|
|
2006-06-15 23:22:53 +00:00
|
|
|
* Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-15
|
|
|
|
- Add loader infrastructure for publishing PCI ID lists in the drivers, and
|
|
|
|
autodetecting drivers based on that. Currently unused since no drivers
|
|
|
|
publish such a list yet.
|
|
|
|
- Fix mouse autoconfig to use /dev/input/mice instead of /dev/mouse.
|
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Wed Jun 14 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-14
|
2006-06-15 02:29:07 +00:00
|
|
|
- Change selection atom to _COMPIZ_GL_INCLUDE_INFERIORS in
|
|
|
|
xorg-x11-server-1.1.0-gl-include-inferiors.patch.
|
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-13
|
2006-06-14 02:34:13 +00:00
|
|
|
- put back my -fPIC patch, libxf86config isn't built with fPIC otherwise
|
|
|
|
|
2006-06-14 00:05:17 +00:00
|
|
|
* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-12
|
|
|
|
- Add EDID mode autodetection.
|
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Mon Jun 12 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-11
|
2006-06-13 01:50:59 +00:00
|
|
|
- Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL
|
|
|
|
rendering include child windows.
|
|
|
|
|
2006-06-12 19:13:22 +00:00
|
|
|
* Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-10
|
|
|
|
- Misc build fixes for ppc64.
|
|
|
|
|
2006-06-12 15:52:48 +00:00
|
|
|
* Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-9
|
|
|
|
- --enable-xorg on ppc64 too.
|
|
|
|
- Re-add cvt, got dropped somehow.
|
|
|
|
|
2006-06-20 02:54:01 +00:00
|
|
|
* Fri Jun 09 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-8
|
2006-06-09 18:09:50 +00:00
|
|
|
- Add our friend, libtool, to BuildRequires.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Thu Jun 08 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-7
|
|
|
|
- Change "BuildRequires: freetype-devel >= 2.1.10" to 2.1.9, as Xorg 7.0
|
|
|
|
contains 2.1.9 in "extras" and 7.1 does not appear to have a requirement on
|
|
|
|
a newer freetype.
|
|
|
|
- Janitorial cleanups for spec file changelog consistency.
|
2006-06-09 10:39:02 +00:00
|
|
|
- Call aclocal before automake, otherwise automake >= 1.9.6 is required in
|
2006-06-09 07:27:26 +00:00
|
|
|
order to rebuild the package.
|
2006-06-09 07:59:29 +00:00
|
|
|
- Build 1.1.0-4, 1.1.0-5, and 1.1.0-6 appear to have failed in brew but nobody
|
2006-06-09 10:39:02 +00:00
|
|
|
fixed them. It appears automake 1.9 breaks the build.
|
2006-06-09 07:19:53 +00:00
|
|
|
|
|
|
|
* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-6
|
2006-06-07 18:03:44 +00:00
|
|
|
- BR automake and autoconf
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-5
|
2006-06-07 17:53:01 +00:00
|
|
|
- build on ppc64 so that we have an X server there
|
|
|
|
|
2006-06-06 23:33:05 +00:00
|
|
|
* Tue Jun 06 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-4
|
|
|
|
- Hack the kdrive makefile to only attempt to build Xephyr, avoids linking
|
|
|
|
sixteen extra servers just to delete them.
|
|
|
|
- Move cvt to the default install set, same as gtf.
|
|
|
|
|
2006-06-05 20:28:19 +00:00
|
|
|
* Mon Jun 05 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
|
|
|
|
- Drop the libxf86config -fPIC patch, just build the whole thing with
|
|
|
|
--with-pic instead. Add void and evdev to the required driver list for
|
|
|
|
upcoming autoconfig magic.
|
|
|
|
|
2006-05-25 18:42:48 +00:00
|
|
|
* Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
|
|
|
|
- Add "Requires: xorg-x11-proto-devel >= 7.1-1" to sdk for numerous (52) bug
|
|
|
|
reports of drivers failing to build with mock.
|
|
|
|
|
2006-05-23 18:28:31 +00:00
|
|
|
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
|
|
|
|
- Xorg 7.1 final.
|
|
|
|
|
2006-05-23 14:19:11 +00:00
|
|
|
* Tue May 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.99.903-2
|
|
|
|
- Disable dependency on xorg-x11-drivers package, for OLPC. (#191781)
|
|
|
|
- Add "BuildRequires: freetype-devel >= 2.1.10" for bug (#192021)
|
|
|
|
|
2006-05-13 00:58:39 +00:00
|
|
|
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.903-1
|
|
|
|
- Update to 7.1RC3, plus experimental fix for fdo bug #6827.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Mon May 01 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.902-1
|
2006-05-02 23:05:34 +00:00
|
|
|
- Update to 7.1RC2 plus fix for CVE 2006-1526. Disable the fastpathing
|
|
|
|
patch for fdo bug #4320 since that should be covered in the generic
|
|
|
|
Render code now.
|
|
|
|
|
2006-04-24 18:34:51 +00:00
|
|
|
* Mon Apr 24 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-6
|
|
|
|
- Backport a Render crash fix from HEAD.
|
|
|
|
|
2006-04-14 03:21:31 +00:00
|
|
|
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-5
|
|
|
|
- Update spiffiffity patch to only suppress move damage events for
|
|
|
|
manually redirected windows.
|
|
|
|
|
2006-04-12 20:52:30 +00:00
|
|
|
* Wed Apr 12 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-4
|
|
|
|
- Bump for rawhide build.
|
|
|
|
|
2006-04-12 20:42:41 +00:00
|
|
|
* Wed Apr 12 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-3
|
|
|
|
- Add xorg-x11-server-1.0.99.901-cow-fix.patch to fix crash when
|
|
|
|
releasing the COW.
|
|
|
|
|
2006-04-12 00:14:32 +00:00
|
|
|
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-2
|
|
|
|
- Bump for fc5 build.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Sat Apr 08 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-1
|
2006-04-10 03:10:33 +00:00
|
|
|
- Update to 7.1 RC1.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Thu Apr 06 2006 Adam Jackson <ajax@redhat.com> 1.0.99.2-2
|
2006-04-06 21:17:53 +00:00
|
|
|
- Remove LBX to match upstream policy.
|
|
|
|
- Add Xephyr server.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Tue Apr 04 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.2-1
|
2006-04-04 22:07:57 +00:00
|
|
|
- Update to 1.0.99.2 snapshot and go back to using mesa-source package.
|
|
|
|
- Drop xorg-server-1.0.99-composite-visibility.patch.
|
|
|
|
- Drop xorg-server-1.0.1-backtrace.patch.
|
|
|
|
- Drop xorg-server-0.99.3-rgb.txt-dix-config-fix.patch.
|
2006-04-04 22:17:58 +00:00
|
|
|
- Add xorg-server-1.0.99.2-spiffiffity.patch.
|
2006-04-04 22:07:57 +00:00
|
|
|
|
2006-03-23 22:49:05 +00:00
|
|
|
* Thu Mar 23 2006 Kristian Høgsberg <krh@redhat.com>
|
|
|
|
- Pass --with-dri-driver-path so we're sure to point it to the right path.
|
|
|
|
|
2006-03-22 22:26:55 +00:00
|
|
|
* Wed Mar 22 2006 Soren Sandmann <sandmann@redhat.com> 1.0.99.1-2
|
|
|
|
- Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing
|
|
|
|
titlebars in compositing metacity.
|
|
|
|
|
2006-03-22 01:56:39 +00:00
|
|
|
* Tue Mar 21 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.1-1
|
|
|
|
- Update to 1.0.99.1 snapshot.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Mon Mar 06 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-8
|
2006-03-06 20:38:28 +00:00
|
|
|
- build libxf86config with -fPIC (#181292)
|
|
|
|
- fix sgi 1600sw extra mode (#182430)
|
|
|
|
|
2006-03-01 06:34:44 +00:00
|
|
|
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7
|
2006-02-23 02:15:38 +00:00
|
|
|
- install randrstr.h as part of sdk as required for building some drivers
|
|
|
|
|
2006-02-21 16:11:49 +00:00
|
|
|
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com>
|
|
|
|
- Added xorg-server-1.0.1-backtrace.patch which enables the Xorg server's
|
|
|
|
built in backtrace support by default, as it was inadvertently disabled in
|
|
|
|
7.0.
|
|
|
|
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-6.1
|
2006-02-11 06:25:24 +00:00
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Wed Feb 08 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
|
2006-02-08 22:03:43 +00:00
|
|
|
- Added xorg-x11-server-1.0.1-Red-Hat-extramodes.patch which is a merger of
|
|
|
|
XFree86-4.2.99.2-redhat-custom-modelines.patch and
|
|
|
|
xorg-x11-6.8.2-laptop-modes.patch from FC4 for (#180301)
|
|
|
|
- Install a copy of the vesamodes and extramodes files which contain the list
|
|
|
|
of video modes that are built into the X server, so that the "rhpxl" package
|
|
|
|
does not have to carry around an out of sync copy for itself. (#180301)
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
|
2006-02-07 11:49:56 +00:00
|
|
|
- Updated "BuildRequires: mesa-source >= 6.4.2-2" to get fix for (#176976)
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
|
2006-02-07 05:07:36 +00:00
|
|
|
- Fix brown paper bag error introduced in rpm post script in 1.0.1-4.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
2006-02-06 22:51:10 +00:00
|
|
|
- Added xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch with changes
|
|
|
|
suggested by ajax to fix (fdo#4320).
|
|
|
|
- Cosmetic cleanups to satiate the banshees.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
2006-02-06 08:10:10 +00:00
|
|
|
- Added xorg-x11-server-1.0.1-fbpict-fix-rounding.patch from CVS HEAD.
|
|
|
|
- Added xorg-x11-server-1.0.1-SEGV-on-null-interface.patch which prevents a
|
|
|
|
SEGV on null interfaces (#174279,178986)
|
|
|
|
|
2006-01-30 02:03:29 +00:00
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
|
|
- Updated to xserver 1.0.1 from X11R7.0
|
|
|
|
|
2005-12-23 03:03:59 +00:00
|
|
|
* Thu Dec 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-3
|
|
|
|
- Added "Provides: libxf86config-devel = %{version}-%{release}" to sdk package.
|
|
|
|
|
2005-12-21 12:49:35 +00:00
|
|
|
* Wed Dec 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
|
|
|
- Added xserver-1.0.0-parser-add-missing-headers-to-sdk.patch to provide the
|
|
|
|
necessary libxf86config.a headers to be able to use the library. (#173084)
|
|
|
|
|
2005-12-20 06:50:41 +00:00
|
|
|
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
2005-12-21 12:49:35 +00:00
|
|
|
- Updated to xserver 1.0.0 from X11R7 RC4
|
|
|
|
- Removed the following patches, which are now integrated upstream:
|
|
|
|
- xorg-server-0.99.3-rgb.txt-dix-config-fix.patch,
|
|
|
|
- xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch
|
|
|
|
- Changed manNx directories to manN to match upstream defaults.
|
|
|
|
- Added libxf86config.a to sdk subpackage.
|
|
|
|
- Updated build dependency of "mesa-libGL-devel >= 6.4.1-1"
|
|
|
|
- Added "BuildRequires: xorg-x11-font-utils >= 1.0.0-1" to be able to query
|
|
|
|
the fontdir from fontutil.pc which is implemented currently by a custom
|
|
|
|
patch.
|
|
|
|
- Enable xtrap, xcsecurity, xevie, and lbx on all builds, not just DRI builds.
|
|
|
|
- Fix sdk installation path, so that drivers can find the files again.
|
|
|
|
- Update file manifest, to deal with X server modules that have moved to
|
|
|
|
a subdir, etc.
|
2005-12-20 06:50:41 +00:00
|
|
|
|
2005-11-28 16:24:19 +00:00
|
|
|
* Mon Nov 28 2005 Kristian Høgsberg <krh@redhat.com>
|
|
|
|
- Add a few missing BuildRequires.
|
|
|
|
|
2005-11-25 10:32:33 +00:00
|
|
|
* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-9
|
2005-11-25 20:55:11 +00:00
|
|
|
- Added "Requires: xorg-x11-drivers >= 0.99.2-4" as a dependency of the Xorg
|
|
|
|
subpackage, to ensure that anaconda installs all of the drivers during OS
|
|
|
|
installs and upgrades, as requested by Jeremy Katz.
|
2005-11-25 10:32:33 +00:00
|
|
|
|
2005-11-25 10:27:20 +00:00
|
|
|
* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-8
|
2005-11-25 09:51:04 +00:00
|
|
|
- Added xorg-server-0.99.3-rgb.txt-dix-config-fix.patch which fixes the
|
|
|
|
--with-rgb-path option to actually *work*.
|
|
|
|
- Updated libdrm dep to 1.0.5
|
|
|
|
|
2005-11-23 21:22:35 +00:00
|
|
|
* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-7
|
|
|
|
- Update xorg-x11-server-utils dep to 0.99.2-5 to ensure rgb.txt is installed
|
|
|
|
in correct location - _datadir/X11/rgb
|
|
|
|
- Added --with-rgb-path configure option to specify _datadir/X11/rgb so the
|
|
|
|
X server finds the rgb.txt database properly, for bugs (#173453, 173435,
|
|
|
|
173428, 173483, 173734, 173737, 173594)
|
|
|
|
- Added xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch to prevent SSE/MMX
|
|
|
|
code from being activated on non-capable VIA CPU. (#173384,fdo#5093)
|
|
|
|
|
2005-11-17 15:51:06 +00:00
|
|
|
* Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
|
|
|
|
- Add the missing rpm pre script from monolithic xorg-x11 packaging,
|
|
|
|
clean it up a bit, reorder it for slight performance gain.
|
|
|
|
- Add some perl magic to pre script to remove RgbPath from xorg.conf,
|
|
|
|
in order to fix bug (#173036, 173435, 173453, 173428)
|
|
|
|
- Add more perl magic to pre script to update ModulePath to the new
|
|
|
|
location if it is specified in xorg.conf.
|
|
|
|
- Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic
|
|
|
|
xorg-x11 package to fix Xinerama bug.
|
2005-11-17 15:58:17 +00:00
|
|
|
- Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey
|
|
|
|
stipple once again for bug (#173423).
|
2005-11-17 16:04:19 +00:00
|
|
|
- Added "BuildRequires: libdrm-devel" for DRI enabled builds.
|
2005-11-17 15:51:06 +00:00
|
|
|
|
2006-03-01 06:34:44 +00:00
|
|
|
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
|
2005-11-17 15:51:06 +00:00
|
|
|
- Xorg server should be suid for users to be able to run startx (#173064)
|
2005-11-15 03:49:38 +00:00
|
|
|
|
2005-11-14 22:09:25 +00:00
|
|
|
* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
|
|
|
|
- Added temporary "BuildRequires: libXfont-devel >= 0.99.2-3" and
|
|
|
|
"Requires: libXfont-devel >= 0.99.2-3" to ensure early-testers of
|
|
|
|
pre-rawhide modular X have installed the work around for (#172997).
|
|
|
|
- Added implementation specific "Requires: xkbdata" to Xorg subpackage, as
|
|
|
|
we want to ensure the xkb data files are present, but allow us the option
|
|
|
|
of easily switching implementations to "xkeyboard-config" at a future
|
|
|
|
date, if we decide to go that route.
|
|
|
|
- Re-enable _smp_mflags during build.
|
2005-11-14 22:22:33 +00:00
|
|
|
- Added "Requires: xorg-x11-drv-vesa" to Xorg subpackage (#173060)
|
2005-11-14 22:09:25 +00:00
|
|
|
|
2006-03-01 06:34:44 +00:00
|
|
|
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-3
|
2005-11-14 18:07:28 +00:00
|
|
|
- provide Xserver
|
|
|
|
- add another requires for basic bits
|
|
|
|
|
2006-03-01 06:34:44 +00:00
|
|
|
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-2
|
2005-11-13 21:22:05 +00:00
|
|
|
- add some deps to the Xorg subpackage for base fonts, keyboard and mouse
|
2005-11-23 21:22:35 +00:00
|
|
|
drivers, and rgb.txt that the server really wont work without
|
2005-11-13 21:22:05 +00:00
|
|
|
|
2005-11-12 02:17:01 +00:00
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
|
|
|
- Update to xorg-server-0.99.3 from X11R7 RC2.
|
2005-11-12 03:28:59 +00:00
|
|
|
- Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
|
2005-11-12 02:17:01 +00:00
|
|
|
|
2005-11-10 20:34:16 +00:00
|
|
|
* Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
|
|
|
|
- Added "Requires: xkbcomp" for Xorg server, as it invokes it internally.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Wed Nov 09 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
|
2005-11-10 00:27:04 +00:00
|
|
|
- Added "BuildRequires: libXtst-devel" for Xtst examples.
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
|
2005-11-07 16:15:54 +00:00
|
|
|
- Added versioning to Xorg virtual Provide, to allow config tools and driver
|
|
|
|
packages to have version based requires.
|
|
|
|
|
* 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
|
|
|
* 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 03:05:51 +00:00
|
|
|
- Added "BuildRequires: libdmx-devel" for dmx utilities
|
|
|
|
- Added "BuildRequires: libXres-devel" for Xres examples
|
2005-11-04 03:48:07 +00:00
|
|
|
- Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY
|
* 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-09 07:19:53 +00:00
|
|
|
* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.2
|
2005-10-03 09:06:44 +00:00
|
|
|
- Fix license tag to be "MIT/X11"
|
|
|
|
- Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest
|
|
|
|
|
2006-06-09 07:19:53 +00:00
|
|
|
* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.1
|
2005-10-02 13:39:43 +00:00
|
|
|
- Update BuildRequires for new library package naming (libX...)
|
|
|
|
- Use Fedora Extras style BuildRoot tag
|
|
|
|
- Invoke make with _smp_mflags to take advantage of SMP systems
|
|
|
|
|
|
|
|
* Tue Aug 30 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-2.cvs20050830
|
2005-08-30 23:38:39 +00:00
|
|
|
- Go back to %spec -n, use new cvs snapshot that supports overriding
|
|
|
|
moduledir during make install, use %makeinstall.
|
|
|
|
- Drop %{moduledir}/multimedia globs.
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
|
|
|
|
- Added build dependency on xorg-x11-libfontenc-devel, as the build fails
|
|
|
|
half way through without it, even though upstream dependencies do not
|
|
|
|
specify it as required.
|
|
|
|
|
2005-10-02 13:39:43 +00:00
|
|
|
* Tue Aug 23 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-1
|
2005-08-29 06:47:27 +00:00
|
|
|
- Initial spec file for the modular X server.
|