2009-08-07 05:49:11 +00:00
|
|
|
# This package is an experiment in active integration of upstream SCM with
|
2007-10-31 19:28:56 +00:00
|
|
|
# Fedora packaging. It works something like this:
|
|
|
|
#
|
|
|
|
# The "pristine" source is actually a git repo (with no working checkout).
|
|
|
|
# The first step of %%prep is to check it out and switch to a "fedora" branch.
|
|
|
|
# If you need to add a patch to the server, just do it like a normal git
|
|
|
|
# operation, dump it with git-format-patch to a file in the standard naming
|
|
|
|
# format, and add a PatchN: line. If you want to push something upstream,
|
2013-01-09 23:20:13 +00:00
|
|
|
# check out the master branch, pull, cherry-pick, and push.
|
2007-10-31 19:28:56 +00:00
|
|
|
|
2013-03-06 23:59:33 +00:00
|
|
|
#global gitdate 20130215
|
|
|
|
%global stable_abi 1
|
2011-11-09 14:52:46 +00:00
|
|
|
|
2011-11-10 16:01:03 +00:00
|
|
|
%if !0%{?gitdate} || %{stable_abi}
|
2011-11-09 14:52:46 +00:00
|
|
|
# Released ABI versions. Have to keep these manually in sync with the
|
|
|
|
# source because rpm is a terrible language.
|
2012-08-17 06:35:52 +00:00
|
|
|
%global ansic_major 0
|
|
|
|
%global ansic_minor 4
|
2013-02-15 00:35:25 +00:00
|
|
|
%global videodrv_major 14
|
2012-12-18 00:07:59 +00:00
|
|
|
%global videodrv_minor 1
|
2013-02-15 00:35:25 +00:00
|
|
|
%global xinput_major 19
|
|
|
|
%global xinput_minor 1
|
2012-08-21 23:08:00 +00:00
|
|
|
%global extension_major 7
|
2012-08-17 06:35:52 +00:00
|
|
|
%global extension_minor 0
|
2012-07-26 22:47:51 +00:00
|
|
|
%endif
|
2010-06-16 14:53:59 +00:00
|
|
|
|
2012-07-26 22:47:51 +00:00
|
|
|
%if 0%{?gitdate}
|
2011-11-09 14:52:46 +00:00
|
|
|
# For git snapshots, use date for major and a serial number for minor
|
2012-08-17 06:35:52 +00:00
|
|
|
%global minor_serial 0
|
|
|
|
%global git_ansic_major %{gitdate}
|
|
|
|
%global git_ansic_minor %{minor_serial}
|
|
|
|
%global git_videodrv_major %{gitdate}
|
|
|
|
%global git_videodrv_minor %{minor_serial}
|
|
|
|
%global git_xinput_major %{gitdate}
|
|
|
|
%global git_xinput_minor %{minor_serial}
|
|
|
|
%global git_extension_major %{gitdate}
|
|
|
|
%global git_extension_minor %{minor_serial}
|
2011-11-09 14:52:46 +00:00
|
|
|
%endif
|
|
|
|
|
2012-08-17 06:35:52 +00:00
|
|
|
%global pkgname xorg-server
|
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
|
2013-03-06 23:59:33 +00:00
|
|
|
Version: 1.14.0
|
2013-04-12 00:18:55 +00:00
|
|
|
Release: 4%{?gitdate:.%{gitdate}}%{dist}
|
2005-08-29 06:47:27 +00:00
|
|
|
URL: http://www.x.org
|
2007-10-05 16:17:44 +00:00
|
|
|
License: MIT
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
2005-11-23 21:22:35 +00:00
|
|
|
|
2010-07-07 17:16:16 +00:00
|
|
|
#VCS: git:git://git.freedesktop.org/git/xorg/xserver
|
2008-07-24 18:49:14 +00:00
|
|
|
%if 0%{?gitdate}
|
2007-10-31 16:24:55 +00:00
|
|
|
# git snapshot. to recreate, run:
|
2007-10-31 19:28:56 +00:00
|
|
|
# ./make-git-snapshot.sh `cat commitid`
|
2009-08-13 23:01:32 +00:00
|
|
|
Source0: xorg-server-%{gitdate}.tar.xz
|
2007-10-31 16:24:55 +00:00
|
|
|
Source1: make-git-snapshot.sh
|
2007-10-31 19:28:56 +00:00
|
|
|
Source2: commitid
|
2007-10-31 16:24:55 +00:00
|
|
|
%else
|
2008-07-24 18:49:14 +00:00
|
|
|
Source0: http://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
|
2008-09-03 23:41:17 +00:00
|
|
|
Source1: gitignore
|
2007-10-31 16:24:55 +00:00
|
|
|
%endif
|
2010-04-15 06:57:32 +00:00
|
|
|
|
2010-02-17 04:59:17 +00:00
|
|
|
Source4: 10-quirks.conf
|
2005-11-23 21:22:35 +00:00
|
|
|
|
2009-07-15 19:22:14 +00:00
|
|
|
Source10: xserver.pamd
|
|
|
|
|
2008-11-05 20:52:15 +00:00
|
|
|
# "useful" xvfb-run script
|
2008-09-30 20:32:20 +00:00
|
|
|
Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
|
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
# for requires generation in drivers
|
2011-11-09 22:52:14 +00:00
|
|
|
Source30: xserver-sdk-abi-requires.release
|
|
|
|
Source31: xserver-sdk-abi-requires.git
|
|
|
|
|
|
|
|
# maintainer convenience script
|
|
|
|
Source40: driver-abi-rebuild.sh
|
2009-02-17 19:19:59 +00:00
|
|
|
|
2009-04-14 20:55:05 +00:00
|
|
|
# Trivial things to never merge upstream ever:
|
2007-12-10 20:23:39 +00:00
|
|
|
# This really could be done prettier.
|
2011-04-18 23:16:35 +00:00
|
|
|
Patch5002: xserver-1.4.99-ssh-isnt-local.patch
|
2008-03-11 01:18:22 +00:00
|
|
|
|
2009-03-11 18:20:28 +00:00
|
|
|
# don't build the (broken) acpi code
|
|
|
|
Patch6011: xserver-1.6.0-less-acpi-brokenness.patch
|
|
|
|
|
2009-04-06 20:09:11 +00:00
|
|
|
# ajax needs to upstream this
|
2009-07-28 18:41:28 +00:00
|
|
|
Patch6030: xserver-1.6.99-right-of.patch
|
2010-01-21 07:31:41 +00:00
|
|
|
#Patch6044: xserver-1.6.99-hush-prerelease-warning.patch
|
2010-01-07 02:14:19 +00:00
|
|
|
|
2012-01-03 23:37:54 +00:00
|
|
|
# Fix libselinux-triggered build error
|
|
|
|
# RedHat/Fedora-specific patch
|
|
|
|
Patch7013: xserver-1.12-Xext-fix-selinux-build-failure.patch
|
|
|
|
|
2012-06-15 11:03:05 +00:00
|
|
|
# needed when building without xorg (aka s390x)
|
|
|
|
Patch7017: xserver-1.12.2-xorg-touch-test.patch
|
2012-05-25 12:58:40 +00:00
|
|
|
|
2012-08-15 16:43:21 +00:00
|
|
|
Patch7025: 0001-Always-install-vbe-and-int10-sdk-headers.patch
|
2012-08-03 18:26:52 +00:00
|
|
|
|
2012-08-17 06:20:21 +00:00
|
|
|
# do not upstream - do not even use here yet
|
2012-08-24 03:37:10 +00:00
|
|
|
Patch7027: xserver-autobind-hotplug.patch
|
|
|
|
|
2012-09-10 01:29:32 +00:00
|
|
|
Patch7052: 0001-xf86-return-NULL-for-compat-output-if-no-outputs.patch
|
|
|
|
|
2012-12-12 02:49:54 +00:00
|
|
|
# Fix non-PCI configuration-less setups - broken
|
|
|
|
#Patch7061: v2-xf86-Fix-non-PCI-configuration-less-setups.patch
|
2012-11-27 10:54:21 +00:00
|
|
|
|
2012-11-30 19:19:39 +00:00
|
|
|
# mustard: make the default queue length bigger to calm abrt down
|
|
|
|
Patch7064: 0001-mieq-Bump-default-queue-size-to-512.patch
|
|
|
|
|
2012-12-12 04:26:33 +00:00
|
|
|
# some hotplug fixes/workaround
|
|
|
|
Patch7066: 0001-xf86crtc-don-t-use-display-for-vx-vy-for-gpu-screens.patch
|
2012-12-12 06:49:11 +00:00
|
|
|
# autoconfig: send events
|
2013-03-06 23:59:33 +00:00
|
|
|
Patch7067: 0001-randr-don-t-directly-set-changed-bits-in-randr-scree.patch
|
|
|
|
Patch7068: 0001-randr-make-SetChanged-modify-the-main-protocol-scree.patch
|
|
|
|
Patch7069: 0001-randr-only-respected-changed-on-the-protocol-screen.patch
|
|
|
|
Patch7070: 0001-randr-report-changes-when-we-disconnect-a-GPU-slave.patch
|
|
|
|
|
2013-01-10 04:25:55 +00:00
|
|
|
|
2013-03-05 22:52:55 +00:00
|
|
|
# upstream in -next for 1.15, e21e183059df5975e7086850d1931edb2c1bbd06
|
2013-03-14 19:51:51 +00:00
|
|
|
%if !0%{?rhel}
|
2013-03-06 23:59:33 +00:00
|
|
|
Patch7071: 0001-os-use-libunwind-to-generate-backtraces.patch
|
2013-03-14 19:51:51 +00:00
|
|
|
%endif
|
2013-03-05 22:52:55 +00:00
|
|
|
|
2013-04-12 00:18:55 +00:00
|
|
|
# upstream submitted
|
|
|
|
Patch7072: xserver-1.14.0-fix-gpu-hotplug-vt-switch.patch
|
|
|
|
|
2012-08-17 06:35:52 +00:00
|
|
|
%global moduledir %{_libdir}/xorg/modules
|
|
|
|
%global drimoduledir %{_libdir}/dri
|
|
|
|
%global sdkdir %{_includedir}/xorg
|
2005-11-12 02:17:01 +00:00
|
|
|
|
2013-03-14 19:21:44 +00:00
|
|
|
%ifarch s390 s390x
|
2012-08-17 06:35:52 +00:00
|
|
|
%global with_hw_servers 0
|
2007-02-04 16:29:18 +00:00
|
|
|
%else
|
2012-08-17 06:35:52 +00:00
|
|
|
%global 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}
|
2012-08-17 06:35:52 +00:00
|
|
|
%global enable_xorg --enable-xorg
|
2007-02-04 16:29:18 +00:00
|
|
|
%else
|
2012-08-17 06:35:52 +00:00
|
|
|
%global 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
|
|
|
|
|
2012-05-13 23:10:32 +00:00
|
|
|
%ifnarch %{ix86} x86_64 %{arm}
|
2012-08-17 06:35:52 +00:00
|
|
|
%global no_int10 --disable-vbe --disable-int10-module
|
2012-02-16 18:04:35 +00:00
|
|
|
%endif
|
|
|
|
|
2012-08-17 06:35:52 +00:00
|
|
|
%global kdrive --enable-kdrive --enable-xephyr --disable-xfake --disable-xfbdev
|
|
|
|
%global xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2011-06-21 21:16:18 +00:00
|
|
|
BuildRequires: systemtap-sdt-devel
|
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
|
|
|
|
2012-02-15 00:57:15 +00:00
|
|
|
BuildRequires: xorg-x11-proto-devel >= 7.6-20
|
2010-07-08 22:20:51 +00:00
|
|
|
BuildRequires: xorg-x11-font-utils >= 7.2-11
|
2008-12-19 07:34:33 +00:00
|
|
|
|
|
|
|
BuildRequires: xorg-x11-xtrans-devel >= 1.2.2-1
|
2007-11-01 17:15:13 +00:00
|
|
|
BuildRequires: libXfont-devel libXau-devel libxkbfile-devel libXres-devel
|
|
|
|
BuildRequires: libfontenc-devel libXtst-devel libXdmcp-devel
|
|
|
|
BuildRequires: libX11-devel libXext-devel
|
2009-06-19 07:03:32 +00:00
|
|
|
BuildRequires: libXinerama-devel libXi-devel
|
2006-06-20 02:54:01 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# DMX config utils buildreqs.
|
2007-11-01 17:15:13 +00:00
|
|
|
BuildRequires: libXt-devel libdmx-devel libXmu-devel libXrender-devel
|
|
|
|
BuildRequires: libXi-devel libXpm-devel libXaw-devel libXfixes-devel
|
|
|
|
|
2007-11-12 22:50:30 +00:00
|
|
|
# Broken, this is global, should be Xephyr-only
|
|
|
|
BuildRequires: libXv-devel
|
|
|
|
|
2011-04-20 08:14:51 +00:00
|
|
|
BuildRequires: pixman-devel >= 0.21.8
|
2011-11-09 22:52:14 +00:00
|
|
|
BuildRequires: libpciaccess-devel >= 0.12.901-1 openssl-devel byacc flex
|
2009-07-31 17:56:40 +00:00
|
|
|
BuildRequires: mesa-libGL-devel >= 7.6-0.6
|
2007-02-04 16:29:18 +00:00
|
|
|
# XXX silly...
|
2009-03-06 23:40:09 +00:00
|
|
|
BuildRequires: libdrm-devel >= 2.4.0 kernel-headers
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2010-03-04 05:40:17 +00:00
|
|
|
BuildRequires: audit-libs-devel libselinux-devel >= 2.0.86-1
|
2010-02-16 05:59:00 +00:00
|
|
|
BuildRequires: libudev-devel
|
2013-03-14 19:51:51 +00:00
|
|
|
%if !0%{?rhel}
|
2013-03-22 12:22:25 +00:00
|
|
|
# libunwind is Exclusive for the following arches
|
|
|
|
%ifarch %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
|
2013-03-05 22:52:55 +00:00
|
|
|
BuildRequires: libunwind-devel
|
2013-03-14 19:51:51 +00:00
|
|
|
%endif
|
2013-03-22 12:22:25 +00:00
|
|
|
%endif
|
2006-07-26 02:11:38 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# All server subpackages have a virtual provide for the name of the server
|
|
|
|
# they deliver. The Xorg one is versioned, the others are intentionally
|
|
|
|
# unversioned.
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%description
|
2005-10-02 13:39:43 +00:00
|
|
|
X.Org X11 X server
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%package common
|
|
|
|
Summary: Xorg server common files
|
|
|
|
Group: User Interface/X
|
2011-04-20 08:14:51 +00:00
|
|
|
Requires: pixman >= 0.21.8
|
2010-01-06 02:12:19 +00:00
|
|
|
Requires: xkeyboard-config xkbcomp
|
2007-11-02 15:31:55 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
Common files shared among all X servers.
|
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2005-08-29 06:47:27 +00:00
|
|
|
%package Xorg
|
2005-10-02 13:39:43 +00:00
|
|
|
Summary: Xorg X server
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
2007-02-04 16:29:18 +00:00
|
|
|
Provides: Xorg = %{version}-%{release}
|
|
|
|
Provides: Xserver
|
2012-07-26 22:47:51 +00:00
|
|
|
%if !0%{?gitdate} || %{stable_abi}
|
2010-06-16 14:53:59 +00:00
|
|
|
Provides: xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
|
|
|
|
Provides: xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
|
|
|
|
Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
|
|
|
|
Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
|
2012-07-26 22:47:51 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?gitdate}
|
|
|
|
Provides: xserver-abi(ansic-%{git_ansic_major}) = %{git_ansic_minor}
|
|
|
|
Provides: xserver-abi(videodrv-%{git_videodrv_major}) = %{git_videodrv_minor}
|
|
|
|
Provides: xserver-abi(xinput-%{git_xinput_major}) = %{git_xinput_minor}
|
|
|
|
Provides: xserver-abi(extension-%{git_extension_major}) = %{git_extension_minor}
|
|
|
|
%endif
|
|
|
|
|
2011-11-16 18:18:28 +00:00
|
|
|
# Dropped from F17, use evdev
|
|
|
|
Obsoletes: xorg-x11-drv-acecad <= 1.5.0-2.fc16
|
|
|
|
Obsoletes: xorg-x11-drv-aiptek <= 1.4.1-2.fc16
|
2011-11-16 19:49:51 +00:00
|
|
|
Obsoletes: xorg-x11-drv-elographics <= 1.3.0-2.fc16
|
2011-11-16 18:18:28 +00:00
|
|
|
Obsoletes: xorg-x11-drv-fpit <= 1.4.0-2.fc16
|
|
|
|
Obsoletes: xorg-x11-drv-hyperpen <= 1.4.1-2.fc16
|
2011-11-16 19:49:51 +00:00
|
|
|
Obsoletes: xorg-x11-drv-mutouch <= 1.3.0-2.fc16
|
2011-11-16 18:18:28 +00:00
|
|
|
Obsoletes: xorg-x11-drv-penmount <= 1.5.0-3.fc16
|
2012-04-26 17:21:03 +00:00
|
|
|
%if 0%{?fedora} > 17
|
|
|
|
# Dropped from F18, use a video card instead
|
|
|
|
Obsoletes: xorg-x11-drv-ark <= 0.7.3-15.fc17
|
|
|
|
Obsoletes: xorg-x11-drv-chips <= 1.2.4-8.fc18
|
|
|
|
Obsoletes: xorg-x11-drv-s3 <= 0.6.3-14.fc17
|
|
|
|
Obsoletes: xorg-x11-drv-tseng <= 1.2.4-12.fc17
|
|
|
|
%endif
|
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2010-02-16 05:59:00 +00:00
|
|
|
Requires: system-setup-keyboard
|
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 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xnest
|
|
|
|
|
|
|
|
%description Xnest
|
|
|
|
Xnest is an X server, which has been implemented as an ordinary
|
|
|
|
X application. It runs in a window just like other X applications,
|
|
|
|
but it is an X server itself in which you can run other software. It
|
|
|
|
is a very useful tool for developers who wish to test their
|
|
|
|
applications without running them on their real X server.
|
|
|
|
|
|
|
|
%package Xdmx
|
|
|
|
Summary: Distributed Multihead X Server and utilities
|
|
|
|
Group: User Interface/X
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xdmx
|
|
|
|
|
|
|
|
%description Xdmx
|
|
|
|
Xdmx is proxy X server that provides multi-head support for multiple displays
|
|
|
|
attached to different machines (each of which is running a typical X server).
|
|
|
|
When Xinerama is used with Xdmx, the multiple displays on multiple machines
|
|
|
|
are presented to the user as a single unified screen. A simple application
|
|
|
|
for Xdmx would be to provide multi-head support using two desktop machines,
|
|
|
|
each of which has a single display device attached to it. A complex
|
|
|
|
application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
|
|
|
|
(each attached to one of 16 computers) into a unified 5120x4096 display.
|
|
|
|
|
|
|
|
%package Xvfb
|
|
|
|
Summary: A X Windows System virtual framebuffer X server.
|
|
|
|
Group: User Interface/X
|
2008-09-30 20:32:20 +00:00
|
|
|
# xvfb-run is GPLv2, rest is MIT
|
|
|
|
License: MIT and GPLv2
|
2007-11-02 15:31:55 +00:00
|
|
|
Requires: xorg-x11-server-common >= %{version}-%{release}
|
2011-07-29 14:19:06 +00:00
|
|
|
# required for xvfb-run
|
|
|
|
Requires: xorg-x11-xauth
|
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
|
* 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
|
2010-08-25 20:04:27 +00:00
|
|
|
Provides: xorg-x11-server-static
|
2009-08-11 00:02:08 +00:00
|
|
|
|
2005-12-23 03:03:59 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%description devel
|
2005-08-29 06:47:27 +00:00
|
|
|
The SDK package provides the developmental files which are necessary for
|
|
|
|
developing X server driver modules, and for compiling driver modules
|
|
|
|
outside of the standard X11 source code tree. Developers writing video
|
|
|
|
drivers, input drivers, or other X modules should install this package.
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2007-02-26 18:30:31 +00:00
|
|
|
%package source
|
|
|
|
Summary: Xserver source code required to build VNC server (Xvnc)
|
|
|
|
Group: Development/Libraries
|
2009-06-23 12:57:56 +00:00
|
|
|
BuildArch: noarch
|
2007-02-26 18:30:31 +00:00
|
|
|
|
|
|
|
%description source
|
|
|
|
Xserver source code needed to build VNC server (Xvnc)
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%prep
|
2007-10-31 16:24:55 +00:00
|
|
|
%setup -q -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
|
|
|
|
2008-07-24 18:49:14 +00:00
|
|
|
%if 0%{?gitdate}
|
2008-03-12 02:43:37 +00:00
|
|
|
git checkout -b fedora
|
2007-10-31 16:24:55 +00:00
|
|
|
sed -i 's/git/&+ssh/' .git/config
|
2009-06-19 07:03:32 +00:00
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
|
|
|
git config user.email "x@fedoraproject.org"
|
|
|
|
git config user.name "Fedora X Ninjas"
|
|
|
|
fi
|
2007-10-31 19:28:56 +00:00
|
|
|
%else
|
2009-06-19 07:03:32 +00:00
|
|
|
git init
|
2007-11-12 21:14:49 +00:00
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
2009-01-12 23:21:24 +00:00
|
|
|
git config user.email "x@fedoraproject.org"
|
|
|
|
git config user.name "Fedora X Ninjas"
|
2007-11-12 21:14:49 +00:00
|
|
|
fi
|
2008-09-03 23:41:17 +00:00
|
|
|
cp %{SOURCE1} .gitignore
|
2009-01-12 23:21:24 +00:00
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
2008-07-24 18:49:14 +00:00
|
|
|
%endif
|
2007-11-12 21:14:49 +00:00
|
|
|
|
2008-07-24 18:49:14 +00:00
|
|
|
# Apply all the patches.
|
2012-02-22 18:17:53 +00:00
|
|
|
git am -p1 %{patches} < /dev/null
|
2010-06-16 14:53:59 +00:00
|
|
|
|
2012-07-26 22:47:51 +00:00
|
|
|
%if %{with_hw_servers} && 0%{?stable_abi}
|
2010-06-16 14:53:59 +00:00
|
|
|
# check the ABI in the source against what we expect.
|
|
|
|
getmajor() {
|
|
|
|
grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
|
|
|
|
tr '(),' ' ' | awk '{ print $4 }'
|
|
|
|
}
|
|
|
|
|
|
|
|
getminor() {
|
|
|
|
grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
|
|
|
|
tr '(),' ' ' | awk '{ print $5 }'
|
|
|
|
}
|
|
|
|
|
|
|
|
test `getmajor ansic` == %{ansic_major}
|
|
|
|
test `getminor ansic` == %{ansic_minor}
|
|
|
|
test `getmajor videodrv` == %{videodrv_major}
|
|
|
|
test `getminor videodrv` == %{videodrv_minor}
|
|
|
|
test `getmajor xinput` == %{xinput_major}
|
|
|
|
test `getminor xinput` == %{xinput_minor}
|
|
|
|
test `getmajor extension` == %{extension_major}
|
|
|
|
test `getminor extension` == %{extension_minor}
|
|
|
|
|
|
|
|
%endif
|
2007-10-15 19:34:20 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%build
|
2005-12-20 06:50:41 +00:00
|
|
|
|
2012-08-17 06:35:52 +00:00
|
|
|
%global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
|
2007-07-02 15:17:53 +00:00
|
|
|
|
2009-03-18 13:36:23 +00:00
|
|
|
%if %{with_hw_servers}
|
2012-08-17 06:35:52 +00:00
|
|
|
%global dri_flags --with-dri-driver-path=%{drimoduledir}
|
2009-03-18 13:36:23 +00:00
|
|
|
%else
|
2012-08-17 06:35:52 +00:00
|
|
|
%global dri_flags --disable-dri
|
2009-03-18 13:36:23 +00:00
|
|
|
%endif
|
|
|
|
|
2009-09-15 15:10:02 +00:00
|
|
|
%if 0%{?fedora}
|
2012-08-17 06:35:52 +00:00
|
|
|
%global bodhi_flags --with-vendor-name="Fedora Project"
|
2009-09-15 15:10:02 +00:00
|
|
|
%endif
|
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
# --with-pie ?
|
2012-05-14 07:43:18 +00:00
|
|
|
autoreconf -f -v --install || exit 1
|
2011-11-18 01:52:07 +00:00
|
|
|
# export CFLAGS="${RPM_OPT_FLAGS}"
|
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 \
|
2012-02-16 18:04:35 +00:00
|
|
|
%{?no_int10} --with-int10=x86emu \
|
2007-07-02 15:17:53 +00:00
|
|
|
--with-default-font-path=%{default_font_path} \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--with-module-dir=%{moduledir} \
|
2006-08-09 23:34:29 +00:00
|
|
|
--with-builderstring="Build ID: %{name} %{version}-%{release}" \
|
2009-09-15 15:10:02 +00:00
|
|
|
--with-os-name="$(hostname -s) $(uname -r)" \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
2011-06-21 21:16:18 +00:00
|
|
|
--with-dtrace \
|
2009-02-10 18:54:38 +00:00
|
|
|
--enable-xselinux --enable-record \
|
2010-02-16 05:59:00 +00:00
|
|
|
--enable-config-udev \
|
2009-09-15 15:10:02 +00:00
|
|
|
%{dri_flags} %{?bodhi_flags} \
|
2006-12-01 16:48:49 +00:00
|
|
|
${CONFIGURE}
|
2009-06-19 07:03:32 +00:00
|
|
|
|
2010-01-07 02:14:19 +00:00
|
|
|
make V=1 %{?_smp_mflags}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-12-20 06:50:41 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2009-07-28 14:16:23 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/libxf8_16bpp.so
|
2011-11-09 22:52:14 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_libdir}/xorg/modules/multimedia/
|
2005-08-29 06:47:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
|
|
|
|
|
2009-07-15 19:22:14 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
|
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
|
|
|
|
|
2010-04-15 06:57:32 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
|
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
|
|
|
|
|
# make sure the (empty) /etc/X11/xorg.conf.d is there, system-setup-keyboard
|
|
|
|
# relies on it more or less.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
|
2010-02-16 05:59:00 +00:00
|
|
|
|
2010-06-16 14:53:59 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
2011-11-09 14:52:46 +00:00
|
|
|
|
2012-07-26 23:32:32 +00:00
|
|
|
%if %{stable_abi}
|
2012-02-11 14:13:15 +00:00
|
|
|
install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
|
|
|
|
%else
|
2011-11-14 16:07:04 +00:00
|
|
|
sed -e s/@MAJOR@/%{gitdate}/g -e s/@MINOR@/%{minor_serial}/g %{SOURCE31} > \
|
2011-11-09 14:52:46 +00:00
|
|
|
$RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
|
2011-11-14 15:23:37 +00:00
|
|
|
chmod 755 $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
|
2011-11-09 14:52:46 +00:00
|
|
|
%endif
|
2010-06-16 14:53:59 +00:00
|
|
|
|
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
|
2012-08-17 06:35:52 +00:00
|
|
|
%global xserver_source_dir %{_datadir}/xorg-x11-server-source
|
|
|
|
%global inst_srcdir %{buildroot}/%{xserver_source_dir}
|
2011-08-18 15:12:10 +00:00
|
|
|
mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
|
2011-09-14 13:05:05 +00:00
|
|
|
mkdir -p %{inst_srcdir}/{hw/dmx/doc,man,doc,hw/dmx/doxygen}
|
2009-01-07 15:57:07 +00:00
|
|
|
cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
|
2011-08-18 15:12:10 +00:00
|
|
|
cp {,%{inst_srcdir}/}man/Xserver.man
|
2011-03-22 10:01:15 +00:00
|
|
|
cp {,%{inst_srcdir}/}doc/smartsched
|
2011-09-14 13:05:05 +00:00
|
|
|
cp {,%{inst_srcdir}/}hw/dmx/doxygen/doxygen.conf.in
|
|
|
|
cp {,%{inst_srcdir}/}xserver.ent.in
|
2007-02-26 19:10:11 +00:00
|
|
|
cp xkb/README.compiled %{inst_srcdir}/xkb
|
2009-06-19 07:03:32 +00:00
|
|
|
cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2008-09-30 21:33:21 +00:00
|
|
|
install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
|
2008-09-30 20:32:20 +00:00
|
|
|
|
2008-01-29 09:45:25 +00:00
|
|
|
find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
|
2007-03-02 10:30:15 +00:00
|
|
|
xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
|
2009-09-08 18:10:23 +00:00
|
|
|
# SLEDGEHAMMER
|
|
|
|
find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
|
2007-02-26 18:30:31 +00:00
|
|
|
|
2007-03-05 22:33:49 +00:00
|
|
|
# Remove unwanted files/dirs
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
{
|
2006-06-20 02:21:01 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Options
|
2007-03-05 22:33:49 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/in?
|
2005-11-04 03:48:07 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/ioport
|
2007-03-05 22:33:49 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/out?
|
2005-11-04 03:48:07 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak
|
2006-07-21 21:08:44 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pcitweak.1*
|
2006-06-16 19:13:17 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
2009-03-18 13:36:23 +00:00
|
|
|
%if !%{with_hw_servers}
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4
|
2011-06-29 14:31:13 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/xorg-server
|
2009-03-18 13:36:23 +00:00
|
|
|
%endif
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
}
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-11-17 15:51:06 +00:00
|
|
|
|
2007-11-02 15:31:55 +00:00
|
|
|
%files common
|
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 17:46:08 +00:00
|
|
|
%doc COPYING
|
2007-11-02 15:31:55 +00:00
|
|
|
%{_mandir}/man1/Xserver.1*
|
2008-01-08 20:48:31 +00:00
|
|
|
%{_libdir}/xorg/protocol.txt
|
2007-11-02 15:31:55 +00:00
|
|
|
%dir %{_localstatedir}/lib/xkb
|
|
|
|
%{_localstatedir}/lib/xkb/README.compiled
|
|
|
|
|
2011-03-09 15:55:14 +00:00
|
|
|
%if 1
|
2012-08-17 06:35:52 +00:00
|
|
|
%global Xorgperms %attr(4755, root, root)
|
2010-09-02 20:38:39 +00:00
|
|
|
%else
|
2011-03-09 15:55:14 +00:00
|
|
|
# disable until module loading is audited
|
2012-08-17 06:35:52 +00:00
|
|
|
%global Xorgperms %attr(0711,root,root) %caps(cap_sys_admin,cap_sys_rawio,cap_dac_override=pe)
|
2010-09-02 20:38:39 +00:00
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2005-08-29 06:47:27 +00:00
|
|
|
%files Xorg
|
|
|
|
%defattr(-,root,root,-)
|
2009-07-15 19:22:14 +00:00
|
|
|
%config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
|
2005-11-12 03:28:59 +00:00
|
|
|
%{_bindir}/X
|
2010-09-02 20:38:39 +00:00
|
|
|
%{Xorgperms} %{_bindir}/Xorg
|
2006-06-07 19:10:44 +00:00
|
|
|
%{_bindir}/cvt
|
2008-08-04 21:15:46 +00:00
|
|
|
%{_bindir}/gtf
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg
|
|
|
|
%dir %{_libdir}/xorg/modules
|
|
|
|
%dir %{_libdir}/xorg/modules/drivers
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/extensions
|
2005-12-20 06:50:41 +00:00
|
|
|
%{_libdir}/xorg/modules/extensions/libglx.so
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/input
|
2010-07-05 00:07:04 +00:00
|
|
|
%{_libdir}/xorg/modules/libfbdevhw.so
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%{_libdir}/xorg/modules/libexa.so
|
|
|
|
%{_libdir}/xorg/modules/libfb.so
|
|
|
|
%{_libdir}/xorg/modules/libshadow.so
|
|
|
|
%{_libdir}/xorg/modules/libshadowfb.so
|
|
|
|
%{_libdir}/xorg/modules/libvgahw.so
|
2007-10-31 19:28:56 +00:00
|
|
|
%{_libdir}/xorg/modules/libwfb.so
|
2012-05-13 23:10:32 +00:00
|
|
|
%ifarch %{ix86} x86_64 %{arm}
|
2012-02-16 18:04:35 +00:00
|
|
|
%{_libdir}/xorg/modules/libint10.so
|
|
|
|
%{_libdir}/xorg/modules/libvbe.so
|
|
|
|
%endif
|
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*
|
2011-02-27 23:23:48 +00:00
|
|
|
%{_mandir}/man5/xorg.conf.d.5*
|
2010-04-15 06:57:32 +00:00
|
|
|
%dir %{_sysconfdir}/X11/xorg.conf.d
|
|
|
|
%dir %{_datadir}/X11/xorg.conf.d
|
|
|
|
%{_datadir}/X11/xorg.conf.d/10-evdev.conf
|
|
|
|
%{_datadir}/X11/xorg.conf.d/10-quirks.conf
|
2006-06-16 19:13:17 +00:00
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files Xnest
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xnest
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man1/Xnest.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2009-07-14 18:50:51 +00:00
|
|
|
%files Xdmx
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xdmx
|
|
|
|
%{_bindir}/dmxaddinput
|
|
|
|
%{_bindir}/dmxaddscreen
|
|
|
|
%{_bindir}/dmxreconfig
|
|
|
|
%{_bindir}/dmxresize
|
|
|
|
%{_bindir}/dmxrminput
|
|
|
|
%{_bindir}/dmxrmscreen
|
|
|
|
%{_bindir}/dmxtodmx
|
|
|
|
%{_bindir}/dmxwininfo
|
|
|
|
%{_bindir}/vdltodmx
|
2010-04-07 00:14:26 +00:00
|
|
|
%{_bindir}/dmxinfo
|
2009-07-14 18:50:51 +00:00
|
|
|
%{_bindir}/xdmxconfig
|
|
|
|
%{_mandir}/man1/Xdmx.1*
|
|
|
|
%{_mandir}/man1/dmxtodmx.1*
|
|
|
|
%{_mandir}/man1/vdltodmx.1*
|
|
|
|
%{_mandir}/man1/xdmxconfig.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%files Xvfb
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xvfb
|
2008-09-30 20:32:20 +00:00
|
|
|
%{_bindir}/xvfb-run
|
2006-11-09 19:47:20 +00:00
|
|
|
%{_mandir}/man1/Xvfb.1*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2006-04-06 21:17:53 +00:00
|
|
|
|
|
|
|
%files Xephyr
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/Xephyr
|
2008-12-19 07:34:33 +00:00
|
|
|
%{_mandir}/man1/Xephyr.1*
|
2006-04-06 21:17:53 +00:00
|
|
|
|
2007-02-04 16:29:18 +00:00
|
|
|
|
2006-06-16 19:13:17 +00:00
|
|
|
%if %{with_hw_servers}
|
2007-11-02 15:31:55 +00:00
|
|
|
%files devel
|
2005-08-29 06:47:27 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-07-08 17:46:08 +00:00
|
|
|
%doc COPYING
|
2011-06-21 21:16:18 +00:00
|
|
|
%{_docdir}/xorg-server
|
2010-06-16 14:53:59 +00:00
|
|
|
%{_bindir}/xserver-sdk-abi-requires
|
2005-08-29 06:47:27 +00:00
|
|
|
%{_libdir}/pkgconfig/xorg-server.pc
|
2005-11-25 10:01:19 +00:00
|
|
|
%dir %{_includedir}/xorg
|
2005-11-25 09:51:04 +00:00
|
|
|
%{sdkdir}/*.h
|
2005-11-12 03:28:59 +00:00
|
|
|
%{_datadir}/aclocal/xorg-server.m4
|
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
|
2013-04-12 00:18:55 +00:00
|
|
|
* Fri Apr 12 2013 Dave Airlie <airlied@redhat.com> 1.14.0-4
|
|
|
|
- fix bug with GPU hotplugging while VT switched
|
2013-04-12 01:05:53 +00:00
|
|
|
- reenable reverse optimus
|
2013-04-12 00:18:55 +00:00
|
|
|
|
2013-03-22 12:22:25 +00:00
|
|
|
* Fri Mar 22 2013 Dan Horák <dan@danny.cz> 1.14.0-3
|
2013-03-22 12:54:32 +00:00
|
|
|
- libunwind exists only on selected arches
|
2013-03-22 12:22:25 +00:00
|
|
|
|
2013-03-14 19:21:44 +00:00
|
|
|
* Thu Mar 14 2013 Adam Jackson <ajax@redhat.com> 1.14.0-2
|
2013-03-14 19:51:51 +00:00
|
|
|
- Different RHEL customization
|
2013-03-14 19:21:44 +00:00
|
|
|
|
2013-03-06 23:59:33 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.14.0-1
|
|
|
|
- xserver 1.14
|
|
|
|
|
2013-03-05 22:52:55 +00:00
|
|
|
* Wed Mar 06 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.902-2
|
|
|
|
- Use libunwind for backtraces
|
|
|
|
|
2013-02-15 20:02:00 +00:00
|
|
|
* Fri Feb 15 2013 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Drop -sdk Prov/Obs, changed to -devel in F9
|
|
|
|
- Drop xorg-x11-X* Obsoletes, leftover from the modular transition in FC5
|
|
|
|
|
2013-02-15 00:35:25 +00:00
|
|
|
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.902-1
|
|
|
|
- xserver 1.14RC2 from git
|
|
|
|
|
2013-02-14 05:46:30 +00:00
|
|
|
* Thu Feb 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-5
|
|
|
|
- Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)
|
|
|
|
|
2013-01-25 06:39:20 +00:00
|
|
|
* Fri Jan 25 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-4
|
|
|
|
- Add quirk for Evoluent Vertical Mouse 3, button mapping is quirky
|
|
|
|
(#612140)
|
|
|
|
|
2013-01-23 19:03:42 +00:00
|
|
|
* Wed Jan 23 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-3
|
|
|
|
- Bump XI minor for barriers
|
|
|
|
|
2013-01-10 04:25:55 +00:00
|
|
|
* Wed Jan 09 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-2
|
|
|
|
- Pick up fixes from git
|
|
|
|
|
2013-01-09 23:20:13 +00:00
|
|
|
* Wed Jan 09 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-1
|
|
|
|
- xserver 1.14RC1
|
|
|
|
|
2012-12-18 00:07:59 +00:00
|
|
|
* Tue Dec 18 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.1-1
|
|
|
|
- server 1.13.1
|
|
|
|
|
2012-12-14 19:29:06 +00:00
|
|
|
* Fri Dec 14 2012 Adam Jackson <ajax@redhat.com> 1.13.0-15
|
|
|
|
- Cherry-pick a fix for selection for TouchBegin from multiple clients
|
|
|
|
|
2012-12-12 06:49:11 +00:00
|
|
|
* Wed Dec 12 2012 Dave Airlie <airlied@redhat.com> 1.13.0-14
|
|
|
|
- add events for autoconfig of gpus devices, allow usb devices to notify gnome
|
|
|
|
|
2012-12-12 04:26:33 +00:00
|
|
|
* Wed Dec 12 2012 Dave Airlie <airlied@redhat.com> 1.13.0-13
|
|
|
|
- fix hotplug issue with usb devices and large screens
|
|
|
|
|
2012-12-12 02:49:54 +00:00
|
|
|
* Wed Dec 12 2012 Dave Airlie <airlied@redhat.com< 1.13.0-12
|
|
|
|
- backout non-pci configuration less patch, its breaks multi-GPU
|
|
|
|
|
2012-11-30 19:19:39 +00:00
|
|
|
* Fri Nov 30 2012 Adam Jackson <ajax@redhat.com> 1.13.0-11
|
|
|
|
- Bump default EQ length to reduce the number of unhelpful abrt reports
|
|
|
|
|
2012-11-28 18:25:14 +00:00
|
|
|
* Wed Nov 28 2012 Adam Jackson <ajax@redhat.com> 1.13.0-10
|
|
|
|
- Fix VT switch key handling
|
|
|
|
|
2012-11-27 22:48:32 +00:00
|
|
|
* Wed Nov 28 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-9
|
|
|
|
- Fix server crash when a XI 1.x device grab is activated on a disabled
|
|
|
|
synaptics touchpad is disabled
|
|
|
|
|
2012-11-27 10:54:21 +00:00
|
|
|
* Tue Nov 27 2012 Jiri Kastner <jkastner@redhat.com> 1.13.0-8
|
|
|
|
- Fix for non-PCI configuration-less setups
|
|
|
|
|
2012-10-31 02:22:15 +00:00
|
|
|
* Wed Oct 31 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-7
|
|
|
|
- Fix build issues on new kernels caused by removal of _INPUT_H
|
|
|
|
|
2012-10-30 01:25:42 +00:00
|
|
|
* Tue Oct 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-6
|
2012-10-30 01:25:42 +00:00
|
|
|
- Add touchscreen fixes (including pointer emulation) #871064
|
|
|
|
|
2012-09-25 06:26:02 +00:00
|
|
|
* Tue Sep 25 2012 Dave Airlie <airlied@redhat.com> 1.13.0-6
|
|
|
|
- update server autobind patch to fix crash reported on irc
|
|
|
|
|
2012-09-20 05:58:17 +00:00
|
|
|
* Thu Sep 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.13.0-5
|
|
|
|
- Set the transformation matrix to the unity matrix to avoid spurious cursor
|
|
|
|
jumps (#852841)
|
|
|
|
|
2012-09-14 05:04:03 +00:00
|
|
|
* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 1.13.0-4
|
|
|
|
- fix bug when hotplugging a monitor causes oops
|
|
|
|
|
2012-09-10 06:03:53 +00:00
|
|
|
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 1.13.0-3
|
|
|
|
- fix race across GPU power down and server startup
|
|
|
|
|
2012-09-10 01:29:32 +00:00
|
|
|
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 1.13.0-2
|
|
|
|
- fix compat output segfault on output less gpus.
|
|
|
|
|
2012-09-07 01:05:16 +00:00
|
|
|
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 1.13.0-1
|
|
|
|
- rebase to upstream 1.13.0 release tarball
|
|
|
|
|
2012-09-07 00:55:47 +00:00
|
|
|
* Fri Sep 07 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-5
|
|
|
|
- fix prime offload with DRI2 compositors
|
|
|
|
|
2012-09-03 05:14:31 +00:00
|
|
|
* Mon Sep 03 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-4
|
|
|
|
- fix multi-gpu after VT switch
|
|
|
|
|
2012-08-27 05:30:07 +00:00
|
|
|
* Mon Aug 27 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-3
|
|
|
|
- port multi-seat video fixes from upstream
|
|
|
|
|
2012-08-24 03:37:10 +00:00
|
|
|
* Fri Aug 24 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-2
|
|
|
|
- reintroduce auto config but working this time
|
|
|
|
- fix two recycle/exit crashes
|
|
|
|
|
2012-08-21 23:08:00 +00:00
|
|
|
* Wed Aug 22 2012 Dave Airlie <airlied@redhat.com> 1.12.99.905-1
|
|
|
|
- rebase to 1.12.99.905 snapshot
|
|
|
|
|
2012-08-17 06:20:21 +00:00
|
|
|
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-4
|
|
|
|
- autobind was horribly broken on unplug - drop it like its hotplug.
|
|
|
|
|
2012-08-17 00:16:37 +00:00
|
|
|
* Fri Aug 17 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-3
|
|
|
|
- add git fixes + autobind to gpu devices.
|
|
|
|
|
2012-08-15 16:43:21 +00:00
|
|
|
* Wed Aug 15 2012 Adam Jackson <ajax@redhat.com> 1.12.99.904-2
|
|
|
|
- Always install int10 and vbe sdk headers
|
|
|
|
|
2012-08-08 09:40:42 +00:00
|
|
|
* Wed Aug 08 2012 Dave Airlie <airlied@redhat.com> 1.12.99.904-1
|
|
|
|
- rebase to 1.12.99.904 snapshot
|
|
|
|
|
2012-08-03 18:26:52 +00:00
|
|
|
* Fri Aug 03 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-6
|
|
|
|
- Make failure to iopl non-fatal
|
|
|
|
|
2012-07-30 16:27:26 +00:00
|
|
|
* Mon Jul 30 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-5
|
|
|
|
- No need to --disable-xaa explicitly anymore.
|
|
|
|
|
2012-07-26 23:32:32 +00:00
|
|
|
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-4
|
|
|
|
- Install xserver-sdk-abi-requires.release based on stable_abi not gitdate,
|
|
|
|
so drivers built against a server that Provides multiple ABI versions will
|
|
|
|
Require the stable version.
|
|
|
|
|
2012-07-26 22:47:51 +00:00
|
|
|
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.12.99.903-3
|
|
|
|
- Make it possible to Provide: both stable and gitdate-style ABI versions.
|
|
|
|
|
2012-07-26 06:09:11 +00:00
|
|
|
* Thu Jul 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.99.903-2
|
|
|
|
- xserver-1.12-os-print-newline-after-printing-display-name.patch: drop,
|
|
|
|
014ad46f1b353a95e2c4289443ee857cfbabb3ae
|
|
|
|
|
2012-07-26 03:16:02 +00:00
|
|
|
* Thu Jul 26 2012 Dave Airlie <airlied@redhat.com> 1.12.99.903-1
|
|
|
|
- rebase to 1.12.99.903 snapshot
|
|
|
|
|
2012-07-25 04:06:20 +00:00
|
|
|
* Wed Jul 25 2012 Dave Airlie <airlied@redhat.com> 1.12.99.902-3
|
|
|
|
- fix crash due to GLX being linked twice
|
|
|
|
|
2012-07-22 06:56:15 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.99.902-2.20120717
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-18 07:35:25 +00:00
|
|
|
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 1.12.99.902-1
|
|
|
|
- server 1.12.99.902
|
|
|
|
|
2012-07-09 01:40:05 +00:00
|
|
|
* Mon Jul 09 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.3-1
|
|
|
|
- server 1.12.3
|
|
|
|
|
2012-06-26 04:11:20 +00:00
|
|
|
* Tue Jun 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-4
|
|
|
|
- send keycode/event type down the wire when SlowKeys enable, otherwise
|
|
|
|
GNOME won't warn about it (#816764)
|
|
|
|
|
2012-06-21 04:45:13 +00:00
|
|
|
* Thu Jun 21 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-3
|
|
|
|
- print newline after printing $DISPLAY to -displayfd (#824594)
|
|
|
|
|
2012-06-15 11:03:05 +00:00
|
|
|
* Fri Jun 15 2012 Dan Horák <dan[at]danny.cz> 1.12.2-2
|
|
|
|
- fix build without xorg (aka s390x)
|
|
|
|
|
2012-05-30 04:58:20 +00:00
|
|
|
* Wed May 30 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.2-1
|
|
|
|
- xserver 1.12.2
|
|
|
|
|
2012-05-25 12:58:40 +00:00
|
|
|
* Fri May 25 2012 Dave Airlie <airlied@redhat.com> 1.12.1-2
|
|
|
|
- xserver-fix-pci-slot-claims.patch: backport slot claiming fix from master
|
2012-05-25 13:04:14 +00:00
|
|
|
- xserver-1.12-modesetting-fallback.patch: add modesetting to fallback list
|
2012-05-25 12:58:40 +00:00
|
|
|
|
2012-05-14 07:48:44 +00:00
|
|
|
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- Drop xserver-1.10.99.1-test.patch:
|
|
|
|
cd89482088f71ed517c2e88ed437e4752070c3f4 fixed it
|
|
|
|
|
2012-05-14 07:43:18 +00:00
|
|
|
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.1-1
|
|
|
|
- server 1.12.1
|
|
|
|
- force autoreconf to avoid libtool errors
|
|
|
|
- update patches for new indentation style.
|
|
|
|
|
2012-05-14 04:01:35 +00:00
|
|
|
* Mon May 14 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.0-6
|
|
|
|
- Make timers signal-safe (#814869)
|
|
|
|
|
2012-05-13 23:10:32 +00:00
|
|
|
* Sun May 13 2012 Dennis Gilmore <dennis@ausil.us> 1.12.0-5
|
|
|
|
- enable vbe on arm arches
|
|
|
|
|
2012-04-26 17:21:03 +00:00
|
|
|
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 1.12.0-4
|
|
|
|
- Obsolete some old video drivers in F18+
|
|
|
|
|
2012-03-21 15:06:58 +00:00
|
|
|
* Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 1.12.0-3
|
|
|
|
- Tweak arches for RHEL
|
|
|
|
|
2012-03-14 14:54:45 +00:00
|
|
|
* Wed Mar 14 2012 Adam Jackson <ajax@redhat.com> 1.12.0-2
|
|
|
|
- Install Xorg mode 4755, there's no security benefit to 4711. (#712432)
|
|
|
|
|
2012-03-05 06:01:20 +00:00
|
|
|
* Mon Mar 05 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.12.0-1
|
|
|
|
- xserver 1.12
|
|
|
|
- xserver-1.12-dix-reset-last.scroll-when-resetting-the-valuator-45.patch:
|
|
|
|
drop, 6f2838818
|
|
|
|
|
2012-02-16 18:04:35 +00:00
|
|
|
* Thu Feb 16 2012 Adam Jackson <ajax@redhat.com> 1.11.99.903-2.20120215
|
|
|
|
- Don't pretend int10 is a thing on non-PC arches
|
|
|
|
|
2012-02-15 23:25:57 +00:00
|
|
|
* Thu Feb 16 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.903-1.20120215
|
|
|
|
- Server version is 1.11.99.903 now, use that.
|
|
|
|
|
2012-02-15 00:57:15 +00:00
|
|
|
* Wed Feb 15 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-7.20120215
|
|
|
|
- Today's git snapshot
|
|
|
|
|
2012-02-11 14:13:15 +00:00
|
|
|
* Sun Feb 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-6.20120124
|
|
|
|
- Fix installation of xserver-sdk-abi-requires script, if stable_abi is set
|
|
|
|
always install the relese one, not the git one
|
|
|
|
|
2012-02-10 19:07:40 +00:00
|
|
|
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-5.20120124
|
|
|
|
- ABI is considered stable now:
|
|
|
|
video 12.0, input 16.0, extension 6.0, font 0.6, ansic 0.4
|
|
|
|
|
2012-02-10 18:47:54 +00:00
|
|
|
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-4.20120124
|
|
|
|
- xserver-1.12-dix-reset-last.scroll-when-resetting-the-valuator-45.patch:
|
|
|
|
reset last.scroll on the device whenever the slave device switched to
|
|
|
|
avoid jumps during scrolling (#788632).
|
|
|
|
|
2012-01-23 22:41:11 +00:00
|
|
|
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-3.20120124
|
|
|
|
- Today's git snapshot
|
|
|
|
- xserver-1.12-xaa-sdk-headers.patch: drop, a55214d11916b
|
|
|
|
|
2012-01-03 23:37:54 +00:00
|
|
|
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-2.20120103
|
|
|
|
- xserver-1.12-Xext-fix-selinux-build-failure.patch: fix build error
|
|
|
|
triggered by Red Hat-specific patch to libselinux
|
|
|
|
|
2012-01-03 22:23:18 +00:00
|
|
|
* Tue Jan 03 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.901-1.20120103
|
|
|
|
- Git snapshot 98cde254acb9b98337ddecf64c138d38c14ec2bf
|
|
|
|
- xserver-1.11.99-optionstr.patch: drop
|
|
|
|
- 0001-Xext-don-t-swap-CARD8-in-SProcSELinuxQueryVersion.patch: drop
|
|
|
|
|
2011-12-16 22:36:01 +00:00
|
|
|
* Fri Dec 16 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-11
|
|
|
|
- Always install XAA SDK headers so drivers still build
|
|
|
|
|
2011-12-16 03:47:22 +00:00
|
|
|
* Thu Dec 15 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-10
|
|
|
|
- --disable-xaa
|
|
|
|
|
2011-12-01 22:46:37 +00:00
|
|
|
* Thu Dec 01 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-9
|
|
|
|
- xserver-1.8-disable-vboxvideo.patch: Drop, should be fixed now
|
|
|
|
- Drop vesamodes and extramodes, rhpxl is no more
|
|
|
|
- Stop building libxf86config, pyxf86config will be gone soon
|
|
|
|
|
2011-11-29 15:42:47 +00:00
|
|
|
* Tue Nov 29 2011 Dave Airlie <airlied@redhat.com> 1.11.99.1-8
|
|
|
|
- put optionstr.h into devel package
|
|
|
|
|
2011-11-21 22:33:16 +00:00
|
|
|
* Mon Nov 21 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-7
|
|
|
|
- Restore DRI1 until drivers are properly prepared for it
|
|
|
|
|
2011-11-18 01:52:07 +00:00
|
|
|
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-6
|
|
|
|
- Disable DRI1
|
|
|
|
|
2011-11-16 19:49:51 +00:00
|
|
|
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-5
|
2011-11-16 18:18:28 +00:00
|
|
|
- Obsolete some dead input drivers.
|
|
|
|
|
2011-11-14 16:07:04 +00:00
|
|
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 1.11.99.1-3
|
2011-11-14 15:23:37 +00:00
|
|
|
- Fix permissions on abi script when doing git snapshots
|
|
|
|
|
2011-11-09 22:52:14 +00:00
|
|
|
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.11.99.1-1.20111109
|
|
|
|
- Update to today's git snapshot
|
|
|
|
- xserver-1.6.1-nouveau.patch: drop, upstream
|
|
|
|
- xserver-1.10.99-config-add-udev-systemd-multi-seat-support.patch: drop,
|
|
|
|
upstream
|
|
|
|
- 0001-dix-block-signals-when-closing-all-devices.patch: drop, upstream
|
|
|
|
|
2011-11-09 14:52:46 +00:00
|
|
|
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Change the ABI magic for snapshots
|
|
|
|
|
2011-10-24 02:49:39 +00:00
|
|
|
* Mon Oct 24 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.11.1-2
|
|
|
|
- Block signals when removing all input devices #737031
|
|
|
|
|
2011-10-13 17:58:22 +00:00
|
|
|
* Thu Oct 13 2011 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Drop some Requires >= on things where we had newer versions in F14.
|
|
|
|
|
2011-09-26 18:27:20 +00:00
|
|
|
* Mon Sep 26 2011 Adam Jackson <ajax@redhat.com> 1.11.1-1
|
|
|
|
- xserver 1.11.1
|
|
|
|
|
2011-09-14 13:05:05 +00:00
|
|
|
* Mon Sep 12 2011 Adam Tkac <atkac redhat com> 1.11.0-2
|
|
|
|
- ship more files in the -source subpkg
|
|
|
|
|
2011-09-06 16:03:12 +00:00
|
|
|
* Tue Sep 06 2011 Adam Jackson <ajax@redhat.com> 1.11.0-1
|
|
|
|
- xserver 1.11.0
|
|
|
|
|
2011-08-18 15:12:10 +00:00
|
|
|
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> 1.10.99.902-1.20110818
|
|
|
|
- xserver 1.11rc2
|
|
|
|
|
2011-07-29 14:19:06 +00:00
|
|
|
* Fri Jul 29 2011 Dave Airlie <airlied@redhat.com> 1.10.99.1-10.2011051
|
|
|
|
- xvfb-run requires xauth installed, fix requires (from jlaska on irc)
|
|
|
|
|
2011-07-27 04:13:05 +00:00
|
|
|
* Wed Jul 27 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-9.20110511
|
|
|
|
- Add support for multi-seat support from the config/udev backend.
|
|
|
|
|
2011-06-29 14:31:13 +00:00
|
|
|
* Wed Jun 29 2011 Dan Horák <dan[at]danny.cz> 1.10.99.1-8.20110511
|
|
|
|
- don't build tests when --disable-xorg is used like on s390(x)
|
|
|
|
|
2011-06-21 21:16:18 +00:00
|
|
|
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 1.10.99.1-7.20110511
|
|
|
|
- BuildRequires: systemtap-sdt-devel, configure --with-dtrace
|
|
|
|
|
2011-05-12 09:03:16 +00:00
|
|
|
* Wed May 11 2011 Adam Tkac <atkac redhat com> 1.10.99.1-6.20110511
|
|
|
|
- include hw/dmx/doc/doxygen.conf.in in the -source subpkg
|
|
|
|
|
2011-05-10 03:09:30 +00:00
|
|
|
* Mon May 09 2011 1.10.99.1-5.20110511
|
|
|
|
- Today's server from git
|
|
|
|
- xserver-1.10-fix-trapezoids.patch: drop, c6cb70be1ed7cf7
|
|
|
|
- xserver-1.10-glx-pixmap-crash.patch: drop, 6a433b67ca15fd1
|
|
|
|
- xserver-1.10-bg-none-revert.patch: drop, dc0cf7596782087
|
|
|
|
|
2011-04-21 17:36:24 +00:00
|
|
|
* Thu Apr 21 2011 Hans de Goede <hdegoede@redhat.com> 1.10.99.1-4.20110418
|
|
|
|
- Drop xserver-1.9.0-qxl-fallback.patch, since the latest qxl driver
|
|
|
|
supports both revision 1 and 2 qxl devices (#642153)
|
|
|
|
|
2011-04-20 08:05:14 +00:00
|
|
|
* Wed Apr 20 2011 Soren Sandmann <ssp@redhat.com> 1.10.99.1-3.20110418
|
|
|
|
- xserver-1.10-fix-trapezoids.patch: this patch is necessary to prevent
|
|
|
|
trap corruption with pixman 0.21.8.
|
|
|
|
|
2011-04-18 23:16:35 +00:00
|
|
|
* Tue Apr 19 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-2.20110418
|
|
|
|
- rebase all patches
|
|
|
|
- xserver-1.10-vbe-malloc.patch: drop, d8caa782009abf4d
|
|
|
|
- "git rm" all unused patches
|
|
|
|
|
2011-04-18 06:06:08 +00:00
|
|
|
* Mon Apr 18 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.99.1-1.20110418
|
|
|
|
- Today's server from git
|
|
|
|
|
2011-03-30 20:07:40 +00:00
|
|
|
* Wed Mar 30 2011 Adam Jackson <ajax@redhat.com> 1.10.0-7
|
|
|
|
- xserver-1.10-glx-pixmap-crash.patch, xserver-1.10-bg-none-revert.patch:
|
|
|
|
bugfixes from xserver-next
|
|
|
|
|
2011-03-22 15:44:58 +00:00
|
|
|
* Tue Mar 22 2011 Adam Jackson <ajax@redhat.com> 1.10.0-6
|
|
|
|
- Fix thinko in pointer barrier patch
|
|
|
|
|
2011-03-22 10:01:15 +00:00
|
|
|
* Tue Mar 22 2011 Adam Tkac <atkac redhat com> 1.10.0-5
|
|
|
|
- add more files into -source subpkg
|
|
|
|
|
2011-03-17 18:15:32 +00:00
|
|
|
* Thu Mar 17 2011 Adam Jackson <ajax@redhat.com> 1.10.0-4
|
|
|
|
- xserver-1.10-pointer-barriers.patch: Backport CRTC confinement from master
|
|
|
|
and pointer barriers from the development tree for same.
|
|
|
|
- xserver-1.10-vbe-malloc.patch: Fix a buffer overrun in the VBE code.
|
|
|
|
|
2011-03-11 02:38:25 +00:00
|
|
|
* Fri Mar 11 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-3
|
|
|
|
- Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699)
|
|
|
|
|
2011-03-09 15:55:14 +00:00
|
|
|
* Wed Mar 09 2011 Adam Jackson <ajax@redhat.com> 1.10.0-2
|
2011-03-09 15:59:50 +00:00
|
|
|
- Merge from F16:
|
|
|
|
|
|
|
|
* Wed Mar 09 2011 Adam Jackson <ajax@redhat.com> 1.10.0-2
|
|
|
|
- Disable filesystem caps in paranoia until module loading is audited
|
|
|
|
|
|
|
|
* Fri Feb 25 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.9.99.902-1
|
|
|
|
- xserver 1.10.0
|
|
|
|
- server-1.9-99.901-xkb-repeat-issues.patch: drop, merged
|
|
|
|
- xserver-1.4.99-pic-libxf86config.patch: drop, see 60801ff8
|
|
|
|
- xserver-1.6.99-default-modes.patch: drop, see dc498b4
|
|
|
|
- xserver-1.7.1-multilib.patch: drop, see a16e282
|
|
|
|
- ABI bumps: xinput to 12.2, extension to 5.0, video to 10.0
|