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

Revision 12392, 64.5 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

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