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

Revision 9190, 64.5 KB checked in by iwamoto, 9 years ago (diff)

xorg-server: fix CVE-2014-8091 - 8102

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