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

Revision 585, 59.1 KB checked in by daisuke, 14 years ago (diff)

xorg-x11-server-1.7.99.901-1.20100304
update to git snapshot

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