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

Revision 996, 59.6 KB checked in by daisuke, 14 years ago (diff)

xorg-x11-server: update to 1.8.1

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