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

Revision 4625, 60.9 KB checked in by Takemikaduchi, 13 years ago (diff)

xserver: update to 1.10.4, others: fix spec file

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