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

Revision 2814, 60.6 KB checked in by Takemikaduchi, 13 years ago (diff)

upload: xserver-1.10.0

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