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

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