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

Revision 8784, 62.8 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.15.2

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