source: projects/specs/branches/6/x/xorg-x11-server/xorg-x11-server-vl.spec @ 8116

Revision 8116, 62.2 KB checked in by iwamoto, 10 years ago (diff)

xorg-x11-server: fix security issues

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