source: projects/specs/branches/6/x/xorg-x11-server/xorg-x11-server-vl.spec @ 9354

Revision 9354, 64.9 KB checked in by iwamoto, 9 years ago (diff)

xorg-x11-server: fix CVE-2015-0255

Line 
1%define pkgname xorg-server
2
3#define gitdate 20100319
4
5Summary:   X.Org X11 X server
6Summary(ja):   X.Org X11 X サーバ
7Name:      xorg-x11-server
8Version:   1.10.2
9Release:   9%{?_dist_release}
10URL:       http://www.x.org
11License:   MIT/X11
12Group:     User Interface/X
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17%if 0%{?gitdate}
18Source0:  ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{gitdate}.tar.xz
19%else
20Source0:   ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
21%endif
22
23Source4:   10-quirks.conf
24
25Source10:  xserver.pamd
26
27Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
28
29Patch5: xserver-1.8.1-pic-libxf86config.patch
30
31Patch2014:  xserver-1.5.0-projector-fb-size.patch
32
33# Trivial things to never merge upstream ever:
34# This really could be done prettier.
35Patch5002:  xserver-1.4.99-ssh-isnt-local.patch
36
37# force mode debugging on for randr 1.2 drivers
38Patch6002: xserver-1.5.1-mode-debug.patch
39
40# don't build the (broken) acpi code
41Patch6011: xserver-1.6.0-less-acpi-brokenness.patch
42
43# needs to upstream this
44Patch6027: xserver-1.10.0-displayfd.patch
45Patch6028: xserver-1.6.99-randr-error-debugging.patch
46Patch6030: xserver-1.10.0-right-of.patch
47Patch6033: xserver-1.6.99-default-modes.patch
48
49# misc
50Patch7005: xserver-1.9.0-qxl-fallback.patch
51
52## Vine Patch
53# autodetect nvidia driver
54Patch10010: xorg-x11-server-1.9.2-nvidia.patch
55# autodetect fglrx driver
56Patch10020: xorg-x11-server-1.9.2-fglrx.patch
57# autodetect virtual video device (qemu) driver
58Patch10030: xorg-x11-server-1.9.2-qemu.patch
59# finally fallback to vesa driver
60Patch10040: xorg-x11-server-1.9.2-vesa-fallback.patch
61
62# do not disable kbd driver even if AllowEmptyInput option is on.
63Patch20000: xorg-x11-server-1.10.0-dont-dsiable-kbd-if-AEI-on.patch
64
65## security fixes
66Patch30000: xorg-server_CVE-2011-4028.patch
67Patch30010: xorg-server_CVE-2011-4029.patch
68Patch30020: xorg-server_CVE-2013-1940.patch
69Patch30030: xorg-server_CVE-2012-2118.patch
70Patch30040: xorg-server-1.10.2_CVE-2013-4396.patch
71Patch30050: xorg-server-1.10.2_CVE-2013-6424.patch
72
73Patch31000: 0000-glx-check-return.patch
74Patch31001: 0000-regionsize-size_t.patch
75Patch31010: 0001-CVE-2014-8091.patch
76
77Patch31020: 0002-CVE-2014-8092-1.patch
78Patch31021: 0003-CVE-2014-8092-2.patch
79Patch31022: 0004-CVE-2014-8092-3.patch
80Patch31023: 0005-CVE-2014-8092-4.patch
81
82Patch31030: 0020-CVE-2014-8093-1.patch
83Patch31031: 0021-CVE-2014-8093-2.patch
84Patch31032: 0022-CVE-2014-8093-3.patch
85Patch31033: 0024-CVE-2014-8093-4.patch
86Patch31034: 0026-CVE-2014-8093-5.patch
87Patch31035: 0033-CVE-2014-8093-6.patch
88
89Patch31040: 0006-CVE-2014-8094.patch
90Patch31050: 0008-xorg-1.10.2_CVE-2014-8095.patch
91Patch31060: 0009-CVE-2014-8096.patch
92Patch31070: 0007-CVE-2014-8097.patch
93
94Patch31080: 0023-CVE-2014-8098-1.patch
95Patch31081: 0025-CVE-2014-8098-2.patch
96Patch31082: 0027-CVE-2014-8098-3.patch
97Patch31083: 0028-CVE-2014-8098-4.patch
98# 8098-5 is no needed.
99Patch31084: 0030-CVE-2014-8098-6.patch
100Patch31085: 0031-CVE-2014-8098-7.patch
101Patch31086: 0032-CVE-2014-8098-8.patch
102
103Patch31090: 0010-CVE-2014-8099.patch
104Patch31100: 0014-CVE-2014-8100-1.patch
105Patch31101: 0015-CVE-2014-8100-2.patch
106Patch31110: 0013-CVE-2014-8101.patch
107Patch31120: 0016-CVE-2014-8102.patch
108
109Patch31130: xorg-server-1.10.2_CVE-2015-0255-1.patch
110Patch31140: xorg-server-1.10.2_CVE-2015-0255-2.patch
111
112%define moduledir       %{_libdir}/xorg/modules
113%define drimoduledir    %{_libdir}/dri
114%define sdkdir          %{_includedir}/xorg
115
116%ifarch s390 s390x
117%define with_hw_servers 0
118%else
119%define with_hw_servers 1
120%endif
121
122%if %{with_hw_servers}
123%define enable_xorg --enable-xorg
124%else
125%define enable_xorg --disable-xorg
126%endif
127
128%define kdrive --enable-kdrive --enable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev
129%define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
130
131BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
132
133# FIXME: Temporary Build deps on autotools, as needed...
134BuildRequires: automake autoconf libtool
135
136BuildRequires: pkgconfig
137BuildRequires: w3m
138BuildRequires: xorg-x11-util-macros >= 1.6.0
139
140BuildRequires: xorg-x11-proto-devel >= 7.4-9
141
142BuildRequires: xorg-x11-xtrans-devel >= 1.2.3
143BuildRequires: xorg-x11-font-utils
144BuildRequires: libXfont-devel
145BuildRequires: libXau-devel
146BuildRequires: libxkbfile-devel
147# libXres-devel needed for something that links to libXres that I never
148# bothered to figure out yet
149BuildRequires: libXres-devel
150# libfontenc-devel needed for Xorg, but not specified by
151# upstream deps.  Build fails without it.
152BuildRequires: libfontenc-devel
153# Required for Xtst examples
154BuildRequires: libXtst-devel >= 1.1.0-2
155# libXdmcp-devel needed for Xdmx, Xnest, Xephyr
156BuildRequires: libXdmcp-devel
157# libX11-devel needed for Xdmx, Xnest, Xephyr
158BuildRequires: libX11-devel
159# libXext-devel needed for Xdmx, Xnest, Xephyr
160BuildRequires: libXext-devel
161BuildRequires: libpciaccess-devel
162BuildRequires: pixman-devel >= 0.14.0
163BuildRequires: openssl-devel
164# XXX Really?  Why would we need this, Xfont should hide it.
165BuildRequires: freetype2-devel
166
167BuildRequires: libgudev1-devel
168
169# DMX config utils buildreqs.
170BuildRequires: libXt-devel
171BuildRequires: libdmx-devel >= 1.1.0-2
172BuildRequires: libXmu-devel
173BuildRequires: libXrender-devel
174BuildRequires: libXi-devel
175BuildRequires: libXpm-devel
176BuildRequires: libXaw-devel >= 1.0.5
177BuildRequires: libXfixes-devel
178BuildRequires: libXdamage-devel
179BuildRequires: libXv-devel
180
181BuildRequires: mesa-libGL-devel >= 7.8
182BuildRequires: mesa-source >= 7.8
183# XXX silly...
184BuildRequires: libdrm-devel >= 2.4.0-3
185%if %{with_hw_servers}
186Requires: libdrm
187%endif
188
189# Make sure libXfont has the catalogue FPE
190Requires: libXfont
191
192# All server subpackages have a virtual provide for the name of the server
193# they deliver.  The Xorg one is versioned, the others are intentionally
194# unversioned.
195
196%description
197X.Org X11 X server
198
199%package common
200Summary: Xorg server common files
201Summary(ja): Xorg サーバ共通ファイル
202Group: User Interface/X
203
204%description common
205Common files shared among all X servers.
206
207%if %{with_hw_servers}
208%package Xorg
209Summary: Xorg X server
210Summary(ja): Xorg X サーバ
211Group: User Interface/X
212Provides: Xorg = %{version}-%{release}
213Provides: Xserver
214# Requires: xorg-x11-drivers >= 0.99.2-4
215Requires: xorg-x11-drv-keyboard xorg-x11-drv-vesa
216Requires: xorg-x11-drv-void xorg-x11-drv-evdev
217# virtuals.  XXX fix the xkbcomp fork() upstream.
218Requires: xkbdata xkbcomp
219Requires: xorg-x11-server-common >= %{version}-%{release}
220Requires: libdrm
221Requires: system-setup-keyboard
222Obsoletes: XFree86, XOrg
223
224%description Xorg
225X.org X11 is an open source implementation of the X Window System.  It
226provides the basic low level functionality which full fledged
227graphical user interfaces (GUIs) such as GNOME and KDE are designed
228upon.
229%endif
230
231
232%package Xnest
233Summary: Xnest server
234Summary(ja): Xnest サーバ
235Group: User Interface/X
236Obsoletes: XFree86-Xnest, XOrg-Xnest
237Requires: xorg-x11-server-common >= %{version}-%{release}
238Provides: Xnest
239
240%description Xnest
241Xnest is an X server, which has been implemented as an ordinary
242X application.  It runs in a window just like other X applications,
243but it is an X server itself in which you can run other software.  It
244is a very useful tool for developers who wish to test their
245applications without running them on their real X server.
246
247
248%package Xdmx
249Summary: Distributed Multihead X Server and utilities
250Summary(ja): 分散マルチヘッド X サーバおよびユーティリティ
251Group: User Interface/X
252Requires: xorg-x11-server-common >= %{version}-%{release}
253Provides: Xdmx
254
255%description Xdmx
256Xdmx is proxy X server that provides multi-head support for multiple displays
257attached to different machines (each of which is running a typical X server).
258When Xinerama is used with Xdmx, the multiple displays on multiple machines
259are presented to the user as a single unified screen.  A simple application
260for Xdmx would be to provide multi-head support using two desktop machines,
261each of which has a single display device attached to it.  A complex
262application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
263(each attached to one of 16 computers) into a unified 5120x4096 display.
264
265
266%package Xvfb
267Summary: Virtual framebuffer X server.
268Summary(ja): 仮想フレームバッファ X サーバ
269Group: User Interface/X
270Obsoletes: XFree86-Xvfb, XOrg-Xvfb
271Requires: xorg-x11-server-common >= %{version}-%{release}
272Provides: Xvfb
273
274%description Xvfb
275Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
276machines with no display hardware and no physical input devices.
277Xvfb simulates a dumb framebuffer using virtual memory.  Xvfb does
278not open any devices, but behaves otherwise as an X display.  Xvfb
279is normally used for testing servers.
280
281
282%package Xephyr
283Summary: Xephyr X server
284Summary(ja): Xephyr X サーバ
285Group: User Interface/X
286Requires: xorg-x11-server-common >= %{version}-%{release}
287Provides: Xephyr
288
289%description Xephyr
290Xephyr is an X server, which has been implemented as an ordinary
291X application.  It runs in a window just like other X applications,
292but it is an X server itself in which you can run other software.  It
293is a very useful tool for developers who wish to test their
294applications without running them on their real X server.  Unlike
295Xnest, Xephyr renders to an X image rather than relaying the
296X protocol, and therefore supports the newer X extensions like
297Render and Composite.
298
299
300%if %{with_hw_servers}
301%package sdk
302Summary: SDK for X server driver module development
303Summary(ja): X サーバドライバモジュール開発用 SDK
304Group: User Interface/X
305Obsoletes: XFree86-sdk, XOrg-sdk
306Requires: xorg-x11-util-macros
307Requires: xorg-x11-proto-devel
308Requires: pixman-devel
309Requires: libpciaccess-devel
310Requires: pkgconfig
311Requires(pre): xorg-x11-filesystem
312Provides: libxf86config-devel = %{version}-%{release}
313
314%description sdk
315The SDK package provides the developmental files which are necessary for
316developing X server driver modules, and for compiling driver modules
317outside of the standard X11 source code tree.  Developers writing video
318drivers, input drivers, or other X modules should install this package.
319%endif
320
321%package source
322Summary: Xserver source code required to build VNC server (Xvnc)
323Summary(ja): VNC サーバ (Xvnc) をビルドするために必要な X サーバのソースコード
324Group: Development/Libraries
325
326%description source
327Xserver source code needed to build VNC server (Xvnc)
328
329%prep
330%setup -q -n %{pkgname}-%{version}
331#%setup -q -n %{pkgname}-%{gitdate}
332
333%patch5 -p1 -b .pic-libxf86config
334
335%patch2014 -p1 -b .projector-fb-size
336
337%patch5002 -p1 -b .ssh-isnt-local
338
339%patch6002 -p1 -b .mode-debug
340
341# don't build the (broken) acpi code
342%patch6011 -p1 -b .less-acpi-brokenness
343
344# needs to upstream this
345%patch6027 -p1 -b .displayfd
346%patch6028 -p1 -b .randr-error-debugging
347%patch6030 -p1 -b .right-of
348
349%patch7005 -p1 -b .qxl
350
351# Vine patch
352%patch10010 -p1 -b .nvidia
353%patch10020 -p1 -b .fglrx
354%patch10030 -p1 -b .virtual-device
355%patch10040 -p1 -b .vesa-fallback
356
357# Vine
358%patch20000 -p1 -b .dont-disable-kbd
359
360# Security
361%patch30000 -p1 -b .CVE-2011-4028
362%patch30010 -p1 -b .CVE-2011-4029
363%patch30020 -p1 -b .CVE-2013-1940
364%patch30030 -p1 -b .CVE-2012-2118
365%patch30040 -p1 -b .CVE-2013-4396
366%patch30050 -p1 -b .CVE-2013-6424
367
368%patch31000 -p1 -b .glx-check-return
369%patch31001 -p1 -b .regionsize-size_t
370%patch31010 -p1 -b .CVE-2014-8091
371
372%patch31020 -p1 -b .CVE-2014-8092-1
373%patch31021 -p1 -b .CVE-2014-8092-2
374%patch31022 -p1 -b .CVE-2014-8092-3
375%patch31023 -p1 -b .CVE-2014-8092-4
376
377%patch31030 -p1 -b .CVE-2014-8093-1
378%patch31031 -p1 -b .CVE-2014-8093-2
379%patch31032 -p1 -b .CVE-2014-8093-3
380%patch31033 -p1 -b .CVE-2014-8093-4
381%patch31034 -p1 -b .CVE-2014-8093-5
382%patch31035 -p1 -b .CVE-2014-8093-6
383
384%patch31040 -p1 -b .CVE-2014-8094
385%patch31050 -p1 -b .CVE-2014-8095
386%patch31060 -p1 -b .CVE-2014-8096
387%patch31070 -p1 -b .CVE-2014-8097
388
389%patch31080 -p1 -b .CVE-2014-8098-1
390%patch31081 -p1 -b .CVE-2014-8098-2
391%patch31082 -p1 -b .CVE-2014-8098-3
392%patch31083 -p1 -b .CVE-2014-8098-4
393# 8098-5 is no needed.
394%patch31084 -p1 -b .CVE-2014-8098-6
395%patch31085 -p1 -b .CVE-2014-8098-7
396%patch31086 -p1 -b .CVE-2014-8098-8
397
398%patch31090 -p1 -b .CVE-2014-8099
399%patch31100 -p1 -b .CVE-2014-8100-1
400%patch31101 -p1 -b .CVE-2014-8100-2
401%patch31110 -p1 -b .CVE-2014-8101
402%patch31120 -p1 -b .CVE-2014-8102
403
404%patch31130 -p1 -b .CVE-2015-0255-1
405%patch31140 -p1 -b .CVE-2015-0255-2
406
407%build
408
409%define default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
410
411%if %{with_hw_servers}
412%define dri_flags --with-dri-driver-path=%{drimoduledir}
413%else
414%define dri_flags --disable-dri
415%endif
416
417# --with-pie ?
418autoreconf -v --install
419export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS"
420%configure \
421        %{xservers} \
422        --disable-static \
423        --with-pic \
424        --with-int10=x86emu \
425        --with-default-font-path=%{default_font_path} \
426        --with-module-dir=%{moduledir} \
427        --with-os-name="Vine Linux 6" \
428        --with-vendor-web="http://vinelinux.org/" \
429        --with-vendor-name="Project Vine" \
430        --with-builderstring="Build ID: %{name} %{version}-%{release}" \
431        --with-xkb-output=%{_localstatedir}/lib/xkb \
432        --with-rgb-path=%{_datadir}/X11/rgb \
433        --enable-install-libxf86config \
434        --disable-xselinux --enable-record \
435        --enable-config-udev \
436        %{dri_flags} \
437        ${CONFIGURE}
438
439make -s %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
440
441%install
442rm -rf $RPM_BUILD_ROOT
443make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir} LIBTOOL=/usr/bin/libtool
444
445
446%if %{with_hw_servers}
447rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/libxf8_16bpp.so
448mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
449
450mkdir -p $RPM_BUILD_ROOT%{_datadir}/xorg
451install -m 0444 hw/xfree86/common/{vesa,extra}modes $RPM_BUILD_ROOT%{_datadir}/xorg/
452
453mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
454install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
455
456mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
457install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
458
459mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
460%endif
461
462# Make the source package
463%define xserver_source_dir %{_datadir}/xorg-x11-server-source
464%define inst_srcdir %{buildroot}/%{xserver_source_dir}
465mkdir -p %{inst_srcdir}/{doc/xml{,/dtrace},Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
466cp {,%{inst_srcdir}/}doc/xml/xmlrules.in
467cp {,%{inst_srcdir}/}doc/xml/xmlrules-noinst.in
468cp {,%{inst_srcdir}/}doc/xml/xmlrules-inst.in
469cp {,%{inst_srcdir}/}doc/xml/xserver.ent.in
470cp {,%{inst_srcdir}/}doc/xml/Xserver-spec.xml
471cp {,%{inst_srcdir}/}doc/xml/dtrace/Xserver-DTrace.xml
472cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
473cp xkb/README.compiled %{inst_srcdir}/xkb
474cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
475cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
476
477install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
478
479find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
480xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
481find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
482
483# Remove unwanted files/dirs
484{
485    rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Options
486    rm -f $RPM_BUILD_ROOT%{_bindir}/in?
487    rm -f $RPM_BUILD_ROOT%{_bindir}/ioport
488    rm -f $RPM_BUILD_ROOT%{_bindir}/out?
489    rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak
490    rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pcitweak.1*
491    find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
492    find $RPM_BUILD_ROOT%{_libdir}/xorg/modules -type f -name '*.a' | xargs rm -f -- || :
493%if !%{with_hw_servers}
494    rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc
495    rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4
496%endif
497}
498
499%clean
500rm -rf $RPM_BUILD_ROOT
501
502%if %{with_hw_servers}
503%pre Xorg
504{
505    pushd /etc/X11
506
507    for configfile in XF86Config XF86Config-4 ; do
508        if [ -r $configfile ]; then
509            if [ -r xorg.conf ]; then
510                mv -f $configfile $configfile.obsoleted
511            else
512                mv -f $configfile xorg.conf
513            fi
514        fi
515    done
516
517    [ -e xorg.conf ] || return 0
518
519    perl -p -i -e 's/^.*Load.*"(pex5|xie|xtt).*\n$"//gi' xorg.conf
520    perl -p -i -e 's/^\s*Driver(.*)"keyboard"/Driver\1"kbd"/gi' xorg.conf
521    perl -p -i -e 's/^.*Option.*"XkbRules".*"(xfree86|xorg)".*\n$//gi' xorg.conf
522    perl -p -i -e 's#^\s*RgbPath.*$##gi' xorg.conf
523    # lame, the nvidia driver needs to override this
524    if ! grep -q 'ModulePath.*nvidia' xorg.conf ; then
525      perl -p -i -e 's#^\s*ModulePath.*$##gi' xorg.conf
526    fi
527
528    popd
529} &> /dev/null || :
530%endif
531
532%files common
533%defattr(-,root,root,-)
534%{_mandir}/man1/Xserver.1*
535%{_libdir}/xorg/protocol.txt
536%dir %{_localstatedir}/lib/xkb
537%{_localstatedir}/lib/xkb/README.compiled
538
539%if %{with_hw_servers}
540%files Xorg
541%defattr(-,root,root,-)
542%config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
543%{_bindir}/X
544%attr(4711, root, root) %{_bindir}/Xorg
545%{_bindir}/gtf
546%{_bindir}/cvt
547%dir %{_datadir}/xorg
548%{_datadir}/xorg/vesamodes
549%{_datadir}/xorg/extramodes
550%dir %{_libdir}/xorg
551%dir %{_libdir}/xorg/modules
552%dir %{_libdir}/xorg/modules/drivers
553%dir %{_libdir}/xorg/modules/extensions
554%{_libdir}/xorg/modules/extensions/libglx.so
555%{_libdir}/xorg/modules/extensions/libdri.so
556%{_libdir}/xorg/modules/extensions/libdri2.so
557%{_libdir}/xorg/modules/extensions/libdbe.so
558%{_libdir}/xorg/modules/extensions/libextmod.so
559%{_libdir}/xorg/modules/extensions/librecord.so
560%dir %{_libdir}/xorg/modules/input
561#%dir %{_libdir}/xorg/modules/linux
562#%{_libdir}/xorg/modules/linux/libfbdevhw.so
563%dir %{_libdir}/xorg/modules/multimedia
564%{_libdir}/xorg/modules/multimedia/bt829_drv.so
565%{_libdir}/xorg/modules/multimedia/fi1236_drv.so
566%{_libdir}/xorg/modules/multimedia/msp3430_drv.so
567%{_libdir}/xorg/modules/multimedia/tda8425_drv.so
568%{_libdir}/xorg/modules/multimedia/tda9850_drv.so
569%{_libdir}/xorg/modules/multimedia/tda9885_drv.so
570%{_libdir}/xorg/modules/multimedia/uda1380_drv.so
571%{_libdir}/xorg/modules/libexa.so
572%{_libdir}/xorg/modules/libfb.so
573%{_libdir}/xorg/modules/libfbdevhw.so
574%{_libdir}/xorg/modules/libint10.so
575%{_libdir}/xorg/modules/libshadow.so
576%{_libdir}/xorg/modules/libshadowfb.so
577%{_libdir}/xorg/modules/libvbe.so
578%{_libdir}/xorg/modules/libvgahw.so
579%{_libdir}/xorg/modules/libwfb.so
580%{_libdir}/xorg/modules/libxaa.so
581%{_mandir}/man1/gtf.1*
582%{_mandir}/man1/Xorg.1*
583%{_mandir}/man1/cvt.1*
584%{_mandir}/man4/fbdevhw.4*
585%{_mandir}/man4/exa.4*
586%{_mandir}/man5/xorg.conf.5*
587%{_mandir}/man5/xorg.conf.d.5*
588%dir %{_sysconfdir}/X11/xorg.conf.d
589%dir %{_datadir}/X11/xorg.conf.d
590%{_datadir}/X11/xorg.conf.d/*.conf
591%endif
592
593
594%files Xnest
595%defattr(-,root,root,-)
596%{_bindir}/Xnest
597%{_mandir}/man1/Xnest.1*
598
599
600%files Xdmx
601%defattr(-,root,root,-)
602%{_bindir}/Xdmx
603%{_bindir}/dmxaddinput
604%{_bindir}/dmxaddscreen
605%{_bindir}/dmxreconfig
606%{_bindir}/dmxresize
607%{_bindir}/dmxrminput
608%{_bindir}/dmxrmscreen
609%{_bindir}/dmxtodmx
610%{_bindir}/dmxwininfo
611%{_bindir}/vdltodmx
612%{_bindir}/dmxinfo
613%{_bindir}/xdmxconfig
614%{_mandir}/man1/Xdmx.1*
615%{_mandir}/man1/dmxtodmx.1*
616%{_mandir}/man1/vdltodmx.1*
617%{_mandir}/man1/xdmxconfig.1*
618
619
620%files Xvfb
621%defattr(-,root,root,-)
622%{_bindir}/Xvfb
623%{_bindir}/xvfb-run
624%{_mandir}/man1/Xvfb.1*
625
626
627%files Xephyr
628%defattr(-,root,root,-)
629%{_bindir}/Xephyr
630%{_mandir}/man1/Xephyr.1*
631
632
633%if %{with_hw_servers}
634%files sdk
635%defattr(-,root,root,-)
636%{_libdir}/libxf86config.a
637%{_libdir}/pkgconfig/xorg-server.pc
638%dir %{_includedir}/xorg
639%{sdkdir}/*.h
640%{_datadir}/aclocal/xorg-server.m4
641%endif
642
643%files source
644%defattr(-, root, root, -)
645%{xserver_source_dir}
646
647
648%changelog
649* Sat Feb 14 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-9
650- add patch31130,40 for fix CVE-2015-0255
651- add BR: w3m
652
653* Tue Dec 23 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-8
654- add patch31000-31120 for fix CVE-2014-8091 - 8102
655  these patches are from ubuntu, thanks.
656
657* Sat Jan  4 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-7
658- fix CVE-2012-2118 (patch30030) fix
659
660* Thu Dec 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-6
661- add patch30050 for fix CVE-2013-6424 (handling trapezoids)
662
663* Sat Oct 19 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-5
664- add patch30040 for fix CVE-2013-4396 (dixfont.c)
665
666* Sat Apr 27 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-4
667- add patch30030 for fix CVE-2012-2118 (logging format str)
668  this patch is based on ubuntu patch, Thanks.
669
670* Thu Apr 18 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-3
671- add patch30020 for fix CVE-2013-1940 (fix flush input)
672
673* Wed Oct 19 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-2
674- add patch30000 for fix CVE-2011-4028 (lock file)
675- add patch30010 for fix CVE-2011-4029 (lock file)
676- add Vendor/Distri tags
677
678* Sun May 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
679- new upstream release
680
681* Mon Apr 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
682- new upstream release
683
684* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
685- new upstream release
686- fix %%install to add xmlrules.in
687- drop Patch103,6049
688- update Patch6027,6030,20000
689- add Patch7005 (xserver-1.9.0-qxl-fallback.patch)
690
691* Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.4-1
692- new upstream release
693
694* Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.3-2
695- rebuild with openssl-1.0.0c
696
697* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.3-1
698- new upstream release
699- drop Patch6045,6051
700
701* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.2-1
702- new upstream release
703- update Patch6027,6030,6045,10010,10020,10030,10040
704- drop Patch6033
705- add environment variable LIBTOOL for make command
706- fix %%files
707
708* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
709- rebuild with rpm-4.8.1 for pkg-config file
710- add BuildRequires: xorg-x11-font-utils, libgudev1-devel
711
712* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.1-1
713- new upstream release
714- remove upstream patch (Patch6057)
715
716* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-2
717- add Patch6057 to import xorg.conf.d changes from upstream.
718  - change /etc/xorg.conf.d to /etc/X11/xorg.conf.d
719  - system provided configs should go to /usr/share/X11/xorg.conf.d
720
721* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-1
722- new upstream release
723
724* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.902-2.20100318
725- update to new git snapshot
726
727* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.901-2.20100304
728- update to new git snapshot
729- cleanup spec file
730- import patch2014,6028,6049,6051 from fedora
731
732* Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.901-1
733- update to 1.8rc1 (1.7.99.901)
734- import patch5002,6002,6030,6033 from fedora
735- add 00-evdev.conf, 10-quirks.conf
736- build against mesa-7.8(git snapshot)
737
738* Fri Feb 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.5-1
739- new upstream release
740
741* Mon Feb 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.4-2
742- rebuild with new toolchain
743- run autoreconf
744
745* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.4-1
746- new upstream release
747
748* Sat Dec 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.3-1
749- new upstream release
750
751* Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.2-1
752- new upstream release
753
754* Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-3
755- add BR: openssl-devel (<BTS:0826>)
756- build against mesa-7.6
757  - update BR: mesa-libGL-devel >= 7.6-1
758
759* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-2
760- add R: pixman-devel, libpciaccess-devel to -sdk (<BTS:820>)
761
762* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-1
763- new upstream release
764
765* Mon Sep 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-2
766- update Patch6012 to use vesa for poulsbo
767  - merge patch6029
768- add Patch6040 to autodetect nvidia driver
769- add Patch6041 to autodetect fglrx driver
770- add Patch6042 to autodetect virtual video driver
771- add Patch6042 to autodetect geode driver
772- add Pathc6050 to fallback to vesa driver
773- add BR: libXdamage-devel, libXv-devel
774
775* Sat Aug 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-1
776- new upstream release
777
778* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-1
779- new upstream release
780
781* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-3
782- import fedora and/or upstream patch
783- remove Requires: xorg-x11-drv-mouse (we use evdev for mouse)
784
785* Sat Apr 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.6.1-2
786- updated Patch1003: xserver-1.6.1-pic-libxf86config.patch to build libxf86config with fPIC
787
788* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-1
789- new upstream release
790
791* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
792- new upstream releaase
793- add Patch1003 to build libxf86config with -fPIC
794- add BR: pixman-devel >= 0.14.0
795- add BR: xorg-x11-xtrans-devel >= 1.2.3
796
797* Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.3-2
798- rebuild with libXaw.so.7 (libXaw-1.0.5)
799
800* Sat Nov 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.3-1
801- new upstream release
802- add Patch2000
803  - do not diable kbd driver even if AllowEmptyInput is on.
804
805* Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.2-2
806- rebuild with libdrm-2.4.0-3, mesa-7.2
807
808* Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.2-1
809- new upstream release
810
811* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
812- new upstream release
813
814* Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
815- new upstream release
816- disable dri2 (upstream default)
817
818* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.906-1
819- new upstream release
820
821* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-3
822- add dix/protocol.txt to -source subpackage
823
824* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-2
825- add Patch101, 1014 from fedora
826
827* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-1
828- update to 1.4.99.905 (1.5RC5)
829- add -common subpackage
830
831* Thu Jun 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.2-1
832- new upstream release
833
834* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
835- new upstream release
836
837* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.90-1
838- new versioning policy
839
840* Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.90-0vl1
841- initial build for Vine Linux
842
843* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-24
844- xserver-1.3.0-edid-quirk-backports.patch: Update the EDID quirks code
845  to match current git.
846
847* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-23
848- xserver-1.3.0-xrandr-timestamp-buglet.patch: Make sure xrandr doesn't
849  stop working after several hours. (Marius Gedminas, #273801)
850
851* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-22
852- Bump BuildRequires: xorg-x11-xtrans-devel to pull in abstract socket
853  support.
854
855* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-21
856- xserver-1.3.0-document-fontpath-correctly.patch: Fix man page to point to
857  directories that exist. (#251203, Matト嬲 Cepl)
858
859* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-20
860- xserver-1.3.0-newglx-offscreen-pixmaps.patch: fix zero-copy TFP again
861
862* Tue Aug 14 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-19
863- xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted
864  on at least my laptop, so turn it off again.
865
866* Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-18
867- xserver-1.3.0-mesa7.patch: Add support for building against mesa 7.0.1
868  along with DRI zero-copy TFP hopefully
869- xserver-1.3.0-exaupgrade.patch: Add updated EXA support
870- dropped xserver-1.2.99.901-xephyr-crash-at-exit.patch - upstream
871- rebase xorg-x11-server-1.1.1-offscreen-pixmaps.patch to xserver-1.3.0-newglx-offscreen-pixmaps.patch
872- dropped xorg-x11-server-1.1.1-glcore-visual-matching.patch - fixed upstream
873
874* Thu Aug 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-17
875- xserver-1.3.0-default-dpi.patch: Switch default DPI to 100, on the
876  principle that 75 is almost never right and 100 is much more likely.
877
878* Thu Aug 02 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-16
879- xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards
880
881* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-15
882- xserver-1.3.0-edid-quirk-backports.patch: Backport EDID quirks from
883  master; fixes some Samsung monitors. (#232810)
884
885* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-14
886- xserver-1.3.0-composite-version.patch: Force the server to report the
887  Composite extension version it supports, not simply the version defined
888  by the protocol headers it was built against.
889
890* Mon Jul 02 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-13
891- Add IDLETIME sync counter for great powersaving justice.
892- Conditionalise default font path for F7 spec compatibility.
893
894* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-12
895- Tweak %%post Xorg slightly to not demolish ModulePath lines installed by
896  the nvidia driver.  (#244359)
897
898* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-11
899- Obsolete the joystick and elo2300 drivers, they never worked and shouldn't
900  be installed.
901
902* Fri Jun 22 2007 Kristian Hテクgsberg <krh@redhat.com> - 1.3.0.0-10
903- Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins
904- Drop build dependency xorg-x11-font-utils.
905
906* Mon Jun 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-9
907- xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv
908  window. (#241214)
909
910* Wed Jun 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-8
911- xserver-1.3.0-ramdac-export.patch: Make sure the old ramdac symbols are
912  exported, since they're in-server now. (#242800)
913
914* Mon Jun 04 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-7
915- xserver-1.3.0-randrama-no-zero-screens.patch: For RANDR 1.2's fake
916  Xinerama info, don't report Xinerama as being active if there are no
917  RANDR 1.2 CRTCs active for that screen.  (#234567)
918- xserver-1.3.0-arm-iopl.patch: Add __arm__ conditionals to many #ifdefs.
919
920* Sat May 26 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-6
921- Make sdk subpackage Require: pkgconfig.  Spotted in review for
922  xorg-x11-drv-apm. (#226577)
923
924* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-5
925- xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to
926  have a zero pixel clock, believe it.  Fixes Xen paravirt. (#238451)
927
928* Mon May 07 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-4
929- xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Fix a crash when activating
930  GLX_EXT_texture_from_pixmap without XAA.
931- xserver-1.3.0-randr12-config-hack.patch: If a Modes line is given in
932  the Screen section, and no PreferredMode option is given for a RANDR 1.2
933  monitor, use the first mode in the Modes line as the preferred mode.
934  Fixes anaconda ugliness on monitors larger than 800x600. (#238991)
935
936* Mon Apr 30 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-3
937- xserver-1.3.0-xkb-and-loathing.patch: Ignore (not just block) SIGALRM
938  around calls to Popen()/Pclose().  Fixes a hang in openoffice when
939  opening menus.
940- Modify BuildRequires to use the virtual protocol Provides.
941
942* Wed Apr 25 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-2
943- xserver-1.3.0-less-randr-fakerama.patch: Disable RANDR's fake Xinerama
944  geometry when there's more than one protocol screen. (#231257)
945
946* Mon Apr 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-1
947- xserver 1.3.0.
948
949* Fri Apr 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-5
950- xserver-rc5-to-now.patch: Updates from git.
951
952* Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-4
953- xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease
954  warning if we happen to be building one (and even if not).
955- xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled
956  in sysfs before we start touching it, otherwise, armageddon.
957
958* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-3
959- xserver-1.3.0-domain-obiwan.patch: Fix a PCI domain off-by-one. (#235861)
960- xserver-1.3.0-x86emu-imul-int64.patch: Fix imul in x86emu. (#235861)
961
962* Mon Apr 09 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-2
963- xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically,
964  so as not to run off the end of it.
965- xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing
966  bus memory. (#234073)
967- xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat)
968  /sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices,
969  so we don't fail to find ROMs merely because they're behind a bridge.
970- xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize
971  Composite when Render is missing or when the root window is using
972  a pseudocolor visual. (#217388)
973- xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350)
974
975* Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-1
976- xserver 1.3 RC5.
977
978* Fri Mar 30 2007 David Woodhouse <dwmw2@redhat.com> 1.2.99.903-2
979- Fix regression with PCI domains, but disjoint bus numbers (#207659)
980
981* Fri Mar 30 2007 Adam Jackson <ajax@redhat.com> 1.2.99.903-1
982- xserver 1.3 RC3.
983
984* Mon Mar 19 2007 Adam Jackson <ajax@redhat.com> 1.2.99.902-1
985- xserver 1.3 RC2.
986
987* Tue Mar 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-2
988- xserver-1.2.99.901-xephyr-crash-at-exit.patch: Fix yet another GLX visual
989  mess. (#231425)
990
991* Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-1
992- xserver 1.3 RC1.  RANDR 1.2 hotness in the hizzouse.
993- xserver-1.2.0-honor-displaysize.patch: Honor the DisplaySize config
994  directive again (#220248)
995- Clean up the post-install cleanup
996
997* Fri Mar 02 2007 Adam Tkac <atkac@redhat.com> 1.2.0-10
998- change permissions of files in source package to default from read-only
999
1000* Mon Feb 26 2007 Adam Tkac <atkac@redhat.com> 1.2.0-9
1001- Created new package (xorg-x11-server-source) which is needed to build VNC
1002  server.
1003
1004* Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-8
1005- xserver-1.2.0-proper-randr-version.patch: Report the RANDR version we
1006  actually implement, instead of the version defined by the protocol headers.
1007
1008* Thu Feb 22 2007 Adam Jackson <ajax@redhat.com> 1.2.0-7
1009- Various backports from git master:
1010  - xserver-1.2.0-xfixes-clientgone-check.patch: Avoids a crash when sending
1011    events to clients that just disconnected.
1012  - xserver-1.2.0-os-memory-leak.patch: Plugs a per-connection memory leak.
1013  - xserver-1.2.0-int10-rdtsc.patch: Implement rdtsc in the int10 emulator.
1014  - xserver-1.2.0-glcore-visual-count.patch: Count glcore visuals properly,
1015    fixes crash at exit.
1016
1017* Mon Feb 05 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
1018- xorg-x11-server-Red-Hat-extramodes.patch:
1019  - Add 1360x768 normal and reduced-blanking.
1020  - Add reduced-blanking versions of 1680x1050 and 1920x{1200,1080}.
1021  - Remove the >60Hz versions of 2560x1600.  Even leaving the 60Hz timing is
1022    kind of ridiculous, since every real LCD that size I've seen uses the
1023    reduced blanking timings.  But presumably if you have that nice of a
1024    monitor, you also have a video card with working DDC.
1025
1026* Sun Feb 04 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
1027- Massive spec formatting and style cleanup.
1028- Build Xdmx on all arches.
1029- Enable GL support even on non-DRI machines.
1030- Re-add DRI to ppc64.
1031- Update BuildRequires to current versions.
1032- Remove some bogus Requires.
1033
1034* Wed Jan 31 2007 Adam Jackson <ajax@redhat.com> 1.2.0-4
1035- Fix typo in SDK header. (#222487)
1036
1037* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.2.0-3
1038- Fix MMX check on AMD CPUs. (#222332)
1039- Fix Xephyr keysym init on LP64. (#224311)
1040
1041* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
1042- Delete ModulePath lines rather than attempt to munge them.  (#186338)
1043
1044* Tue Jan 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
1045- Xorg server 1.2.0.
1046
1047* Tue Jan 09 2007 Adam Jackson <ajax@redhat.com> 1.1.1-57
1048- xorg-xserver-1.1.0-dbe-render.diff: CVE #2006-6101
1049- xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch: Skip building the
1050  non-Xephyr kdrive servers entirely.
1051
1052* Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 1.1.1-56
1053- RHEL5 sync:
1054  - xorg-x11-server-1.1.1-maxpixclock-option.patch: Allow the maximum pixel
1055    clock of a monitor to be specified in the config file.
1056  - xorg-x11-server-1.1.1-glcore-visual-matching.patch: Fix a client crash
1057    when creating software indirect GLX contexts.
1058  - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: During server
1059    init, abort if either VT activation ioctl fails.  During shutdown, be
1060    sure to wait for the VT switch to finish before exiting.
1061
1062* Mon Dec 11 2006 Adam Jackson <ajax@redhat.com> 1.1.1-55
1063- xorg-x11-server-1.1.1-lid-close-crash.patch: Added, backport from head.
1064  (#197921)
1065
1066* Mon Dec 11 2006 Adam Tkac <atkac redhat com> 1.1.1-54.1.fc7
1067- fixed building against mesa-6.5.2
1068
1069* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-54.fc7
1070- xorg-x11-server-1.1.1-xkb-vidmode-switch.patch: Fix string matching on
1071  XKB actions to be case-insensitive again.  (#216656)
1072
1073* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-53.fc7
1074- xorg-x11-server-1.1.1-automake-1.10-fixes.patch: Tweak automakefiles to be
1075  1.10-compliant.
1076- Misc spec fixes.
1077
1078* Mon Nov 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-52.fc7
1079- RHEL5 sync:
1080  - Deliver SecurityPolicy in Xvfb when !with_hw_servers (s390, s390x)
1081  - xorg-x11-server-1.1.1-ia64-int10.patch: Fix int10 on ia64.
1082  - xorg-x11-server-1.1.1-ia64-pci-chipsets.patch: ia64 PCI chipset support.
1083- Unify the autoconfig patches.
1084- xorg-x11-server-1.1.1-xf86config-comment-less.patch: Added, makes
1085  pyxf86config not grow the config file every time it's run.
1086- Remove with_developer_utils macro.
1087
1088* Fri Nov 10 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-51.fc7
1089- xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and
1090  there's no added value relative to lspci.
1091- xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime
1092  fixup.  There's no reason for libxf4bpp to link against libxf1bpp.
1093
1094* Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-50.fc7
1095- Fix man page globs to not care whether it's .1.gz or .1x.gz, etc.
1096
1097* Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-49.fc7
1098- Switch to using the x86emu version of libint10 even on x86.  Unifies
1099  behaviour among CPUs and works around Xen vm86 emulation bogosity.
1100
1101* Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com>
1102- Add FC7 todo list
1103- Bump Release number back to 48, got reduced somehow.
1104
1105* Fri Oct 13 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-48.fc7
1106- Do not try own /usr/lib/pkgconfig in sdk package.
1107- Drop dependency on xorg-x11-fonts-base now that we compile in
1108  'fixed' and 'cursor' fonts.
1109- Drop xorg-redhat-die-ugly-pattern-die-die-die.patch; use -br option
1110  instead.
1111
1112* Wed Oct  4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-47.fc6
1113- graphics-expose.patch: Call miHandleExposures() with non-translated
1114  coordinates.
1115
1116* Wed Oct  4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-46.fc6
1117- Fix over-zealous code deletion in graphics-expose.patch.
1118
1119* Wed Oct  4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-45.fc6
1120- xorg-x11-server-1.1.1-graphics-expose.patch: call
1121  miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
1122  generate GraphicsExposes correctly. (#209336).
1123
1124* Mon Oct  2 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-44.fc6
1125- xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Take the server lock
1126  before calling back into XAA to evict pixmaps (#204810).
1127
1128* Wed Sep 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-43.fc6
1129- xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: Since the
1130  VT_ACTIVATE/VT_WAITACTIVE pair are never guaranteed to successfully
1131  complete, set a 5 second timeout on the WAITACTIVE, and retry the pair
1132  until we win.  (#207746)
1133- xorg-x11-server-1.1.0-pci-scan-fixes.patch: Partial revert to unbreak some
1134  (but not all) domainful machines, including Pegasos. (#207659)
1135
1136* Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-42.fc6
1137- xorg-x11-server-1.1.1-getconfig-pl-die-die-die.patch: Fix XGI cards (#208000)
1138
1139* Fri Sep 22 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-41.fc6
1140- xorg-x11-server-1.1.1-vbe-filter-less.patch: Be gentler about rejecting
1141  VESA modes early, since xf86ValidateModes should handle them just fine.
1142
1143* Wed Sep 20 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-40.fc6
1144- xorg-x11-server-1.1.1-pclose-confusion.patch: Be sure to call Pclose()
1145  on pipes created with Popen(), since the additional magic done by Popen()
1146  relative to popen() is not undone by plain pclose().  (Third base!)
1147- xorg-x11-server-1.1.1-edid-hex-dump.patch: Backport EDID hex dump code
1148  from git.
1149
1150* Wed Sep 20 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.1-39.fc6
1151- Bump xorg-x11-proto-devel BuildRequires version and add Conflict
1152  line for older mesa releases, so GLX_EXT_texture_from_pixmap opcodes
1153  match.
1154
1155* Thu Sep  7 2006 Adam Jackson <ajackson@redhat.coM> - 1.1.1-38.fc6
1156- xorg-x11-server-1.1.1-believe-monitor-rb-modes.patch: Always believe the
1157  monitor when it reports a reduced-blanking mode, even over VGA.
1158
1159* Thu Sep  7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-37.fc6
1160- Add "built-ins" to default font path.
1161
1162* Wed Sep  6 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-36.fc6
1163- Enable builtin fallback versions of cursor and fixed fonts.
1164
1165* Tue Sep  5 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-35.fc6
1166- xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look
1167  for mouse/void drivers in the running layout, as opposed to the config file,
1168  so as not to synthesize two mouse devices.
1169
1170* Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-34.fc6
1171- xorg-x11-server-1.1.1-infer-virtual.patch: Be slightly more paranoid about
1172  setting line pitch, and rescan the mode list after pruning to re-validate
1173  the estimated virtual size.
1174
1175* Wed Aug 30 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-33.fc6
1176- Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to evict pixmap
1177  when GLX_EXT_texture_from_pixmap is first used.
1178
1179* Wed Aug 30 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-32.fc6
1180- Drop xorg-x11-server-1.1.0-gl-include-inferiors.patch now that
1181  compiz can uses the composite overlay window.
1182
1183* Mon Aug 28 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-31.fc6
1184- Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to log transitions.
1185- Update xorg-x11-server-1.1.0-tfp-damage.patch to always bind to
1186  GL_TEXTURE_RECTANGLE_ARB target.
1187
1188* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-30.fc6
1189- xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail
1190  gracefully if xf86PciVideoInfo is NULL (like, on Xen).
1191
1192* Fri Aug 25 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-29.fc6
1193- Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT
1194  switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916).
1195- Bump mesa source and libGL BuildRequires.
1196- Update mesa-6.5.1 patch to work with 6.5.1 rc1 (slang_version_syn.h
1197  renamed to slang_pp_version_syn.h).
1198
1199* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-28.fc6
1200- xorg-x11-server-1.1.1-infer-virtual.patch: Only flag modes as preferred
1201  if the EDID block says to.
1202- xorg-x11-server-1.1.1-mode-sort-kung-fu.patch: Enforce a sort order on
1203  modes during lookup: builtin before driver before userdef before other,
1204  and preferred modes within a class before others in that class.
1205
1206* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-27.fc6
1207- xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary
1208  pixclock limit if the monitor didn't claim to have one.
1209
1210* Mon Aug 21 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-26.fc6
1211- Add Tilman Sauerbecks patch to fix AIGLX DRI locking.
1212
1213* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-25.fc6
1214- xorg-x11-server-1.1.1-xvfb-composite-crash.patch: Fix Xvfb's -render flag
1215  to also disable the Composite extension.
1216- xorg-x11-server-1.1.1-mesa-6.5.1.patch: Update build system to account for
1217  Mesa 6.5.1 snapshots.
1218- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Add all available
1219  standard timings from EDID rather than just the first five.
1220
1221* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-24.fc6
1222- xorg-x11-server-1.1.1-edid-quirks-list.patch: Unbreak.
1223
1224* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-23.fc6
1225- xorg-x11-server-1.1.1-xkb-in-xnest.patch: Added. (#193431)
1226
1227* Thu Aug 17 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-22.fc6
1228- xorg-x11-server-1.1.1-infer-virtual.patch: When no modes or virtual size
1229  are given in the config file, attempt to pick a sensible one by examining
1230  the EDID modes and physical geometry.  Also generally make the server
1231  aware of driver-provided modes.
1232- xorg-x11-server-1.1.1-edid-quirks-list.patch: Redo, since the property I was
1233  checking for is both fairly common and fairly predictable. 
1234
1235* Tue Aug 15 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-21.fc6
1236- xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch: Added.
1237
1238* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-20.fc6
1239- xorg-x11-server-1.1.1-always-mouse-thyself.patch: If we lack a mouse
1240  device in the config, and the user hasn't asked for any void devices,
1241  synthesize a mouse section.  (#200347)
1242- xorg-x11-server-1.1.1-edid-quirks-list.patch: Better formatting.
1243
1244* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-19.fc6
1245- xorg-x11-server-1.1.1-builderstring.patch: Enable the builder info
1246  string at configure time;
1247- ... and use it to print the package name and version.
1248- xorg-x11-server-1.1.1-defaultdepth-24.patch: Set default depth to 24.
1249- xorg-x11-server-1.1.1-edid-quirks-list.patch: Add EDID quirks list as
1250  an experiment; needs a better solution though.
1251
1252* Tue Aug  8 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-18.fc6
1253- Update offscreen-pixmaps patch to migrate pixmaps when the compiz
1254  selection is taken.
1255
1256* Mon Aug  7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-17.fc5.aiglx
1257- Build for fc5 aiglx repo.
1258
1259* Mon Aug  7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-17.fc6
1260- Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
1261  XaaNoOffscreenPixmaps to false, for now.
1262
1263* Mon Aug  7 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-16.fc6
1264- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in
1265  range storage.
1266
1267* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-15.fc6
1268- xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Allow HorizSync and
1269  VertRefresh to be overridden independently.
1270
1271* Fri Jul 28 2006 Kevin E Martin <kem@redhat.com> - 1.1.1-14.fc6
1272- xorg-x11-server-1.1.1-revert-xkb-change.patch: Revert change to xkb that
1273  broke XkbGetKeyboard().
1274
1275* Fri Jul 28 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-13.fc5.aiglx
1276- Add conflicts for ABI incompatible version of xorg-x11-drv-i810 and
1277  xorg-x11-drv-ati.
1278
1279* Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-13.fc6
1280- Comment out the 848x480 modes from the extramodes patch.  Any panel that
1281  wants it should be doing EDID injection by now, and it screws up
1282  autoconfig by _just_ fitting in the ranges for 800x600.
1283
1284* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-12.fc6
1285- Added "1920x1080" CVT modes to Red-Hat-extramodes patch for (#195272)
1286- Sorted the extramodes file by X res, then Y res for ease of maintenance.
1287
1288* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-11.fc6
1289- Add selinux{,-devel} buildreqs.
1290
1291* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-10.fc6
1292- xorg-x11-server-1.1.1-selinux-awareness.patch: Added for new Mesa
1293  selinux code.
1294- xorg-x11-server-1.1.1-Xdmx-render-fix-fdo7482.patch: Backport a Render
1295  fix for Xdmx.
1296- xorg-x11-server-1.1.1-no-composite-in-xnest.patch: Disable Composite in
1297  Xnest, as it's known not to work.
1298- Fix default font path to match the config file we used to generate.
1299- Fix default module set to match the config file we used to generate.
1300- Disable use of TLS GLX dispatch to match Mesa selinux nonsense.
1301
1302* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-8.fc6
1303- Added "1440x900@60" CVT mode to Red-Hat-extramodes patch for (#179865)
1304
1305* Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com>
1306- Added "1152x864 @ 100.00" GTF mode to Red-Hat-extramodes patch (#49264)
1307
1308* Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-7.fc6
1309- Only ship pcitweak manpage if we are building it (#199653)
1310- Fix dist tag usage (Was {dist}, should be {?dist})
1311- Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
1312  prevent config file parser/writer from writing out empty sections (#198653)
1313- Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
1314
1315* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
1316- Saner defaults for hsync/vrefresh on monitors that can't be probed
1317
1318* Thu Jul 13 2006 Kristian Hテクgsberg <krh@redhat.com>  1.1.1-5.fc6
1319- Tag as 1.1.1-5.fc6.
1320
1321* Wed Jul 12 2006 Kristian Hテクgsberg <krh@redhat.com>  1.1.1-5.fc5.aiglx
1322- Enable composite by default.
1323- Split spiffiffity patch into one patch per change:
1324  xorg-x11-server-1.1.0-no-move-damage.patch and
1325  xorg-x11-server-1.1.0-dont-backfill-bg-none.patch.
1326
1327* Wed Jul 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-4.fc6
1328- Restore placing the raw EDID block on the root window.
1329
1330* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-3.1.fc6
1331- rebuild
1332
1333* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-3.fc6
1334- Enable DPMS by default.
1335
1336* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2.fc6
1337- Remove nonsensical runtime perl dependency.
1338
1339* Sat Jul 08 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
1340- Update to 1.1.1.
1341
1342* Sat Jul 08 2006 Kristian Hテクgsberg <krh@redhat.com>  1.1.0-27.fc6
1343- Enable TLS for GLX to match the mesa build config.
1344
1345* Fri Jul 07 2006 Kristian Hテクgsberg <krh@redhat.com>  1.1.0-26
1346- Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the
1347  GLX_MESA_copy_sub_buffer extension.
1348
1349* Fri Jun 30 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-25.fc6
1350- Start using the new %%{dist} tag <http://fedoraproject.org/wiki/DistTag>
1351  experimentally in the package Release field to help prevent problems like
1352  (#197266) from occuring in the future.
1353
1354* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com>
1355- Disable build dependency on zlib-devel now that we are not uselessly linking
1356  against it.
1357
1358* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-24
1359- Don't (uselessly) link the server against zlib.
1360- Fix the 1680x1050 modes to be the CVT timings instead of GTF.
1361
1362* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-23
1363- Fix an open-coded check for reduced-blanking modes to only apply to analog
1364  connectors.
1365- Reorder the EDID patches slightly.
1366
1367* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-22
1368- Added xorg-xserver-1.1.0-setuid.diff to fix potential security issue (#196094)
1369- Disable DRI on ppc64 builds.
1370- Conditionalize inclusion of DRI related X server modules to with_dri builds.
1371
1372* Tue Jun 20 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-21
1373- Update xorg-x11-server-1.1.0-tfp-damage.patch to use glTexSubImage2D
1374  to only update the part of the texture that changed, based on damage
1375  regions.
1376
1377* Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-20
1378- Remove with_xnest_server conditional, and fix more BuildRequires to pull
1379  in libX11-devel, libXext-devel, zlib-devel, etc. for Xnest and Xephyr.
1380- Remove unwanted files leftover in buildroot for s390/s390x builds.
1381- Add Xserver.1x manpage to multiple subpackages, as it applies equally to
1382  Xorg, Xnest, Xvfb, Xephyr.
1383
1384* Mon Jun 19 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-19
1385- Add with_xnest_server conditional and disable on s390, since Xnest
1386  fails to build on there (Xlib doesn't get added to the link line).
1387- Add -f to removal of xorgconfig and others which may or may not be built.
1388
1389* Mon Jun 19 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-18
1390- Add xorg-x11-server-1.1.0-convolution-filter-fix.patch and
1391  xorg-x11-server-1.1.0-tfp-damage.patch backported to make compiz go
1392  faster and make compiz shadows work.
1393
1394* Mon Jun 19 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-17
1395- Disable filling in monitor gamma info from EDID momentarily, since drivers
1396  will use that field to set the card's gamma ramp.
1397- Backport some stuff from git: cw crash fix, faster pci scanning, some
1398  log message cleanup.
1399
1400* Fri Jun 16 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-16
1401- Enable spec support for s390, s390x, alpha, sparc, and sparc64 architectures.
1402- Add with_hw_servers conditional to disable hardware servers on s390/s390x.
1403- Add with_dmx_server to disable DMX on s390/s390x.
1404- Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for
1405  dependency futureproofing.
1406- Force "--disable-dri" on s390/s390x, to attempt to work around ./configure
1407  failure to find libdrm, which should not be needed on s390 builds anyway.
1408
1409* Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-15
1410- Add loader infrastructure for publishing PCI ID lists in the drivers, and
1411  autodetecting drivers based on that.  Currently unused since no drivers
1412  publish such a list yet.
1413- Fix mouse autoconfig to use /dev/input/mice instead of /dev/mouse.
1414
1415* Wed Jun 14 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-14
1416- Change selection atom to _COMPIZ_GL_INCLUDE_INFERIORS in
1417  xorg-x11-server-1.1.0-gl-include-inferiors.patch.
1418
1419* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-13
1420- put back my -fPIC patch, libxf86config isn't built with fPIC otherwise
1421
1422* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-12
1423- Add EDID mode autodetection.
1424
1425* Mon Jun 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-11
1426- Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL
1427  rendering include child windows.
1428
1429* Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-10
1430- Misc build fixes for ppc64.
1431
1432* Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-9
1433- --enable-xorg on ppc64 too.
1434- Re-add cvt, got dropped somehow.
1435
1436* Fri Jun 09 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-8
1437- Add our friend, libtool, to BuildRequires.
1438
1439* Thu Jun 08 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-7
1440- Change "BuildRequires: freetype-devel >= 2.1.10" to 2.1.9, as Xorg 7.0
1441  contains 2.1.9 in "extras" and 7.1 does not appear to have a requirement on
1442  a newer freetype.
1443- Janitorial cleanups for spec file changelog consistency.
1444- Call aclocal before automake, otherwise automake >= 1.9.6 is required in
1445  order to rebuild the package.
1446- Build 1.1.0-4, 1.1.0-5, and 1.1.0-6 appear to have failed in brew but nobody
1447  fixed them.  It appears automake 1.9 breaks the build.
1448
1449* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-6
1450- BR automake and autoconf
1451
1452* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-5
1453- build on ppc64 so that we have an X server there
1454
1455* Tue Jun 06 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-4
1456- Hack the kdrive makefile to only attempt to build Xephyr, avoids linking
1457  sixteen extra servers just to delete them.
1458- Move cvt to the default install set, same as gtf.
1459
1460* Mon Jun 05 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
1461- Drop the libxf86config -fPIC patch, just build the whole thing with
1462  --with-pic instead.  Add void and evdev to the required driver list for
1463  upcoming autoconfig magic.
1464
1465* Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
1466- Add "Requires: xorg-x11-proto-devel >= 7.1-1" to sdk for numerous (52) bug
1467  reports of drivers failing to build with mock.
1468
1469* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
1470- Xorg 7.1 final.
1471
1472* Tue May 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.99.903-2
1473- Disable dependency on xorg-x11-drivers package, for OLPC.  (#191781)
1474- Add "BuildRequires: freetype-devel >= 2.1.10" for bug (#192021)
1475
1476* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.903-1
1477- Update to 7.1RC3, plus experimental fix for fdo bug #6827.
1478
1479* Mon May 01 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.902-1
1480- Update to 7.1RC2 plus fix for CVE 2006-1526.  Disable the fastpathing
1481  patch for fdo bug #4320 since that should be covered in the generic
1482  Render code now.
1483
1484* Mon Apr 24 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-6
1485- Backport a Render crash fix from HEAD.
1486
1487* Thu Apr 13 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-5
1488- Update spiffiffity patch to only suppress move damage events for
1489  manually redirected windows.
1490
1491* Wed Apr 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-4
1492- Bump for rawhide build.
1493
1494* Wed Apr 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-3
1495- Add xorg-x11-server-1.0.99.901-cow-fix.patch to fix crash when
1496  releasing the COW.
1497
1498* Tue Apr 11 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-2
1499- Bump for fc5 build.
1500
1501* Sat Apr 08 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-1
1502- Update to 7.1 RC1.
1503
1504* Thu Apr 06 2006 Adam Jackson <ajax@redhat.com> 1.0.99.2-2
1505- Remove LBX to match upstream policy.
1506- Add Xephyr server.
1507
1508* Tue Apr 04 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.2-1
1509- Update to 1.0.99.2 snapshot and go back to using mesa-source package.
1510- Drop xorg-server-1.0.99-composite-visibility.patch.
1511- Drop xorg-server-1.0.1-backtrace.patch.
1512- Drop xorg-server-0.99.3-rgb.txt-dix-config-fix.patch.
1513- Add xorg-server-1.0.99.2-spiffiffity.patch.
1514
1515* Thu Mar 23 2006 Kristian Hテクgsberg <krh@redhat.com>
1516- Pass --with-dri-driver-path so we're sure to point it to the right path.
1517
1518* Wed Mar 22 2006 Soren Sandmann <sandmann@redhat.com> 1.0.99.1-2
1519- Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing
1520  titlebars in compositing metacity.
1521
1522* Tue Mar 21 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.1-1
1523- Update to 1.0.99.1 snapshot.
1524
1525* Mon Mar 06 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-8
1526- build libxf86config with -fPIC (#181292)
1527- fix sgi 1600sw extra mode (#182430)
1528
1529* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7
1530- install randrstr.h as part of sdk as required for building some drivers
1531
1532* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com>
1533- Added xorg-server-1.0.1-backtrace.patch which enables the Xorg server's
1534  built in backtrace support by default, as it was inadvertently disabled in
1535  7.0.
1536
1537* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-6.1
1538- bump again for double-long bug on ppc(64)
1539
1540* Wed Feb 08 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
1541- Added xorg-x11-server-1.0.1-Red-Hat-extramodes.patch which is a merger of
1542  XFree86-4.2.99.2-redhat-custom-modelines.patch and
1543  xorg-x11-6.8.2-laptop-modes.patch from FC4 for (#180301)
1544- Install a copy of the vesamodes and extramodes files which contain the list
1545  of video modes that are built into the X server, so that the "rhpxl" package
1546  does not have to carry around an out of sync copy for itself. (#180301)
1547
1548* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
1549- Updated "BuildRequires: mesa-source >= 6.4.2-2" to get fix for (#176976)
1550
1551* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
1552- Fix brown paper bag error introduced in rpm post script in 1.0.1-4.
1553
1554* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
1555- Added xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch with changes
1556  suggested by ajax to fix (fdo#4320).
1557- Cosmetic cleanups to satiate the banshees.
1558
1559* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
1560- Added xorg-x11-server-1.0.1-fbpict-fix-rounding.patch from CVS HEAD.
1561- Added xorg-x11-server-1.0.1-SEGV-on-null-interface.patch which prevents a
1562  SEGV on null interfaces (#174279,178986)
1563
1564* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
1565- Updated to xserver 1.0.1 from X11R7.0
1566
1567* Thu Dec 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-3
1568- Added "Provides: libxf86config-devel = %{version}-%{release}" to sdk package.
1569
1570* Wed Dec 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
1571- Added xserver-1.0.0-parser-add-missing-headers-to-sdk.patch to provide the
1572  necessary libxf86config.a headers to be able to use the library. (#173084)
1573
1574* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
1575- Updated to xserver 1.0.0 from X11R7 RC4
1576- Removed the following patches, which are now integrated upstream:
1577  - xorg-server-0.99.3-rgb.txt-dix-config-fix.patch,
1578  - xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch
1579- Changed manNx directories to manN to match upstream defaults.
1580- Added libxf86config.a to sdk subpackage.
1581- Updated build dependency of "mesa-libGL-devel >= 6.4.1-1"
1582- Added "BuildRequires: xorg-x11-font-utils >= 1.0.0-1" to be able to query
1583  the fontdir from fontutil.pc which is implemented currently by a custom
1584  patch.
1585- Enable xtrap, xcsecurity, xevie, and lbx on all builds, not just DRI builds.
1586- Fix sdk installation path, so that drivers can find the files again.
1587- Update file manifest, to deal with X server modules that have moved to
1588  a subdir, etc.
1589
1590* Mon Nov 28 2005 Kristian Hテクgsberg <krh@redhat.com>
1591- Add a few missing BuildRequires.
1592
1593* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-9
1594- Added "Requires: xorg-x11-drivers >= 0.99.2-4" as a dependency of the Xorg
1595  subpackage, to ensure that anaconda installs all of the drivers during OS
1596  installs and upgrades, as requested by Jeremy Katz.
1597
1598* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-8
1599- Added xorg-server-0.99.3-rgb.txt-dix-config-fix.patch which fixes the
1600  --with-rgb-path option to actually *work*.
1601- Updated libdrm dep to 1.0.5
1602
1603* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-7
1604- Update xorg-x11-server-utils dep to 0.99.2-5 to ensure rgb.txt is installed
1605  in correct location - _datadir/X11/rgb
1606- Added --with-rgb-path configure option to specify _datadir/X11/rgb so the
1607  X server finds the rgb.txt database properly, for bugs (#173453, 173435,
1608  173428, 173483, 173734, 173737, 173594)
1609- Added xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch to prevent SSE/MMX
1610  code from being activated on non-capable VIA CPU. (#173384,fdo#5093)
1611
1612* Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
1613- Add the missing rpm pre script from monolithic xorg-x11 packaging,
1614  clean it up a bit, reorder it for slight performance gain.
1615- Add some perl magic to pre script to remove RgbPath from xorg.conf,
1616  in order to fix bug (#173036, 173435, 173453, 173428)
1617- Add more perl magic to pre script to update ModulePath to the new
1618  location if it is specified in xorg.conf.
1619- Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic
1620  xorg-x11 package to fix Xinerama bug.
1621- Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey
1622  stipple once again for bug (#173423).
1623- Added "BuildRequires: libdrm-devel" for DRI enabled builds.
1624
1625* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
1626- Xorg server should be suid for users to be able to run startx (#173064)
1627
1628* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
1629- Added temporary "BuildRequires: libXfont-devel >= 0.99.2-3" and
1630  "Requires: libXfont-devel >= 0.99.2-3" to ensure early-testers of
1631  pre-rawhide modular X have installed the work around for (#172997).
1632- Added implementation specific "Requires: xkbdata" to Xorg subpackage, as
1633  we want to ensure the xkb data files are present, but allow us the option
1634  of easily switching implementations to "xkeyboard-config" at a future
1635  date, if we decide to go that route.
1636- Re-enable _smp_mflags during build.
1637- Added "Requires: xorg-x11-drv-vesa" to Xorg subpackage (#173060)
1638
1639* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-3
1640- provide Xserver
1641- add another requires for basic bits
1642
1643* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-2
1644- add some deps to the Xorg subpackage for base fonts, keyboard and mouse
1645  drivers, and rgb.txt that the server really wont work without
1646
1647* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
1648- Update to xorg-server-0.99.3 from X11R7 RC2.
1649- Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
1650
1651* Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
1652- Added "Requires: xkbcomp" for Xorg server, as it invokes it internally.
1653
1654* Wed Nov 09 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
1655- Added "BuildRequires: libXtst-devel" for Xtst examples.
1656
1657* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
1658- Added versioning to Xorg virtual Provide, to allow config tools and driver
1659  packages to have version based requires.
1660
1661* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
1662- Update to xorg-server-0.99.2 from X11R7 RC1.
1663- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
1664- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
1665- Added dmx related utilities to Xdmx subpackage.
1666- Individually list each X server module in file manifest.
1667- Hack man1 manpages to be installed into man1x.
1668- Add the following ./configure options --disable-dependency-tracking,
1669  --enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
1670  --enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
1671  --with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
1672- Added getconfig, scanpci et al to Xorg subpackage
1673- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
1674  conditionally, defaulting to "off".  These utilities are potentially
1675  dangerous and can physically damage hardware and/or destroy data, so are
1676  not shipped by default.
1677- Added "BuildRequires: libdmx-devel" for dmx utilities
1678- Added "BuildRequires: libXres-devel" for Xres examples
1679- Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY
1680
1681* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.2
1682- Fix license tag to be "MIT/X11"
1683- Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest
1684
1685* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.1
1686- Update BuildRequires for new library package naming (libX...)
1687- Use Fedora Extras style BuildRoot tag
1688- Invoke make with _smp_mflags to take advantage of SMP systems
1689
1690* Tue Aug 30 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-2.cvs20050830
1691- Go back to %spec -n, use new cvs snapshot that supports overriding
1692  moduledir during make install, use %makeinstall.
1693- Drop %{moduledir}/multimedia globs.
1694
1695* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
1696- Added build dependency on xorg-x11-libfontenc-devel, as the build fails
1697  half way through without it, even though upstream dependencies do not
1698  specify it as required.
1699
1700* Tue Aug 23 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-1
1701- Initial spec file for the modular X server.
Note: See TracBrowser for help on using the repository browser.