source: projects/specs/trunk/x/xorg-x11-server/xorg-x11-server-vl.spec @ 521

Revision 521, 58.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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