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

Revision 9814, 63.5 KB checked in by Takemikaduchi, 8 years ago (diff)

xorg-x11-server: remove patches
gnome-session: add patch
gdm: remove unused configure options

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