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

Revision 7757, 62.0 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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