Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors

XFree86-xfs-4.3.0-62.EL RPM for sh4

From sh4 little endian packages

Name: XFree86-xfs Distribution: Unknown
Version: 4.3.0 Vendor: Unknown
Release: 62.EL Build date: Tue Jul 6 23:18:21 2004
Group: System Environment/Daemons Build host: sh2004.itonet.co.jp
Size: 176740 Source RPM: XFree86-4.3.0-62.EL.src.rpm
Url: http://www.xfree86.org
Summary: A font server for the X Window System.
XFree86-xfs contains the font server for XFree86.  Xfs can also serve
fonts to remote X servers. The remote system will be able to use all
fonts installed on the font server, even if they are not installed on
the remote computer.

Provides

Requires

Copyright

XFree86

Signatures

MD5: 998cdf6a0ddeb49e91d12652828ea75d

Changelog

* Thu Mar 04 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-62.EL
  - Built 4.3.0-62.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
* Fri Feb 27 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-62
  - Added new 2D driver from Alan Cox for Voodoo 1/2 hardware that does not
    require Glide in order to function, and provides RENDER acceleration and
    various other improvements above and beyond the XFree86 supplied "glide"
    driver which we have not shipped in the past.  Driver version 1.0beta3.
  - Use new macros via_driver_name and voodoo_driver_name to avoid complexities
    in host.def with XF86ExtraCardDrivers define.
* Fri Feb 27 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-61
  - Added XFree86-4.3.0-keyboard-disable-ioport-access-v3.patch as a final patch
    without debug logging enabled, to fix (#115769)
  - Added spec file macro 'with_savetemps' for debugging purposes, disabling it
    by default.  When used, it is set up to only get used on x86 for
    build_rawhide and build_psyche builds
  - Added XFree86-4.3.0-ati-ia64-no-nonpci-ioport-access.patch to fix ati driver
    issue on ia64 which causes IBM x455 system to machine check.  Also added
    "#define ATIAvoidNonPCI YES" to host.def to activate this fix only on ia64
    builds (#112175)
* Wed Feb 25 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-60
  - Added XFree86-4.3.0-keyboard-disable-ioport-access-v2.patch to try to
    fix (#115769)
  - Changed mkxauth to call chown as foo:bar instead of foo.bar as the latter
    syntax has been deprecated
  - Added XFree86-4.3.0-minor-typo.patch to fix a trivial typo that I spotted
    in an error message in linux int10 code.
  - Remove Buildrequires kudzu-devel, pciutils-devel, both of which were added
    on Mar 21, 2001 when Glide3 was included in the XFree86 packaging, but are
    no longer necessary.  I detected this when the buildsystem failed my build
    due to being unable to meet the dependancy on kudzu-devel, and further
    investigation showed that dependancy is no longer necessary.
  - Added XFree86-4.3.0-xcursorgen-check-malloc-return.patch to make xcursorgen
    check the return codes on malloc before referencing allocated memory
  - Added XFree86-4.3.0-redhat-xcursorgen-do-not-build-included-cursors.patch to
    stop building the XFree86 supplied Xcursor cursors as we do not ship them
* Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-59
  - Added XFree86-4.3.0-xrandr-manpage-typo-fix.patch to fix manpage (#83702)
  - Added XFree86-4.3.0-radeon-9200-dvi-snow.patch to fix issue on Radeon 9200
    when using DVI panel and encountering snow and other artifacts (#112073)
  - Updated XFree86-4.3.0-debug-logging-ioport-based-rate-setting.patch to have
    it patch both lnx_kbd.c and lnx_io.c because both files insanely contain
    identical cut and pasted copies of the exact same source code, so nothing
    shows up in the X server log when testing with previous patch as the calls
    never got invoked in lnx_kbd.c (#115769)
* Wed Feb 18 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-58
  - Added XFree86-4.3.0-debug-logging-ioport-based-rate-setting.patch to get
    some useful debugging information as to why the X server seems to be unable
    to use the KDKBDREP ioctl(), and is falling back to direct I/O port bashing,
    which causes problems in the kernel (#115769)
  - Removed /usr/X11R6/lib/X11/fonts/misc and /usr/X11R6/lib/X11/fonts/cyrillic
    from the default xfs font path, as /usr/X11R6/lib/X11/fonts/misc:unscaled is
    present by default, which is what we want, and the cyrillic one gets added
    automatically if cyrillic fonts get installed.
  - Updated libXrender to the version 0.8.4 maintenance release, which fixes a
    problem in 0.8.3 that caused antialiased fonts to be inadvertently disabled
    in Qt/KDE, and also caused color mouse pointers to appear as outlines
    on Radeon 7500 using Xinerama (#109351,109897)
  - Updated libXft to version 2.1.3 from freedesktop.org xlibs, and enabled it
    for build_rawhide and build_psyche just for testing purposes for now.
  - Conditionalize the patches XFree86-4.3.0-fixes-for-freetype-2.1.7-v2.patch,
    and XFree86-4.3.0-redhat-xft-loadtarget.patch to only be applied when
    with_new_xft is 0, as it is not needed for Xft 2.1.3
  - Added XFree86-4.3.0-SDK-add-missing-includes-for-synaptics.patch from
    Paul Nasrat, to fix the SDK so that 3rd party drivers such as "synaptics"
    can be built in external rpm packages (#99351,103498,114804)
  - Comment out host.def supported driver list for alpha architecture, and just
    build the default drivers, as we no longer have official Alpha products, so
    there is no reason to restrict driver support to hardware that works or is
    reasonably considered to work.  Ship it all and see what breaks.
  - Disabled tdfx driver DRI support in Fedora Core development, as we have
    at least temporarily deprecated Glide3 due to it no longer compiling
    properly.  Alan was working on fixing this, so we will probably re-enable
    tdfx DRI support once Glide3 is working again.
  - Removed XFree86-4.3.0-fixes-for-freetype-2.1.7-v2.patch and replaced it
    with XFree86-4.3.0-general-fixes-for-freetype-2.1.7.patch which excludes
    Xft2 fixups, and XFree86-4.3.0-xft-2.1.2-fixes-for-freetype-2.1.7.patch
    which includes only Xft2 fixups needed for xft-2.1.2, as 2.1.3 includes
    this fix already
* Sun Feb 15 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-57
  - Oops, now we change DevelDriDrivers to DevelDRIDrivers so that the via DRI
    driver actually builds this time.
  - Oops, now we change '%define DevelDRIDrivers' to '#define DevelDRIDrivers'
    so that the via DRI driver actually builds this time.
  - Added XFree86-4.3.0-build-libXinerama-before-libGL-for-via-driver.patch
    because the via DRI driver links against libXinerama, and seems to be the
    only DRI driver which does so.  This patch causes libXinerama to be
    compiled before libGL to ensure the via driver will link properly.
* Sat Feb 14 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-56
  - Happy VIAlentines Day Edition.  Feel the love.
  - Updated the 'via' driver to latest driver from Alan Cox, which contains
    DRI support among other things.  Only enabled for build_rawhide and
    build_psyche for the time being, until it has been adequately tested.
  - Added DevelDriDrivers to host.def with 'via' driver added, conditionalized
    to the with_via_dri_driver macro
  - Conditionalize with_via_driver to only build on x86 architecture
  - Added XFree86-4.3.0-i740-missing-symbol-vbeFree.patch to add a missing
    symbol to the i740 driver (#115676)
  - Built 4.3.0-56 with target build_rawhide for Fedora Core development
* Thu Feb 12 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-55
  - Added {x11datadir}/X11/xinit back to package list, which seems to have been
    inadvertently dropped during attempts to get package to compile on Red Hat
    Linux 9 s390 builds earlier this week.
  - Built 4.3.0-55 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-55.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.55 with target build_shrike for Red Hat Linux 9 erratum
* Wed Feb 11 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-54
  - Added XFree86-4.3.0-libXfont-security-CAN-2004-0083-CAN-2004-0084-CAN-2004-0106.patch
    to fix all recent security flaws in libXfont which are outlined in
    CAN-2004-0083, CAN-2004-0084, CAN-2004-0106, discovered by iDefense, David
    Dawes and others.  This patch replace all previous libXfont patches from
    XFree86 builds 4.3.0-49 through to present.
  - Added XFree86-4.3.0-libXfont-security-CAN-2004-0083-CAN-2004-0084-CAN-2004-0106-v2.patch
    which is the same as the above patch, but modified to cleanly apply to 4.3.0,
    renamed to keep all patches present in src.rpm for comparative purposes.
  - Built 4.3.0-54 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-54.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.54 with target build_shrike for Red Hat Linux 9 erratum
* Tue Feb 10 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-53
  - Added XFree86-4.3.0-security-dirname-CAN-2004-0106.patch which replaces
    XFree86-4.3.0-security-fonts-alias-dirname3.patch, the new patch being the
    same but without the second hunk, as the patch Keith wrote for CAN-2004-0083
    and CAN-2004-0084 already handled that issue so there was a conflict.
  - Built 4.3.0-53 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-53.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.53 with target build_shrike for Red Hat Linux 9 erratum
* Tue Feb 10 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-52
  - Added XFree86-4.3.0-security-fonts-alias-dirname3.patch in order to fix 2
    additional buffer overflows in libXfont, discovered by iDefense and David
    Dawes.  No CVE assignment has been provided yet.
  - Built 4.3.0-52 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-52.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.52 with target build_shrike for Red Hat Linux 9 erratum
* Tue Feb 10 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-51
  - Added XFree86-4.3.0-security-dirname-CAN-2004-0083-CAN-2004-0084-keithp.patch
    alternative patch written by Keith Packard, to fix CAN-2004-0083 and
    CAN-2004-0084 security issues
  - Added XFree86-4.3.0-security-fonts-alias-dirname-CAN-2004-0084.patch to the
    package, but disabled for now while we test the above patch from Keith
    Packard which addresses both security issues.
  - Built 4.3.0-51 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-51.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.51 with target build_shrike for Red Hat Linux 9 erratum
* Mon Feb 09 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-50
  - Fix issues detected in QA testing
  - Built 4.3.0-50 with target build_yarrow for Fedora Core 1 erratum
  - Built 4.3.0-50.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
  - Built 4.3.0-2.90.50 with target build_shrike for Red Hat Linux 9 erratum
* Wed Feb 04 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-2.90.49
  - Built 4.3.0-2.90.49 with target build_shrike for Red Hat Linux 9 erratum
  - Split {_x11datadir}/X11/etc/* glob previously wrapped using with_Xserver into a
    with_xterm portion and with_Xterm portion with the dir being always included,
    in order to work around obscure build failure on s390 on RHL 9.  Yes this is
    an insane problem to have to fix because we do not ship an RHL 9 s390 product
    and never will.  But we seek perfection however, and who knows, maybe next
    week we will release a Red Hat Linux 9 port to s390 for consumer desktops or
    something.  <grin>
  - Rename with_included_xterm macro to with_xterm for naming consistency with
    other options, as it threw me off.
* Wed Feb 04 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-49.EL
  - Built 4.3.0-49.EL with target build_taroon for Red Hat Enterprise Linux 3 erratum
* Wed Feb 04 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-49
  - Added XFree86-4.3.0-security-fonts-alias-dirname-CAN-2004-0083.patch to
    fix security issue in core fonts backend reported by iDefense in CAN-2004-0083
  - Added build_maintainer_mode distribution version autodetection to simplify
    local build testing procedures, added dist_ver macro, dist_test parameterized
    macro (to keep jbj on his toes), and updated build_xxxx target autoconfig
    when build_auto_mode is enabled.  This only affects local builds, not any
    Red Hat builds.
  - Enabled radeon-agp-detection-using-capability-list-walk patch on all builds,
    which was inadvertently left off on some due to misplaced macro conditional
  - Built 4.3.0-49 with target build_yarrow for Fedora Core 1 erratum
* Sun Feb 01 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-45.0.2.EL.test
  - Rebuilt with build_taroon for RHEL 3 testing
* Sat Jan 31 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-45.0.2
  - Added XFree86-4.3.0-Xserver-dix-xkb-key-repeating-bug-CVS-backport.patch
    to fix a bug in DIX when xkb is being used that causes keys to repeat
    spuriously on some hardware under certain system loads.  This patch has been
    backported from the 4.3.0-48 developmental head package. (#76959,114635)
  - Added XFree86-4.3.0-XRes-IncludeSharedObjectInNormalLib.patch to make
    libXRes get built PIC for bug (#114292)
  - Updated XFree86-4.3.0-missing-lib-sharedreqs.patch to remove dependancy on
    libXt caused by improper dependancy listing in SharedXmuuReqs (#113336)
* Thu Jan 29 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-45.0.1.EL.test
  - Build test release for RHEL3 U2 testing
* Wed Jan 28 2004 Mike A. Harris <mharris@redhat.com> 4.3.0-45.0.1
  - Temporary fork of 4.3.0-45 to add some patches for test builds, until post
    4.3.0-45 (4.3.0-46 through 4.3.0-50) local-work-in-progress stuff is in
    clean enough shape for tree inclusion
  - Added XFree86-4.3.0-fixes-for-freetype-2.1.7-v2.patch so that XFree86 will
    build properly against freetype 2.1.7 (#114343)
* Sun Nov 30 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-45
  - Implemented new AGP/PCI autodetection in the Radeon driver by examining PCI
    configuration space and walking the PCI extended capabilities list in order
    to determine if the device implements the AGP capability.  This code should
    work on _any_ AGP/PCI hardware generically and should be factored out into
    generic X server code in future XFree86 releases so all drivers can benefit
    from it.  XFree86-4.3.0-radeon-agp-detection-using-capability-list-walk.patch
    should fix all Radeon PCI/AGP autodetection bugs, including (#111191).  Some
    AGP Radeon users may experience a performance boost with this new driver if
    their card was misdetected and treated as PCI before, as pcigart mode works
    on AGP hardware, but is slower than using AGP.
  - Fixed build_rawhide to work the same as build_yarrow everywhere since the
    two are functionally identical for the time being.
* Wed Nov 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-44.EL
  - Rebuilt 4.3.0-44 as 4.3.0-44.EL for RHEL3 QU1 update
* Wed Nov 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-44
  - Added XFree86-4.3.0-libfontenc-IncludeSharedObjectInNormalLib.patch to fix
    KDE build problem on AMD64 which links to the static libfontenc library and
    fails because it wasn't compiled with -fPIC, reported in bug (#111058)
  - Enable the open source vmware_drv.o video driver that ships with XFree86 on
    all builds now, to supply this driver as-is to users as a convenience
    although it is still unsupported by Red Hat.  Users encountering video or
    other X related problems with this driver, need to report their problems
    directly to XFree86.org, or to VMware Inc.
  - Rebuild in rawhide for FC2 development
* Fri Nov 14 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-43.1
  - Added XFree86-4.3.0-nv-riva-videomem-autodetection-debugging.patch to be
    able to debug Riva TNT memory autodetection problems in the future (#109459)
  - Added new build_rawhide flag to wrap experimental changes and test patches
    with for Rawhide builds
  - Rename rpm macro from tlssubdir to _tlsdir, and enforce it's usage everywhere
    in the spec file
* Mon Nov 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-2.90.43
  - Rebuild 4.3.0-43 for Red Hat Linux 9 erratum with build_shrike set
* Mon Nov 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-43
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-11-03.patch to pick up latest
    fixes in the XFree86 4.3.x stable branch including:
    - Fix for crash on ia64 because of wrong setjmp buffer alignment (John Dennis)
    - Close freetype fontfile filehandle in mkfontscale, this prevents problems
      from limitation of simultaniously open files
    - Fixed erronous freeing of DisplayModeRec in xf86DeleteMode() when
      deleting the modePool in xf86PruneDriverModes() the 'prev' member has
      a different meaning for modePool modes than for ScrnInfoPtr->modes modes
      where it creates a doubly linked list
    - Fix some i830+ VT switch/exit crashes
    - Fix DRM_CAS on ia64 as used by the DRI (Bugzilla #778, John Dennis).
  - Removed XFree86-4.3.0-Xlib-XIM-bugfix-from-XFree86-bugzilla.patch,
    XFree86-4.3.0-ia64-setjmp-alignment.patch
  - Updated XFree86-4.3.0-ia64-drm-locking.patch as part of it is in the stable
    branch patch now.
  - Updated some spec file comments, and other mostly cosmetic changes.
  - Fixed some mistakes in spec file changelog dates.
* Wed Oct 29 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-42.2
  - Enable new Radeon support patches for shrike builds also to support newer
    Radeon hardware, so future erratum picks up these enhancements.
  - Backport XFree86-4.3.0-RandR-refresh-rate-rounding-error-fix-from-CVSHEAD.patch
    from CVS HEAD in order to fix bug (#108008)
  - Added XFree86-4.3.0-vidmode-SEGV-fix-from-CVS-HEAD.patch, backported from
    CVS HEAD to fix a SEGV in the vidmode extension (#101276)
  - Renamed build_cambridge target to build_yarrow to indicate the change from
    project name to final product name.
  - Added XFree86-4.3.0-rendition-complete-driver-backport-CVS20031031.patch which
    is a backport of the rendition driver from CVS head, including a couple bug
    fixes and the rest of changes are cosmetic.  (#108693)
  - Disabled XFree86-4.3.0-rendition-disable-cause-of-SEGV.patch which should now
    be obsolete from above rendition driver backport.
* Fri Oct 24 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-42
  - This release is the long awaited answer to the meaning of life, the universe
    and everything.
  - Added XFree86-4.3.0-redhat-exec-shield-GNU-stack.patch to make the complete
    XFree86 build including Mesa et al. exec-shield friendly (arjanv, mharris)
  - Updated to new XFree86-4.3.0-Mesa-SSE-fixes-from-MesaCVS-v2.patch which
    should fix compatibility problems between DRI and 2.6.x kernels which were
    caused by the previous version of this patch.  Linus reported the fix for
    this with details of the problem, and explanation of the solution, which I
    extracted out of CVS (#107932,106566,107829)
* Mon Oct 20 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-41
  - Added XFree86-4.3.0-ucs2any-C-implementation.patch which implements ucs2any
    in C, and is slightly faster than the ucs2any.pl perl script
* Mon Oct 13 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-40
  - More xfs initscript cleanups
  - Added XFree86-4.3.0-ia64-drm-locking.patch from John Dennis, to fix DRI
    locking deadlock on ia64 architecture (#104338,103936)
* Fri Oct 10 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-39
  - Fixed brown paper bag bug - missing "; then" in if clause of xfs initscript
* Thu Oct 09 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-38.1
  - Added conditional option with_bail_on_undef_syms which currently sets
    SharedLibraryLoadFlags to "-shared -Wl,-z,defs" in order to cause linking to
    fail completely when undefined symbols are found.  Mesa compilation blows
    up, so I've disabled this option for now until I have proper time to spend
    on an investigation sometime in the future.
* Wed Oct 08 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-38
  - Updated xfs initscript to improve startup performance by not triggering the
    creation of fonts.dir due to new fonts.cache* files being found (#97240).
  - Updated xfs initscript to handle Opentype (otf, otc) fonts by calling
    mkfontscale + mkfontdir on them.
  - Updated xfs initscript to ignore all known font metadata file types when
    determining wether or not to trigger mkfontdir on non-truetype/non-opentype
    font file types.
  - Updated xfs initscript to run fc-cache if fonts.dir files get updated in any
    way.  This is disabled for fc-cache version 1.0.2 which shipped on Red Hat
    Linux 8.0, as it SEGV's for some reason on that release, and 4.3.0 isn't
    officially supported for that release.
  - Updated xfs initscript to use "grep -qs" instead of output redirection in
    all grep invocations, as it is a bit cleaner code, possibly even faster.
  - Call mkfontscale in Syriac-fonts rpm post and postun scripts to properly
    generate fonts.scale and fonts.dir for these Opentype fonts.
  - Added XFree86-4.3.0-missing-lib-sharedreqs.patch to make sure libDPS,
    libXmuu, libXfont, libXp, libXpm, libXrandr, and libXv get linked to their
    dependant libraries when building XFree86, so that undefined symbols do not
    prevent prelinking from working.  This solves other problems too, and now
    obsoletes the previous XFree86-4.3.0-missing-SharedXfooReqs.patch, and
    XFree86-4.3.0-libXrandr-missing-sharedreqs.patch patches as well (#106661)
* Mon Oct 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-37
  - Added XFree86-4.3.0-radeon-autodetect-pci-or-agp-cards.patch which is a
    backport from CVS of new code to autodetect wether a given card is AGP or
    PCI by reading PCI config space.  This simplifies future updates to the
    radeon driver for future Radeon hardware.  Older driver update patches
    can further be simplified later on to remove some unnecessary cruft from
    them.
  - Updated XFree86-4.3.0-radeon-support-backport-from-CVS-v2.patch to fix a few
    missing chip IDs in a section of radeon_driver.c
  - Enabled DRI support for ppc for build_cambridge target
* Mon Oct 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-36.2
  - This build contains conditionalized build changes for RHL 8.0, intended to
    allow pain free compilation and installation of 4.3.0 in RHL 8.0.  All
    changes are conditionalized to build_psyche to limit their effects strictly
    to RHL 8.0 builds unless the change is an obvious no-risk fix that wont
    harm current development or erratum.
  - Renamed fontconfig-2.1-slighthint.patch due to a problem which was reported
    by a user recompiling XFree86 on Red Hat Linux 8.0, getting a fontconfig
    dependancy, recompiling and installing fontconfig, and then trying to
    recompile XFree86 from their previously installed XFree86 source rpm.  Both
    XFree86 and fontconfig contain a patch of the same name, and the fontconfig
    one overwrote the one from the XFree86 packaging.  The two patches are
    identical but the directory paths modified to match XFree86's fontconfig path.
    The new patch name is XFree86-4.3.0-redhat-fontconfig-2.1-slighthint.patch
  - Added "Provides: Xft-devel = %{xftver}" to XFree86-devel and "Provides:
    Xft = %{xftver}" to XFree86-libs, both wrapped with build_psyche for Red Hat
    Linux 8.0 compatibilty as many packages brokenly hardcode Xft dependancies
  - Disabled the Conflicts: Xft-devel and Conflicts: Xft lines from the -libs and
    -devel packages as they seem to prevent upgrades from working from XFree86
    4.2.x to 4.3.0 on RHL 8.0 systems as the package both provides, and obsoletes,
    Xft and Xft-devel, and the 'conflicts' line seems to make it conflict with
    itself.
  - Fixed some broken with_fontconfig conditionalization for cases where XFree86
    supplied fontconfig is used for building, just so the option actually works
    if someone sets it.
* Fri Oct 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-36
  - Added XFree86-4.3.0-ati-generic-shared-chip-data.patch to unify changes to
    atichip.h into a single harmless patch to avoid patch overlap and merge
    conflicts
  - Updated XFree86-4.3.0-radeon-support-from-ATI-backport-from-CVS.patch to
    remove changes to atichip.h as they're merged into the above patch instead
  - Added XFree86-4.3.0-radeon-support-backport-from-CVS.patch backport of 
    support for newer Radeon 9600/9800/IGP/Mobility hardware from CVS head,
    along with a few minor bug fixes for Mobility and IGP.  Very low risk change
    which is heavily audited, however currently configured to only build for
    cambridge and psyche until runtime tested sufficiently
  - Renamed XFree86-4.3.0-ati-radeon-dpms-on-dvi-v2.patch for consistency, to
    XFree86-4.3.0-radeon-dpms-on-dvi-v2.patch
  - Added XFree86-4.3.0-Xserver-xf86PciInfo-updates.patch which from now
    on will hold all xf86PciInfo updates.  Moved all Radeon, savage, and S3
    updates from other patches into this file.
* Fri Oct 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-35.EL
  - Rebuilt 4.3.0-35 as 4.3.0-35.EL for RHEL
* Thu Oct 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-35
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-10-02.patch to pick up latest
    fixes in the XFree86 4.3.x stable branch including:
    - xdm build fixes from previous security update
    - Use pam_strerror() to print an error message after pam_setcred() fails,
      C style unification
    - xdm portability fix
  - Added XFree86-4.3.0-Xlib-XIM-bugfix-from-XFree86-bugzilla.patch to fix
    an XIM bug introduced into XFree86 CVS in late August, reported in XFree86
    bugzilla, fixed in the trunk but not the 4.3 branch yet. (#106058)
  - The XIM bug above was introduced in XFree86-4.3.0-xf-4_3-branch-2003-09-11.patch
    which the spec file claims I added Sat Sep 6, 2003 in version 4.3.0-30, which
    would mean that release was affected also, however this isn't the case.  A
    deeper investigation shows that the changelog got the patch added, but the
    actual patch got misplaced somehow, so didn't get applied until 4.3.0-32. As
    such, I'm adding an updated comment to the 4.3.0-32 changelog entry to
    reflect this goofup.
* Mon Sep 29 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-34.2
  - Made 'hostname' use -f in BuilderString, so that the FQDN of the buildhost
    is present in X server startup log info
  - Updated server startup vendorstring for Fedora Core, RHEL, and to indicate
    Red Hat Linux distro releases 8.0 and 9
* Thu Sep 25 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-34.1
  - Added XFree86-4.3.0-savage-scaling-bz274.patch to fix (XF86 #274)
  - Added XFree86-4.3.0-savage-memleak-plug-bz278.patch to plug memory leak in
    the savage driver (XF86 #278)
  - Added XFree86-4.3.0-savage-memleak-plug-bz279.patch to plug memory leak in
    the savage driver (XF86 #279)
* Thu Sep 25 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-34
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-09-26.patch to pick up new
    security fixes from CVS
  - Updated XFree86-4.3.0-redhat-libGL-exec-shield-fixes.patch to new patch
    XFree86-4.3.0-redhat-libGL-exec-shield-fixes-v2.patch which reorders some
    includes in mem.c so it builds.  Still cambridge only. (#104029)
* Fri Sep 19 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-33.1
  - Added XFree86-4.3.0-redhat-libGL-exec-shield-fixes.patch experimental patch to
    cambridge only from John Dennis <jdennis@redhat.com> to fix libGL / DRI /
    exec-shield problems with executable page mappings (#104029,91784,101647)
  - Added XFree86-4.3.0-redhat-libGL-TLS-buildfix.patch to fix the libGL opt
    patch Imake TLS stuff.  Cosmetic only.
* Fri Sep 19 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-33
  - Created XFree86-4.3.0-Xserver-dualhead-segv-with-no-busid.patch to fix a
    problem that Roland McGrath was experiencing, where the X server will crash
    when starting on a system with one dualhead video card, with the config file
    omitting the BusID keywords.  The crash is due to a format string bug in
    xf86Helper.c during startup time in a codepath that is rarely executed.
  - Moved new Xft/Xrender tarball unpacking and preparation from build section
    to prep section where it belongs, in order for patches we apply to xft et al
    to not get missed, and also so rpmbuild -bp results in something closer to
    the actual sources we are using.  There are a few more areas needing tidying
    in this regard also.
* Wed Sep 17 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-32.EL
  - Rebuilt 4.3.0-32 with build_taroon set as 4.3.0-32.EL in order to pick up
    the libGL patch in Taroon
* Wed Sep 17 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-32
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-09-17.patch to pick up latest
    xdm security fixes from CVS stable branch "xf-4_3-branch":
    - Backport xdm code from -current, including following changes:
      - use better pseudo-random generators to generate magic cookies,
        including EGD-like prng daemons support.
      - add support for LISTEN keyword in Xaccess
      - deal with small memory leaks
      - use SIOCGLIFCONF to query network interfaces where available
      - fix XDMCP bug that could cause localhost entries in /etc/X0.hosts
        to be lost
      - add xdm /dev/random handling for Solaris
      - fix XDMCP queries on systems using getifaddrs().
      - Fix for http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0730
  - Enabled the libGL optimization patch for Taroon, but disable TLS support as
    it is experimental and only intended for Cambridge builds.
  - Updated XFree86-4.3.0-redhat-radeon-forcelegacycrt-for-alan.patch to remove
    CVS revision strings from the patch so it applies cleanly with new update
  - Dropped XFree86-4.3.0-xaa-pixmap-cache-crash-clash.patch as the stable branch
    patch update now has this fix
* Mon Sep 15 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-31
  - Added "export LANG=C" to the build and install sections of the spec file
    in hopes it will speed up all script processing during building.
  - Added xrender.pc pkg-config support using an expansion disabled here-document
    with rpm macros
* Sat Sep 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-30.EL
  - Rebuilt for Taroon
* Sat Sep 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-30
  - [CHANGELOG UPDATE] - the XFree86-4.3.0-xf-4_3-branch-2003-09-11.patch
    referenced below originally, actually got left out of this build
    inadvertently, and the changes referenced did not get included until the
    4.3.0-32 build above.  <mharris@redhat.com>
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-09-11.patch to pick up latest
    fixes from CVS stable branch "xf-4_3-branch", including:
    - Fix calculation of CRTC2 frame offset with page flipping in radeon driver
      (Michel Daenzer)
    - Fix an XAA pixmap cache server crash that can happen in some cases
      when the off-screen memory is heavily fragmented (David Dawes, based
      on #5752, Koike Kazuhiko, Chisato Yamauchi).
    - Fixed a crash when _XIMProtoOpenIM(), hich is called through XOpenIM()
      API when protocol IM is being set up,  fails (Bugzilla #618,
      Hisashi MIYASHITA).
    - Don't call FBIOPAN_DISPLAY ioctl with arguments that will cause a
      confusing if harmless error (Michel Daenzer)
    - Fixes for potential integer overflows in font libraries. (blexim,
      Matthieu Herrb).
    - For integer overflow tests, use SIZE_MAX which is more standard than
      SIZE_T_MAX, and default to ULONG_MAX for the case of LP64 systems. Based
      on reports by Matthias Scheler and Alan Coopersmith (Bugzilla #646).
  - Created a new XFree86-modules-unsupported package, and moved some of the
    modules which are unsupported and provided totally as-is into this new
    subpackage
  - Disabled SDK-add-missing-includes-for-vnc patch as it causes the X server
    build to fail, reverted to previous patch for synaptics.
  - Added XFree86-4.3.0-ia64-setjmp-alignment.patch to fix an issue with setjmp
    on ia64 which results in an X server crash when using Sun Java.  Fixed by
    John Dennis <jdennis@redhat.com> for bug IDs (#103610,104191)
  - Remove {_x11datadir}/X11/xserver on builds disabling with_Xserver, as a dead
    symlink was found by with with_dead_symlink_test.
  - Modified with_dead_symlink_test to be cleaner.
* Sat Sep 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-29.1
  - Enable libOSMesa on s390/s390x/ppc/ppc64, as it was disabled but some of the
    files were shipped anyway, and there's no really good reason to not supply it
    that I can think of.
  - Add a new conditionalized test (with_dead_symlink_test) to test for dead
    symlinks to the end of the install section of the specfile and enable it by
    default.
  - Added Requires: xterm to the XFree86-twm subpackage because twm configuration
    requires xterm by default.  This also will fix another problem where upgrading
    the XFree86 packages from from RHL 9 or earlier to XFree86 after xterm was
    split out into it's own package, will cause xterm to be lost unless the user
    manually installs the xterm package.  Now, as long as they have XFree86-twm
    installed, xterm will be dragged in as a dependancy, since it is one.  If
    anyone knows of similar xterm dependancies either in other XFree86 subpackages
    or in other Red Hat Linux packages, they should file a bug report and add me
    to the CC list.
  - Added XFree86-4.3.0-SDK-add-missing-includes-for-vnc-and-synaptics.patch as
    an updated of the SDK patch for the GPL synaptics driver (#99351)
* Sat Sep 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-29
  - Move perlification of xft.pc earlier so it has effect
  - Fix broken symlinks for libXrender.so.2 similar to the prior broken Xft libs
* Fri Sep 05 2003 Karsten Hopp <karsten@redhat.de> 4.3.0-28
  - fix typo in perl script
* Fri Sep 05 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-27
  - Build 4.3.0-27, release name (Conquest)
  - Added XFree86-4.3.0-SDK-add-missing-includes-for-vnc.patch, contributed by
    Paul Nasrat in order to help get VNC compiling with the SDK (#103824)
  - Added XFree86-4.3.0-radeon-disable-VideoRAM-option.patch which causes the
    Radeon driver to ignore any user supplied VideoRAM option in the config file,
    as the radeon driver properly autodetects RAM on all supported video hardware,
    and the option to override it is misused by users who think they have more
    RAM than they do, resulting in the creation of a problem where none existed.
    In the unlikely case a model of radeon is found that does not autodetect the
    amount of videoram properly, we can easily fix that with information provided
    by ATI at that point in time.
  - Fixed broken libXft symlinks, hopefully got it right this time.
  - Fix xft.pc file by munging @VERSION@ into the proper version
* Thu Sep 04 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-26
  - Build 4.3.0-26, release name (Brazil Nut)
  - Added XFree86-4.3.0-xaa-pixmap-cache-crash-clash.patch to fix bug in XAA
    pixmap cache code which could cause a SEGV.  Patch by Thomas Winishhofer,
    submitted to me by Daniel Stone at Debian.
  - Added XFree86-4.3.0-nls-cjk-utf8.patch fix for (#101377)
  - Added XFree86-4.3.0-Mesa-SSE-fixes-from-MesaCVS.patch fix for SSE/3Dnow
    detection problem, backported from Mesa3D CVS tree, not present in XFree86
    CVS.
  - Added XFree86-4.3.0-nls-compose-en_US.UTF8-lxo.patch to fix problem with
    us_intl keymap and funny i18n characters (#80244)
  - The XFree86-4.3.0-redhat-xft-loadtarget.patch was getting applied to the Xft
    lib that ships with XFree86 during the patch phase, but we immediately
    replace Xft with the latest Xft2 in the build section thus losing the patch,
    so I've added code in the build section to re-patch the new Xft2
  - Put the xft.pc pkg-config file back into the filelist
  - Fix libXft.so.2 symlink to libXft.so.2.1.1 instead of libXft.so.2.1 (#103636)
* Tue Sep 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-25
  - The Australian special edition release, codename (Jumbo Tiger Shrimp)
  - Re-enabled with_new_xft_and_xrender, this time using Imake, dealing with
    limiations of Imake by renaming the generated libraries to 3 digit versions
* Mon Sep 01 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-24
  - Disable Glide3 support on ia64 as it does not really work anyway
  - Disable xkb-multilayout-modifier-fix-CVS11137 as the ALT-TAB problem is back
    now, and this is the next likely candidate cause
* Thu Aug 28 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-23.dbg
  - Updated XFree86-4.3.0-redhat-libGL-opt.patch from Jakub <jakub@redhat.com>,
    so that libGL TLS support now works on all x86 class CPUs, rather than just
    i686 and higher.  New version is: XFree86-4.3.0-redhat-libGL-opt-v2.patch
  - Disabled xkb-us_intl-and-other-fixes-CVS11216 and xkb-fix-sticky-modifiers
    patches since they fix one bug, to create another, and fix that bug to
    create several more.  The original problem was much less worse and affected
    far less people.
  - Enabled with_debuglibs temporarily for debugging purposes
* Tue Aug 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-22.4
  - Added --libdir=%{_x11libdir} for Xft/Xrender stuff
* Tue Aug 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-22.3
  - Change ./configure lines of Xft/Xrender to have --prefix=/usr/X11R6
* Tue Aug 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-22.2
  - This package only compiles on Linux, and is not intended for use on other
    OSs.  Made explicit now.
  - Test build with SDK enabled to try to troubleshoot
* Thu Aug 21 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-22.1
  - Re-enabled new Xft/Xrender in order to try and debug why the builds are
    failing ONLY in the Red Hat buildsystem.
* Thu Aug 21 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-22
  - Added XFree86-4.3.0-libGL-multitexture-defines.patch to fix bug where wine
    and various other OpenGL applications wont compile with Mesa from 4.3.0 due
    to a gl.h header file bug introduced in 4.3.0 (#97840)
  - Added XFree86-4.3.0-libXrandr-missing-sharedreqs.patch to fix bug (#102924)
  - Added XFree86-4.3.0-xkb-fix-sticky-modifiers.patch to fix problem in XFree86
    rpm releases 4.3.0-19 through 4.3.0-21 which cause ALT-TAB and some other
    modifier combinations to break.  Bug (#102668)
  - Moved all xkb datafile patches to section 800-829 in specfile
  - Added conditional BuildRequires: glibc >= 2.3.2-66 and Requires: lines if
    with_GL_TLS libGL optimization patch is enabled, to ensure the system has
    the required glibc installed. (#102175)
  - Disabled the new Xft and Xrender code by toggling with_new_xft_and_xrender,
    because of an unexplainable build failure that has started occuring only in
    the Red Hat buildsystem, which I can not reproduce locally.  4.3.0-21 built
    perfectly fine in beehive, but the current rpm fails when compiling the new
    Xft, saying that ld can't find -lXrender.  I've absolutely no clue why this
    is occuring, all of the builds compile both on x86 and AMD64 locally here,
    and am unable to debug it on the systems it occurs on in the buildsystem.
* Tue Aug 19 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-21
  - Added XFree86-4.3.0-libXpm-missing-header.patch from John Dennis to fix
    bug (#101017)
  - Added XFree86-4.3.0-ia64-slowbcopy2.patch by John Dennis to replace the
    earlier patch XFree86-4.3.0-ia64-slowbcopy.patch which fixes a semi
    obscure problem in slowbcopy (#98139)
  - Integrated Keith Packard's upstream Xft-2.1.2 and Xrender-0.8.3 bugfix
    packages from fontconfig.org into XFree86 4.3.0.  This fixes a variety of
    Xft/Xrender bugs scattered throughout bugzilla against many GNOME and other
    applications, etc. (#99468, 99469)
* Mon Aug 18 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-20
  - Disabled patches XFree86-4.3.0-revert-en_US.UTF-8-Compose.patch and
    XFree86-4.3.0-en_US.UTF-8-Compose-safer.patch now to provide stock XFree86
    en_US.UTF-8 compose table.  It had been disabled days before Red Hat Linux 9
    went gold in order to minimize the risk factor of the change due to lack of
    widespread beta testing.  Upstream X has not received bug reports about any
    problems caused by the change so it seems safe.  It also should provide
    enhancements to some subset of users, and might fix some problems that have
    been reported to us, which might not be present in stock 4.3.0.  Now is a
    safer time to enable this change than 3 days before our gold release of
    RHL 9.  ;o)
* Thu Aug 14 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-19
  - Added XFree86-4.3.0-xkb-broken-modifiers-be-am-CVS10956.patch to fix modifier
    bug in be and am keymap files (#87679)
  - Added XFree86-4.3.0-xkb-it-keymap-update-CVS10957.patch to fix bugs in
    Italian keymap files (#88080)
  - Added XFree86-4.3.0-xkb-hr-keymap-fixes-CVS10967.patch to fix a small issue
    in the hr keymap files, and add a new hr_US keymap.
  - Added XFree86-4.3.0-xkb-broken-capslock-fix-CVS11006.patch to fix bug in
    DVORAK (and other) keymap files which breaks capslock. (#87494)
  - Added XFree86-4.3.0-xkb-ru-group-number-fix-CVS11092.patch to fix broken
    group number in russian map
  - Added XFree86-4.3.0-xkb-ua-add-missing-letters-fix-CVS11134.patch to add
    missing letters to Ukranian keyboard map
  - Added XFree86-4.3.0-xkb-multilayout-modifier-fix-CVS11137.patch workaround
    for problems that arise when in multi-layout map different modifier keysyms
    share the same key
  - Added XFree86-4.3.0-xkb-it-small-fix-CVS11150.patch which contains a small
    fix for the Italian layout
  - Added XFree86-4.3.0-xkb-us_intl-and-other-fixes-CVS11216.patch to add Euro
    sign support to us_intl keyboard map.  Patch also fixes various other xkb
    bugs.  (#91630)
* Thu Jul 17 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-18
  - Disabled SDK temporarily as it does not work on all architectures
  - Added XFree86-4.3.0-mouse-draglock-fix-CVS10885.patch to fix mouse draglock
    issue with buttons greater than 4
  - Added XFree86-4.3.0-restore-underline-position-in-freetype-CVS10891.patch
    which should fix some issues with mozilla in bugzilla
  - Added XFree86-4.3.0-fbdev-mode-validation-segv-fix-CVS10893.patch to fix SEGV
    in fbdev's mode validation
  - Added XFree86-4.3.0-vidmode-memleak-fixes-CVS10895.patch to fix various
    memory leaks and uninitialized struct fields in vidmode extension
* Mon Jul 14 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-17.1
  - Enabled the XFree86-sdk subpackage conditional so we have the SDK
* Thu Jul 10 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-17
  - Added Jakub Jelinek's libGL optimization patch, which allows parts of libGL
    to be built PIC without affecting performance, thus allowing apps linked to
    libGL to be prelinked (XFree86-4.3.0-redhat-libGL-opt.patch) as well as other
    optimizations
  - Toggled with_debuglibs off so X doesn't take 10 years to compile
* Wed Jul 09 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-16.EL
  - Rebuilt 4.3.0-16 as 4.3.0-16.EL for Red Hat Enterprise Linux development
* Wed Jul 09 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-16
  - Updated to XFree86-4.3.0-xf-4_3-branch-2003-07-09.patch to pick up latest
    fixes from CVS stable branch "xf-4_3-branch", including:
    - Fix repeated image problem when using a vesa video mode before starting
      the Xserver on the S3 Trio3D cards
    - Fix for a crash if a scalable font has a bitmap entry in fonts.dir
      (#5687, Bugzilla #332, Juliusz Chroboczek).
    - Fix for xfs crashes in Freetype backend (Bugzilla #242, Juliusz Chroboczek).
    - Pull twm fixes (signal handler, empty windows menu) from CVS head
  - Added XFree86-4.3.0-libXi-freeze-fix-CVS11329.patch to fix a deadlock in
    libXi where is called _XLockDisplay() twice when calling an Xi function that
    calls XGetExtensionVersion() (Bugzilla #260, Bastien Nocera, Owen Taylor)
  - Added XFree86-4.3.0-ps2-mouse-resolution-fix-CVS11329.patch to change PS/2
    mouse resolution to 8 counts/mm as some broken mice have problems with other
    values (Windows uses 8)
  - Added XFree86-4.3.0-xkbuse-avoid-roundtrip-CVS11329.patch to correct a
    precedence problem in test in xc/lib/X11/XKBUse.c XkbUseExtension(). This
    avoids an extra round trip during application startup (Bugzilla #473, Owen
    Taylor)
  - Added XFree86-4.3.0-ia64-slowbcopy.patch by John Dennis <jdennis@redhat.com>
    to insert a short delay in the xf86SlowBcopy() routine and prevent PCI bus
    lockups on ia64 which were observed with the nv driver (#98139)
* Mon Jun 09 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-15.1
  - Added XFree86-4.3.0-via-driver-cvs20030611.tar.bz2 snapshot from XFree86 CVS
    to add support for the VIA EPIA onboard Castlerock CLE266 video chipset
* Fri Jun 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-15
  - Removed "#!/bin/bash" from top of specfile as midnight commander 4.6.0 now
    has built in rpm specfile highlighting!  YaY!
  - Added XFree86-4.3.0-mga-enable-video-rom-before-using.patch to fix long
    standing bug in mga driver which causes an MCA on Alpha and likely other
    platforms as well (#91711)
* Tue Jun 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-14.EL
  - Rebuild 4.3.0-14 as 4.3.0-14.EL for Red Hat Enterprise Linux development
* Tue Jun 03 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-14
  - Added XFree86-4.3.0-ia64-pci-infinite-loop.patch fix for a problem that
    occurs while doing a pci scan on Intel Tigers which leaves pci data structure
    with multiple root buses (primary == -1) causing an infinite loop, for now
    exit the loop when primary < 0  -  John Dennis <jdennis@redhat.com>
* Wed May 28 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-13.1
  - Remove X server symlink check from xfs initscript for bug (#54630)
* Wed May 28 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-13
  - Updated to XFree86-4.3.0-xf-4_3-branch to pick up the latest fixes from the stable
    XFree86 4.3.0 branch including
    - Fix programming error in ix86 motherboard chipset determination
    - Workaround for broken devices that do not implement the header type field
      in their PCI configuration space
    - Fix infinite loop that occurs on systems whose PCI configuration space
      does not advertise a host bridge 
    - Fix to prevent PCI and CardBus resets when VT switching
    - Set Mesa hooks to flush vertices on state changes in Radeon 3D drivers,
      which I believe fixes (#91784)
    - Fix lockup on server reset in radeon driver
    - Check for NULL tObj in the i830 3D driver TexEnv function.  This
      fixes a FlightGear crash
    - Prevent a SIGFPE with the glint/pm3 driver when attempting to display
      an XVideo image less than 8 pixels wide
    - Fix a SEGV that can happen with Riva128 cards
    - Fix SiliconMotion driver for mode switching and SEGV problem when
      initializing Xv functionality (XF86 #50)
    - i810/815 depth buffer needs to be a multiple of the tile size.  This fixes
      3D corruption near the bottom of the screen at 800x600@16bpp (XF86 #283)
    - Fixed Imakefiles so the driver SDK builds again
    - Fix XDMCP queries in xdm on systems using getifaddrs() (XF86 #277)
  - Fixed xfs rpm preinstall script to ingore errors and redirect all output
    to /dev/null.  This was accidentally removed in a prior build, and causes
    xfs installation to fail.  (#91822 & 91706,91707,91733,91756)
  - Added XFree86-4.3.0-savage-bugfix-from-xf-4_3-branch-2003-05-28.patch which
    is extracted from xf-4_3-branch and reapplied on top of our 1.1.27mh driver
    since we have updated this driver but do not want to lose fixes coming from
    the stable branch.
  - Dropped patches that are now included in the stable branch:
    XFree86-4.3.0-radeon-irq-gen-lockup-from-cvs.patch,
    XFree86-4.3.0-radeon-dualhead-cursor-crash-from-CVS.patch
  - Disabled XFree86-4.3.0-siliconmotion-Xv-stability-fix.patch as it fails to
    apply now.  Pending future investigation as it is non-critical anyway.
  - Added XFree86-4.3.0-redhat-lock-version.patch, enabled it, and locked down
    the version to 4.3.0 (currently stable branch is 4.3.0.1)
* Mon May 26 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-12
  - Enabled with_debuglibs now so that the libraries are debuggable during
    development, since it is not possible to have .debuginfo packages for X for
    various complex technical reasons, and it wont likely be possible for quite
    some time unfortunately.  The XFree86-libs package will get much larger due
    to this change, so I may have to revert it if people complain, or if it slows
    down anything.  This is a *TEMPORARY* solution, and will be removed sometime.
  - HasFontconfig seems to work now, so I am using it instead of UseFontconfig
    to see if anything breaks in rawhide
  - Removed with_freetype2 macro, and all conditional code using it throughout
    the specfile, as we never want to include the XFree86 freetype2
  - Added missing Provides: xpm back to XFree86-libs package which got sideswiped
    due to the conditionalized with_freetype2 junk during development
  - Made triggerin script conditionalize referencing rstart dir
* Fri May 23 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-11.2
  - Disabled rstart, as it is probably not even used nowadays.  People should
    be using ssh/rsh or some other modern mechanism for running remote X apps.
  - Change UseFontconfig to HasFontconfig to test if it works
* Wed May 07 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-11
  - Define "XF86Server NO" on s390, s390x, ppc64, as we do not ship X servers on
    these platforms.  We use a 32bit X server on ppc64.
  - Wrap all X server modules, docs, config files, man[45]/*, include/*.h with
    with_Xserver in file lists so that things are properly packaged on the archs
    that we do not ship Xserver on (s390/s390x/ppc64)
* Tue May 06 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-10.1.EL
  - Update XFree86-4.3.0-ppc64-support-v3.patch to -D__powerpc__ on ppc64 or
    Radeon driver explodes while building
  - Remove -fno-strength-reduce from x86 and x86_64 host.def optimization flags
  - Added ppc64, ia64 host.def optimization flag overrides, defaulting them to
    their existing settings
* Tue May 06 2003 Bill Nottingham <notting@redhat.com> 4.3.0-10
  - Updated XFree86-4.3.0-elfloader-linux-non-exec-stack-v2.patch to fix elfloader
    to page align addresses it passes to mprotect
* Mon May 05 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-9
  - Disable xterm from building, as it is now shipped in its own separate package
  - Build 4.3.0-9 in rawhide and 4.3.0-9.0.EL for RHEL
* Fri May 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-8.3
  - Added XFree86-4.3.0-Xserver-includes-ansify-prototypes.patch to ansify
    remaining function prototypes in the X server include dir
  - Added XFree86-4.3.0-ppc64-support-v2.patch which contains some more complete
    updates from SuSE for PPC64, replacing XFree86-4.3.0-ppc64-support.patch
  - Set HasAgpGart NO for ppc64
  - Added new macro with_Xserver to conditionalize the inclusion of the X server,
    driver and extension modules, and define it to 0 for s390, s390x, ppc64
  - Updated file lists to use with_Xserver macro instead of ifnarch s390/s390x
* Fri May 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-8.RHEL.1
  - Do not install or ship mmapr, mmapw, pcitweak, scanpci, libOSMesa.so.4.0,
    pcitweak.1x.gz, or scanpci.1x.gz on ppc64, s390 or s390x
* Fri May 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-8
  - Enable XFree86-4.3.0-elfloader-linux-non-exec-stack.patch again, and remove
    ifnarch x86_64 on XFree86-4.3.0-xlib-dual-malloc-memleak-lcPrTxt.c.patch and
    XFree86-4.3.0-craptastic-cast.patch
  - Disable XFree86-4.3.0-missing-SharedXfooReqs.patch temporarily as it breaks
    xauth + ssh on s390, and thus requires deeper investigation
  - Build 4.3.0-8 for rawhide, and 4.3.0-8.RHEL.0 for RHEL devel
* Thu May 01 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-7.el.1
  - Replaced XFree86-4.3.0-ia64-new-elfloader-relocations.patch with a new
    version that John added to fix (#89976)
  - Added XFree86-4.3.0-radeon-ia64-preint10.patch from John Dennis, to solve a
    problem which is yet to be announced. ;o)  Will update comment once I have
    details.
* Thu Apr 24 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-7.el.0
  - Added XFree86-4.3.0-ia64-new-elfloader-relocations.patch for ia64 ELF
    relocations for http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=195
  - Replaced XFree86-4.3.0-missing-SharedXfontReqs.patch with a new patch
    XFree86-4.3.0-missing-SharedXfooReqs.patch that solves similar problems for
    many other X libraries on Linux, and should fix (#89860)
* Thu Apr 24 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-6
  - Apply XFree86-4.3.0-xf-4_3-branch-2003-04-26.patch to update to the latest
    fixes from the xf-4_3-branch stable branch of XFree86 CVS
  - Removed XFree86-4.3.0-radeon-R300-fix-pll-value-from-cvs.patch as it is
    incorporated into the stable branch above:
  - Added XFree86-4.3.0-libXfont-null-pointer-dereference-fix.patch which fixes
    a null pointer dereference in libXfont
  - Added XFree86-4.3.0-siliconmotion-Xv-stability-fix.patch to fix siliconmotion
    driver for mode switching and SEGV problem when initializing Xv functionality
  - Added XFree86-4.3.0-Xserver-non-pc-keyboard-fix.patch to fix problem on non-PC
    keyboards caused by changes to make SysRq generate the same keycode as PrtScrn
  - Added XFree86-4.3.0-nv-graphic-engine-setup-reset-fix.patch to stabilize
    VT switching and server startup/shutdown
  - Added XFree86-4.3.0-nv-new-chip-ids.patch which adds new PCI IDs for
    GeForce FX and Quadro FX
  - Added XFree86-4.3.0-nv-riva-dualhead-fixes.patch to fix problems that can
    arise on newer chipsets on dualhead configurations
  - Added XFree86-4.3.0-nv-filter-imagerect-pixel-range.patch to fix a problem
    where the HW filter would include pixels outside of the image rect being
    displayed.
  - Added XFree86-4.3.0-nv-dpms-workaround-for-broken-monitors.patch
  - Added XFree86-4.3.0-nv-unresolved-symbols.patch to add missing vgaHWUnmapMem
  - Added XFree86-4.3.0-rendition-disable-cause-of-SEGV.patch
  - Added XFree86-4.3.0-trident-half-a-jittered-screen.patch to fix bug in the
    trident driver that caused old cyber 9382/9385 chipsets to display a half
    jittered screen
  - Added XFree86-4.3.0-Xserver-limit-440EX-440LX-to-32-pci-busses.patch
  - Added XFree86-4.3.0-xaa-trapezoid-filling-bug.patch in a rare 8x8 pattern
    fill case in XAA generic code
  - Added XFree86-4.3.0-Xserver-Xineramify-Xscreensaver-extension.patch to make
    screensavers work in dualhead Xinerama mode
  - Added XFree86-4.3.0-Xlib-XOpenDisplay-SEGV-fix.patch to fix many places in
    Xlib which could segfault due to not checking to see if it has received as
    much data as needed, causing it to potentially read uninitialized memory
  - Added XFree86-4.3.0-mga-manpage-overlay-option.patch which better documents
    the Matrox Overlay option as many people are confused by this
  - Added XFree86-4.3.0-r128-unresolved-symbols.patch to add various symbols
    missing from symbol lists that generate errors when DRI is disabled
* Thu Apr 24 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-5
  - Removed XFree86-4.0.1-alpha-pcibus-lemming.patch as it is not clear what it
    actually does, is not documented anywhere what if any bug it fixes, and
    nobody remembers what it was for, and we have not applied it for quite a
    while now either.
  - Added XFree86-4.3.0-radeon-irq-gen-lockup-from-cvs.patch which works around
    a lockup that can occur on server shutdown/restart with the radeon driver due
    to bugs in DRM IRQ handling in the kernel
  - Added XFree86-4.3.0-radeon-support-from-ATI-backport-from-CVS.patch which is
    an amalgamation of patches done by Hui Yu at ATI which implement:
    Radeon IGP320/330/340 support (2D only), RV280 (9200/M9+) support, Fix for
    some M9 laptop panels, Improved version of monitor detection code, Fixed bug
    for two or more radeon cards, Man page updates, Workaround for double scan
    modes problem at high resolutions, Overlay scaling problem when RMX is used,
    and also PPC updates for Radeon from Michel Daenzer
  - Replaced XFree86-4.2.99.902-ati-radeon-alan-legacy-vga.patch with new
    XFree86-4.3.0-redhat-radeon-forcelegacyvga-for-alan.patch reimplementation
    around the new radeon driver code.  Needs testing by Alan.
* Tue Apr 22 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-4
  - Enable _unpackaged_files_terminate_build & _missing_doc_files_terminate_build
    options and clean up remaining file failures so we are swooshy clean now
  - Update %install file deletion list for s390/s390x/ppc
  - Moved DELETE FILES section after STRIP FILES section in specfile
  - Added XFree86-4.3.0-redhat-xlib-linux-fix-avoiding-substance-abuse-job.patch
    as a hideous kludge to work around the even more ugly hideous Solaris
    broken weirdness junk triggering off _LP64 in XlcDL.c
* Sun Apr 20 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.9
  - Renamed TinyX subpackage to kdrive
  - Made all kdrive X servers setuid root in filelists
* Sat Apr 19 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.8
  - Added XFree86-4.3.0-xbiff-file-heirarchy-standard.patch for FHS 2.2
    compliance of xbiff
  - When not shipping config tools, defining "BuildXFree86ConfigTools NO" in
    host.def speeds up build
  - Added XFree86-4.3.0-disable-building-apps-we-do-not-ship.patch to disable
    building applications we do not ship such as xedit, xman, xmh
  - Moved include/pixmaps from XFree86-devel to XFree86-xf86cfg where it belongs,
    although this stuff really should not be in _x11includedir
* Fri Apr 18 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.7
  - Added PPC64 support with XFree86-4.3.0-ppc64-support.patch
* Sat Apr 12 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.6
  - Added XFree86-4.3.0-ati-radeon-dualhead-cursor-crash.patch to fix radeon
    dualhead crash problem when mouse cursor crosses screens (#87854,88748)
* Wed Apr 09 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.5
  - Added XFree86-4.3.0-missing-SharedXfontReqs.patch to try and fix (#88355)
* Fri Apr 04 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.4
  - Added XFree86-4.3.0-redhat-bug-report-address-update.patch which changes the
    X server bug report messages on where and how to file bug reports
* Fri Apr 04 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.3
  - Added XFree86-4.3.0-ati-r128-Xv-ecp-divisor.patch which fixes a problem on
    Rage 128 in which high resolution images displayed with the XVideo extension
    have weird "green" noise in them (#88033)
  - Added XFree86-4.3.0-makefile-fastbuild.patch to bypass the main Makefile
    clean and depend targets when make World is ran
* Fri Mar 14 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.2
  - Added XFree86-4.3.0-xlib-dual-malloc-memleak-lcPrTxt.c.patch which fixes
    a memleak in Xlib caused by double malloc. Not being applied to x86_64 yet,
    waiting for approval to fix (#86108)
  - Added XFree86-4.3.0-craptastic-cast.patch to non-x86_64, just a cosmetic
    casting fixup of (off_t)(off_t) to just (off_t)
* Sat Mar 08 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3.1
  - Updated XFree86-4.3.0-glint-unresolved-symbols.patch to add several more
    missing DRM symbols that another user reported when DRI is not used.  This
    compliments the existing symbol name additions with an even more complete
    list, and should fix the problems reported in bug (#85191) as well as
    adding to the bugfix for (#85805)
  - Added XFree86-4.3.0-elfloader-linux-non-exec-stack.patch to patch the XFree86
    ELF loader to work properly on Linux with a kernel with a non-exec stack,
    however this patch is disabled on x86_64 and possibly other architectures for
    now
* Sat Mar 08 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-3
  - Added XFree86-4.3.0-ati-radeon-R300-fix-pll-value.patch which fixes a bug
    in the Radeon driver (on all archs) that occurs only on R300 chips (Radeon
    9500/9700) due to a broken PLL define in radeon_regs.h (#85784)
  - Re-enabled XFree86-4.3.0-glint-unresolved-symbols.patch on x86_64 as it is
    approved now by msw.
* Fri Mar 07 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-2.2
  - Modified xdm.pamd and xserver.pamd to remove explicit paths with hard coded
    /lib dir, since it is in /lib64 on lib64 archs, and so pam console ownership
    is screwed without this change.  Similar problems were fixed in September in
    many other packages, but no bug reports were filed in bugzilla so I was aware
    of this problem, so it remained broken until I just discovered it myself
    while trying to debug a screensaver related issue (#85795)
  - I have made the XFree86-4.3.0-glint-unresolved-symbols.patch patch added in
    4.3.0-2.1 ifnarch x86_64 to exclude this patch from x86_64 builds, even
    though it is an obviously correct and harmless bugfix on all architectures
    and should be applied (#85805)
* Sun Mar 02 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-2.1
  - Added XFree86-4.3.0-glint-unresolved-symbols.patch to fix some unresolved
    drm symbols in the glint driver.  Possible fix for (#85191)?
  - Removed unused patch - XFree86-4.0.99.3-Xwrapper.patch (#85336)
  - Renamed xdm-4.0-servonly.patch to XFree86-4.0-xdm-servonly.patch
* Thu Feb 27 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-2
  - Removed some junk comments from specfile, the commented out old cursors
    and xtrap-clients subpackage junk and a few other things
  - Corrected a mistake in OTF font directory file list that was named TTF
    instead of OTF, causing a ghost file to be missed
  - Verified all file lists to be accurate just to doublecheck the 4.3.0 release
    is not accidentally missing any files
  - Removed mharris_noclean_mode developmental cruft from specfile, as I do not
    use it in my developmental builds anymore and wont need it after
    transitioning to _unpackaged_files_terminate_build mode
  - Removed XFree86-4.2.99.901-012_r128_xv_btyeswap_fix.patch as current CVS
    fixes the problem in a different way, and this patch reverts that
  - Removed the changes deemed potentially unsafe from en_US.UTF-8 compose
    table to have minimalistic changes
* Thu Feb 27 2003 Mike A. Harris <mharris@redhat.com> 4.3.0-1
  - Updated to official XFree86 4.3.0 release via CVS export of xf-4_3_0
* Wed Feb 26 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030226.0
  - Updated CVS snapshot to 4.2.99.902-20030226, manually checked each diff
    and verifying each code change is safe.  No questionable changes today.
* Tue Feb 25 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030225.0
  - Updated CVS snapshot to 4.2.99.902-20030225, manually checked each diff,
    accept all documentation updates, verified each change.
  - Added XFree86-4.3.0-revert-en_US.UTF-8-Compose.patch to back out changes
    made in CVS to en_US.UTF-8 Compose tables as they can not be easily
    verified to be 100% correct and regressionless at this point
  - Removed XFree86-4.2.99.902-xft-version-bump.patch as it is in CVS update
* Mon Feb 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030224.2
  - Added XFree86-4.2.99.902-xft-version-bump.patch to fix Xft library .so
    version from 2.0 to 2.1 since it had an addition of UTF-16 APIs.  This
    fixes http://bugzilla.mozilla.org/show_bug.cgi?id=175108
* Mon Feb 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030224.1
  - Updated my radeon XFree86-4.2.99.902-ati-radeon-dpms-on-dvi-v2.patch patch
    to play things a bit safer by removing MT_LCD.  There is a more appropriate
    and robust way to do this that I will examine in the future.
  - Removed unused WithNewCyrixDriver crud from specfile
  - Removed unused with_bk crud from specfile
  - [SECURITY] Added XFree86-4.3.0-xterm-can-2003-0063.patch to fix xterm
    titlebar issue reported in CAN-2003-0063 by disabling the feature that
    allows the problem.
* Mon Feb 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030224.0
  - Updated CVS snapshot to 4.2.99.902-20030224, which makes another cursor
    glitch fix to generic code, and fixes an obvious vgaHW locking bug.  The
    rest are minor cosmetics and documentation updates.
  - Add credit to GB18030 patches to Yu Shao and James Su, whom both worked on
    this support over time.
* Sun Feb 23 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030223.0
  - Updated CVS snapshot to 4.2.99.902-20030223
  - CVS checkin 946 fixes GL debugging junk printed to screen (#84347)
  - More CVS fixes for Radeon ARGB cursor code from Keith and Michel Daenzer
    (#84691)
  - CVS checkin 939 Check pScrn->vtSema before calling xf86SetCursor() from
    xf86CursorCloseScreen().  This avoids a segfault at exit with some
    drivers, and I believe should fix the problem reported in (#79678,84689)
  - CVS checkin 938 fix adding FP native mode for Radeon (Hui Yu@ATI, 
    Kevin Martin).  - This should fix problems people have reported on various
    Radeon Mobility laptops of being unable to select video modes, etc.  I
    can not get into bugzilla to get the bug IDs currently.
  - CVS checkin 937 - Initialize I2C when primary head has an invalid DDC type
    for the Radeon driver (Hui Yu@ATI).  This should fix some of the DDC probe
    related problems some users experience during installation which cause the
    installer to go bonkers.
* Fri Feb 21 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030220.3
  - Bump kernel-drm requirement to 4.3.0
* Fri Feb 21 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030220.2
  - Implemented XFree86-4.2.99.902-ati-radeon-dpms-on-dvi.patch for DPMS on
    LCD/DFP panels on Radeon driver (#80629)
* Fri Feb 21 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030220.1
  - Removed Xft/Xft-devel goofup from bad specfile diff application
  - Added XFree86-4.2.99.902-savage-revert-vbe-change-from-X-cvs.patch to back
    out a VBE change done in XFree86 CVS sometime in the last couple of months,
    which I believe causes the Savage MX probs (#72476,80278,80346,80423,82394)
* Fri Feb 21 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030220.0
  - Updated CVS snapshot to 4.2.99.902-20030220
  - Removed integraged now: XFree86-4.2.99.901-debian-dont_vtswitch_option.patch,
    XFree86-4.2.99.901-017_neomagic_manpage_fixes.patch, XFree86-4.2.99.901-018_fontenc_null_ptr_deref_fix.patch,
    XFree86-4.2.99.901-020_proxymgr_manpage_fixes.patch, XFree86-4.2.99.901-035_xim_memleak_fix.patch,
    XFree86-4.2.99.902-ati-radeon-buildfix.patch
* Thu Feb 20 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030218.3
  - Ok, no kidding this time.  I really really mean it, the new savage driver
    is definitely in this build for sure for sure.  No kidding around this time.
  - Created and added XFree86-4.2.99.902-savage-Imakefile-vbe-fixup.patch,
    XFree86-4.2.99.902-savage-1.1.26cvs-1.1.27t-fixups.patch,
    XFree86-4.2.99.902-savage-1.1.26cvs-1.1.27t-accel-fixup.patch
  - Added XFree86-4.2.99.902-redhat-version-change-notification.patch which does
    not actually do anything except fail to apply cleanly when the XFree86
    version changes, thus alerting me to change the spec file Version field, and
    update the patch
* Thu Feb 20 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030218.2
  - Actually ENABLE the new savage driver with rpm spec conditional, since I
    moronically did not enable it the first time
* Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030218.1
  - Implemented a new radeon driver config file option "ForceLegacyCRT" in
    XFree86-4.2.99.902-ati-radeon-alan-legacy-vga.patch to allow Alan to use an
    ancient VGA mono monitor, and documented it in the radeon manpage (#69976)
* Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030218.0
  - Updated CVS snapshot to 4.2.99.902-20030218
  - Added Red Hat buildsystem BuildConflicts line to test for disk space
  - Added Red Hat buildsystem BuildProvides line to hint that up to 8 CPUs can
    be used effectively when compiling XFree86
  - Added XFree86-4.2.99.902-ati-radeon-buildfix.patch to fix ATI Radeon driver
    build problem
* Mon Feb 17 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030217.1
  - Update savage driver to Tim Roberts tried and true faithful savage driver
    new release 1.1.27t (#72476,80278,80346,80423,82394)
* Mon Feb 17 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.902-20030217.0
  - Updated CVS snapshot to 4.2.99.902-20030217 - Release Candidate 2
  - Dropped XFree86-4.2.99.901-xlib-hang.patch, XFree86-4.2.99.901-argb-cursor-render-bugfix-keithp.patch,
    XFree86-4.2.99.901-xft-_XftSmoothGlyphMono-endless-loop-fix.patch,
    XFree86-4.2.99.901-xft-crash-with-non-render-server-from-keithp.patch
* Fri Feb 14 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030213.1
  - Added XFree86-4.2.99.901-argb-cursor-render-bugfix-keithp.patch, yet another
    ARGB cursor bugfix.  This one is in the render code.  It should fix problems
    reported by msw and others of random blobs and crap following the cursors
    around, in particular when using the 'core' cursor theme
  - Added XFree86-4.2.99.901-xft-_XftSmoothGlyphMono-endless-loop-fix.patch
    patch to fix endless loop in libXft Nalin found while investigating (#80414)
  - Added XFree86-4.2.99.901-xft-crash-with-non-render-server-from-keithp.patch
    to fix bug http://bugzilla.mozilla.org/show_bug.cgi?id=175108 reported to me
    by blizzard that crashes mozilla, which is also found in (#80414)
* Fri Feb 14 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030213.0
  - Updated CVS snapshot to 4.2.99.901-20030213, fixing several critical bugs
  - Disabled keiths argb radeon cursor patch as CVS has some other fix now
  - New CVS also fixes the same problem on r128 and mach64 mouse cursor that
    the radeon had (#83284,83768)
  - Disabled revert-xkb-patch-865 as the problem with VTswitching is fixed now
    in this snapshot (#84306)
* Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030212.0
  - Updated CVS snapshot to 4.2.99.901-20030212
* Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030211.3
  - Added XFree86-4.2.99.901-dont-install-Xcms.txt.patch to not install Xcms.txt
    by default, under recommendation of Keith Packard
  - Added Conflicts: Xft to -libs, and Conflicts: Xft-devel to -devel, and
    removed <= 2.0 versioning off Obsoletes: Xft and Xft-devel to try and fix
    problem where if you upgrade an 8.0 system to 4.2.99.x the Xft2 library
    becomes unusable (#77838)
  - Created XFree86-4.2.99.901-revert-xkb-patch-865.patch to revert the changes
    from Ivan Pascal that Daved Dawes checked into CVS in XFree86 CHANGELOG entry
    865 to fix autorepeat on keypad /*-+ and fix mouse-keys, and other things,
    which had the result of totally breaking VT switching from terminal to
    terminal after switching out of X
* Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030211.2
  - Added XFree86-4.2.99.901-ati-radeon-argb-cursor-fix-from-keithp.patch from
    Keith, and disabled argb cursor patch for radeon (#83768)
* Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030211.1
  - Added XFree86-4.2.99.901-debian-dont_vtswitch_option.patch which adds a new
    ServerFlags option "DontVTSwitch", to allow disabling of VT switching via
    CTRL-ALT-Fn written by Branden Robinson for Debian
  - Added XFree86-4.2.99.901-ati-radeon-ia64-pagesize.patch which removes the
    hardcoded compile-time pagesize in the radeon and r128 drivers, replacing
    it with runtime detection with getpagesize() since platforms like ia64,
    alpha and others that can have different runtime page sizes will work
  - Added XFree86-4.2.99.901-xlib-hang.patch that fixes a bug in _XEventsQueued()
    that causes an 'event reader lock' of another thread to be released which
    can cause a hang and keyboard lockup in KDE. For example, using KDE CVS and
    xine CVS, by playing a movie clip with Noatun (hang and keyboard lockup
    after playback has stopped).
  - Update s3virge driver documentation for 4.3.0
  - Added XFree86-4.2.99.901-007_fix_xfree86_man_version_string.diff to fix up
    XFree86 version string in manpages
  - Added XFree86-4.2.99.901-008_doc_extensions_fix.diff to sanitize filename
    extensions of XFree86 documentation for consistency
  - Added XFree86-4.2.99.901-012_r128_xv_btyeswap_fix.patch patch to fix Xvideo
    extention support for YUV2 and UYVY in r128 driver on big-endian processors
  - Neomagic manpage update XFree86-4.2.99.901-017_neomagic_manpage_fixes.patch
  - Added XFree86-4.2.99.901-018_fontenc_null_ptr_deref_fix.patch which fixes a
    null pointer dereference in the fontenc library
  - Added XFree86-4.2.99.901-024_r128_and_radeon_vgahw_independence.patch to fix
    problem on some architectures that do not allow legacy VGA hardware access
  - Added XFree86-4.2.99.901-027_ati_driver_message_cleanups.patch to fix up the
    formatting of a few ATI driver startup messages
  - Added XFree86-4.2.99.901-028_fbdev_depth24_support.patch to fix fbdev 24bit
    depth support
  - Added XFree86-4.2.99.901-035_xim_memleak_fix.patch to fix a memory leak in
    the XIM code
* Tue Feb 11 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030211.0
  - Updated CVS snapshot to 4.2.99.901-20030211
* Tue Feb 11 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030209.2
  - Moved TTF and OTF subpackage fonts.* and other auxilliary ghost files into
    the base-fonts subpackage so the dirs are always present, even if the
    truetype and/or syriac-fonts packages are not installed, and to prevent
    multiple packages from claiming ownership of the same files (#83913)
  - Added Conflicts lines for the above change
  - Added Buildrequires: ed  for fontconfig
  - Removed unapplied ancient XFree86-4.1-xinerama.patch workaround
  - Added XFree86-4.2.99.901-xauth-diskfull.patch which fixes a bug where xauth
    may write an incomplete .xauth file and delete the old one if there is
    insufficient disk space (Harald Hoyer - #84036)
* Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030209.1
  - Added more with_foo buildtime conditionals for standardization
  - Cleaned up post buildroot-install time file deletions of unpackaged files
* Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030209.0
  - Updated CVS snapshot to 4.2.99.901-20030209
  - Added XFree86-4.2.99.901-xkb-sysreq.patch to fix GNOME printscreen issue
    due to bad mapping of sysreq (#80373)
  - Removed XFree86-4.2.99.4-ati-r128-full-chipset-support.patch as it got
    integrated into upstream sources
  - Added XFree86-4.2.99.901-ati-r128-chip-names-touchup.patch to make R128 chips
    that we are not sure are AGP or not show up as "(AGP?)", to heighten the
    chance of a user noticing it and providing us with this information.
  - Removed XFree86-4.2.99.4-ati-xf86PciInfo-chip-support-update.patch as it
    is integrated upstream now
* Thu Feb 06 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030206.0
  - Updated CVS snapshot to 4.2.99.901-20030206
  - New Intel i865 integrated video support is in this snapshot
  - Made XFree86-4.2.99.901-ati-radeon-missing-symbol-drmScatterGatherAlloc.patch
    to fix a bug reported on devel@xfree86.org, also submitted it
* Wed Feb 05 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030205.0
  - Updated CVS snapshot to 4.2.99.901-20030205
  - Removed integrated patches XFree86-4.2.99.3-encodings-Imakefile-fix.patch
  - Add XFree86-4.2.99.901-ati-radeon-fix-broken-argb-cursors.patch to hopefully
    fix all the Radeon Xcursor related weirdness (#78231,80445)
* Wed Feb 05 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030203.2
  - Cleanups of specfile, host.def
  - Ported parallelmake patch to current tree, and experimented with it but
    could not get it working properly so it is disabled again
* Tue Feb 04 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030203.1
  - Added XFree86-4.2.99.901-chips-default-to-swcursor-on-65550.patch to
    default to swcursor on C&T 65550 for bug (#82438)
  - Improved chips-default-to-noaccel-on-69000 patch to be more correct for (#74841)
* Tue Feb 04 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.901-20030203.0
  - Updated CVS snapshot to 4.2.99.901-20030203
  - Added BuildBethMarduthoFonts YES as XFree86 CVS somehow weirdly stopped
    building Syriac fonts
  - Disable mga-xinerama-G450-issue fix as it is believed to be fixed in CVS now
    with CHANGELOG log entry 818.  Needs confirmation to be sure.
* Mon Feb 03 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.5
  - Updated XFree86-4.2.99.4-ati-r128-full-chipset-support.2.patch to remove
    stupid ANSI trigraphs and escape them properly.
* Sat Feb 01 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.4
  - Wrote XFree86-4.2.99.4-ati-r128-full-chipset-support.patch to add 2D and 3D
    support for 30 previously unsupported ATI Rage 128 chips including various
    Rage 128 Pro, Rage 128 Pro Ultra chips
* Sat Feb 01 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.3
  - Wrote XFree86-4.2.99.4-ati-xf86PciInfo-chip-support-update.patch to update
    the PCI ID list for further driver update patches to follow
  - Wrote XFree86-4.2.99.4-ati-radeon-8500-9100-firegl-8700-8800-update.patch
    to add 2D and 3D support for 8 previously unsupported chips in the ATI R200
    chip family including various Radeon 8500, FireGL 8700/8800, and the new
    Powered by ATI Radeon 9100 from Sapphire
  - Added XFree86-4.2.99.4-ati-radeon-TV_DAC_CNTL.patch minor code cleanup
* Thu Jan 30 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.2
  - Added XFree86-4.2.99.4-locale-alias-openi18n.patch from Leon Ho, required
    for openi18n compliance
  - Cleaned up post build/install file/dir deletions to move gradually towards
    being able to turn on _unpackaged_files_terminate_build
* Thu Jan 30 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.1
  - Removed handhelds cursor theme
  - Added XFree86-4.2.99.3-ati-chip-support-update.patch, partial support patch
    for ATI Rage 128, Radeon, etc. hardware previously unsupported
* Thu Jan 30 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030129.0
  - Update CVS snapshot to 20030129
  - Removed patches present upstream now:  XFree86-4.2.99.4-xkb-se-fix.patch
    XFree86-4.2.99.4-xkb-rules-xfree86-ca_enhanced.patch
  - Updated XFree86-4.2.99.4-redhat-custom-startup.patch to work with latest
* Wed Jan 29 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.6
  - Removed from host.def HasMMXSupport, Has3DNowSupport, HasKatmaiSupport,
    and HasSSESupport after manually verifying the current default Imake config
    files enable this properly on x86 and x86_64
  - Removed -fPIC from global x86_64 flags again, and force StaticNeedsPicForShared
    to YES on all architectures in host.def, instead of just on x86
  - Added XFree86-4.2.99.4-IncludeSharedObjectInNormalLib.patch to fix up
    remaining issues with StaticNeedsPicForShared (#78188,82954)
  - Added XFree86-4.2.99.4-x86_64-glx-nopic.patch to build GLX nopic on x86_64
    for performance reasons - as it is on x86
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.4
  - Rebuilt with -fPIC temporarily for anaconda et al. on hammer
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.3
  - Rebuilt without -fPIC on hammer for debugging X server
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.2
  - Added more complete XFree86-4.2.99.4xkb-se-fix.patch from David Dawes to
    replace XFree86-4.2.99.4-xkb-se-asciitilde.patch if it works properly
  - Obsolete XFree86-Setup (#82674)
  - Added XFree86-4.2.99.4-xkb-rules-xfree86-ca_enhanced.patch to fix (#80425)
* Wed Jan 22 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.1
  - Added XFree86-4.2.99.4-xkb-se-asciitilde.patch to fix (#80922,82097)
* Tue Jan 21 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.4-20030121.0
  - Update CVS snapshot to 20030121
  - Drop patches now included upstream ati-radeon-mono-8x8-accel-fix,
    mga-vbe-dvi-ddc, xmag fix
  - Added missing Conflicts: XFree86-sdk < 4.2.99.3-20030115.0
* Mon Jan 20 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030118.3
  - Flagged {_x11icondir}/defaults/index.theme file as config noreplace
  - Disable building on ia64 due to compiler SEGV
* Sun Jan 19 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030118.2
  - Bump kernel-drm req up to 4.2.99.3 to match new kernel DRM
  - Remove -fPIC from x86_64 default opt flags, and disable ELF loader patch
  - Add XFree86-4.2.99.3-Imake-make-icondir-configurable.patch to make XFree86
    Xcursor ICONDIR and XCURSORPATH build time configurable and default the
    cursors to install into /usr/share/icons
  - Added new specfile directory macro _x11icondir and use it everywhere
  - Made default cursor theme Bluecurve
* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030118.1
  - Added XFree86-4.2.99.3-ati-radeon-mono-8x8-accel-fix.patch to fix mono
    8x8 color expansion issue causing mirroring on RV200+
* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030118.0
  - Update CVS snapshot to 20030118
  - Add XFree86-4.2.99.3-xmag-segv-uninitialized-pointer.patch to fix (#81966)
  - Major radeon driver updates and fixes:  Fix for Mono8x8 patterns on Radeon,
    Fix for Radeon mode validation, Workaround for flickering problem with
    switching between ARGB and mono cursors on Radeons, DDCMode fix for VidMode
    extension, Panel detection bug fix for Radeon, Add Xv overlay support for
    dual headed Radeons, Fix Radeon driver 24-bit support for flat panels,
    Add Radeon 9500/Pro support, Disable CGWorkaround for non-A11 rev R300s,
    Radeon solid/dashed line fix for RV200 and newer cards, Radeon overlay
    gamma fix, Radeon LG panel fix.
  - Add XFree86-4.2.99.3-elf-loader-x86_64-relocation-fixups.patch and disabled
    dllmodules to try and fix ELF relocation problem reported in bug (#81984)
* Wed Jan 15 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030115.1
  - Add XFree86-4.2.99.3-mga-vbe-dvi-ddc.patch to support for DDC probe of DVI
    panels on Matrox hardware
  - Use MakeDllModules on x86_64 as ELF loader is currently problematic
* Wed Jan 15 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20030115.0
  - Update CVS snapshot to 20030115
  - Move syriac fonts from TTF subdir to new OTF subdir
  - Move inb inl inw ioport outb outl outw commands to XFree86 pkg from sdk
* Wed Jan 15 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.7
  - Added XFree86-4.2.99.3-mga-unresolved-symbols.patch to fix unresolved
    DRM symbols in mga driver for bug (#80968)
* Tue Jan 14 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.6
  - Added fontconfig-slighthint patch from our fontconfig package as a hack to
    allow the embeddedbitmap and xft-loadtarget patches to build correctly.
  - Added XFree86-4.2.99.3-embeddedbitmap.patch
  - Added XFree86-4.2.99.3-encodings-Imakefile-fix.patch to fix (#81565)
* Thu Jan 09 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.5
  - Add Requires: xinitrc  (#81424)
  - Remove placeholder redglass cursor theme
  - Disable accel on C&T 69000 XFree86-4.2.99.3-chips-noaccel.patch for (#74841)
* Tue Jan 07 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.4
  - Disable fc-cache in post/postun scripts except for TTF/Type1 directories.
  - Created XFree86-4.2.99.3-savage-pci-id-fixes.patch to fix up the Savage
    driver PCI IDs that were missing and/or incorrect.
* Tue Jan 07 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.3
  - Disabled the XFree86-4.2.99.3-xft-loadtarget.patch patch as it is broken.
* Mon Jan 06 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.2
  - Remove xman as there are other manpage viewers, and this one seems to be
    unmaintained upstream.  Conditionalized with with_xman (#81003)
  - Update dependancy on freetype to version 2.1.3-4 which contains a patch that
    a patch we are applying to Xft requires.
* Fri Jan 03 2003 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.1
  - Added XFree86-4.2.99.3-xft-loadtarget.patch from Owen Taylor, which is a
    patch needed for our freetype 2.1.3 package, ported forward from the 8.0 Xft
    package
* Mon Dec 30 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.3-20021230.0
  - Updated CVS snapshot to version 4.2.99.3 20021230
  - Added XFree86-4.2.99.2-netmouse.patch to fix mouse protocol initialization
    problem reported on XFree86 bug report list
  - Removed the gtf utility, its manpage, and libxf86config.a from s390/s390x
  - Removed leading "0." from specfile RELEASE field as it is unnecessary
* Tue Dec 17 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021217.1
  - Disabled and removed whiteglass cursor theme as it is broken and nobody
    is likely to fix it it seems.  We will be supplying our own theme in the end
    that does not suck (#75844)
* Tue Dec 17 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021217.0
  - Updated CVS snapshot to 20021217, dropped unneeded patches
  - Added XFree86-4.2.99.2-xinerama-G450-issue.patch to work around mga issues
    when RENDER is used with Xinerama due to faulty Render acceleration
* Sun Dec 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021215.0
  - Updated CVS snapshot to 20021215, dropped unneeded patches
  - Update BuildRequires freetype to >= 2.1.2-7
  - Added ISO8859-14 fonts for Welsh for Alan
  - Disable XFree86-sdk by default for now due to nsc driver sdk issue
  - define debug_package  to disable -debuginfo packages for now
* Fri Dec 13 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021210.1
  - Added Buildrequires: libpng-devel for bug (#79623)
* Tue Dec 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021210.0
  - Updated CVS snapshot to 20021210, dropped unneeded patches
  - Added XFree86-4.2.99.2-mga-unresolved-symbols.patch
  - Added /usr/X11R6/lib/X11/Xcms.txt to libs-data
  - Changed XFree86-devel requires from fontconfig to fontconfig-devel (#79183)
  - Added alpha-domain and alpha-domain2 patches back (split original in 2, and
    updated)
* Mon Dec 09 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021209.0
  - Updated CVS snapshot to 20021209, dropped unneeded patches
  - Numerous bug fixes, stability, and correctness fixes for the Intel 830/845G
    2D, 3D, and Xvideo support
  - Updated Korean font encoding tables XFree86-4.2.99.2-korean-encoding-table-fixes.patch
  - Added XFree86-4.2.99.2-20021209-cvs-update.patch to further update to
    latest CVS as David checked in a lot more stuff
  - Removed patches included upstream now: XFree86-4.2.99.2-more-lib64-fixes.patch
    XFree86-4.2.99.2-disable-DRI-on-s390-by-default.patch,
    XFree86-4.2.99.2-x86_64-has-SSE-MMX-3DNOW.patch
* Mon Dec 09 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021208.1
  - Updated XFree86-4.2.99.2-redhat-custom-startup.patch to handle bug (#77930)
  - Added XFree86-4.2.99.2-alpha-domain.patch to fix PCI domains on alpha, and
    re-enabled building on alpha.
  - Removed with_ttmkfdir conditional, all ttmkfdir sources/patches and building
* Sun Dec 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021208.0
  - Updated CVS snapshot to 20021208, dropped unneeded patches
* Fri Dec 06 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.10
  - Fixed XFree86-4.2.99.2-mkfontdir-perms.patch to correctly chmod 0644 (#79119)
  - Added XFree86-4.2.99.2-xkb-gb-backslash-and-bar.patch to fix missing
    backslash/vertical bar keys on gb keyboard
* Thu Dec 05 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.9
  - Enabled StaticNeedsPicForShared YES in host.def for x86.  xfree86.cf defaults
    to YES for all archs except x86, which causes problems linking X .a only libs
    into KDE/GNOME .so libs and other problems like libxkbfile.a in (#78188)
  - Disabled older temporary hack XFree86-4.1-xinerama.patch to see if it is needed
* Wed Dec 04 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.8
  - Get rid of xtrap-clients and cursors subpackages, incorporating them into
    main XFree86 package and adding an Obsoletes tag for them
  - Added missing syriac-fonts post/postun scripts
  - Added XFree86-4.2.99.2-omGeneric-stop-app-crashes.patch to fix problems with
    apps crashing, due to some bad juju recently checked into upstream CVS
* Wed Dec 04 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.7
  - REALLY fix VT switch this time by making patch20007 apply as 20007 and not
    as 20006 doofus
* Wed Dec 04 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.6
  - Added XFree86-4.2.99.2-TEMPORARY-fix-for-broken-vt-switching.patch to fix
    broken VT switching, CTRL-ALT-BS, etc...
* Tue Dec 03 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.5
  - Re-enabled the old manual stripping policy and disabled rpm stripping as it
    has shown to not strip everything that needs to be stripped.
  - Added -fPIC to global compiler options for x86_64, as static libs need to
    be built with -fPIC to be linked into shared libs
* Fri Nov 29 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.3
  - Added XFree86-4.2.99.2-fix-CppCmd-path.patch to change the location X looks
    for cpp from /lib/cpp to /usr/bin/cpp
* Thu Nov 28 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.2
  - Added "-fno-strength-reduce GccAliasingArgs" to x86 and x86_64 default
    optimization flags, and "GccAliasingArgs" to default alpha and ppc flags,
    since we override XFree86 defaults, and they include these optimizations.
* Wed Nov 27 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.1axp
  - Add XFree86-4.2.99.2-missing-carriage-return-before-endif.patch to fix
    Alpha build failure in axpPci.c due to one backspace too many...
  - XFree86-4.2.99.2-build-fixes-for-alpha.patch
* Tue Nov 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.1
  - Woohoo! We now let rpm strip the XFree86 build as it no longer fries X modules
  - Added "BuildRequires: rpm >= 4.0.4" for safe rpm stripping, as older versions
    of rpm will strip XFree86 modules and make them unloadable
  - Added new _x11localedir macro, did search and replace cleanup
  - _includedir cleanup
  - Got rid of the Imake defines (BuildXinerama, BuildXineramaLibrary,
    BuildXF86DGA, BuildXF86DRI) from host.def, as they should be set properly in
    stock XFree86 configs, and if not, patched and sent upstream
  - Remove ancient BuildTdfx option that has not been used/needed for ages
* Tue Nov 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021126.0
  - Update CVS snapshot to 20021126
  - Removed patches that are now upstream: XFree86-4.2.99.2-redhat-xdm-pam.patch
    XFree86-4.2.0-xkb-french-canadian.patch, XFree86-4.2.0-xkb-is.patch,
    XFree86-4.2.0-manpage-document-nomtrr-option.patch,  
    XFree86-4.2.0-im-clientmessage-crash.patch
* Mon Nov 25 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021122.4
  - Test build
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021122.3
  - Test brp-compress out to see if we need to override it still
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021122.2
  - Added XFree86-4.2.99.2-neomagic-2160-disable-broken-accel-for-bug55587.patch
    to try to resolve bug (#55587)
  - Added XFree86-4.2.99.2-disable-DRI-on-s390-by-default.patch to disable DRI
    on s390 and s390x by default as X was defaulting to DRI=YES and s390 has no
    video hardware.
  - Added XFree86-4.2.99.2-x86_64-has-SSE-MMX-3DNOW.patch to enable SSE/MMX/3DNOW
    on x86_64 by default
  - Added XFree86-4.2.99.2-more-lib64-fixes.patch to cleanup Imake lib64ness
  - Modified strip section to call strip once for strip-debug, and once for
    strip -R .comment, as aparently calling them together does not do what I
    expected it to do.  Thanks to Michael Fratoni for pointing this out.
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021122.1
  - Reordered more patches to sections 10000/20000, and minor housekeeping
  - Removed BuildRequires on pam header file, and replaced with pam-devel
  - Removed XFree86-4.0.3-xaw-asciisink.patch, as a different solution was put
    into upstream sources
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021122.0
  - Updated CVS snapshot to 20021122
  - Updated XFree86-4.2.99.2-redhat-custom-modelines.patch as extramodes changed
  - Removed Alan Cox's input drivers, as they're included upstream now
  - Removed patches that are now included upstream: XFree86-4.2.0-minor-typo.patch,
    XFree86-4.2.0-hostname-stderr-fix.patch, XFree86-4.2.99.2-rename-Katmai-to-SSE.patch
    XFree86-4.2.99.2-new-alan-cox-input-drivers.patch, XFree86-4.2.99.2-Imake-lib64-fixups.patch
    XFree86-4.2.99.2-ati-r128-ppc-dri-buildfix.patch, XFree86-4.2.0-bad-mmap-check.patch
    XFree86-4.2.99.2-FontconfigFontsConfDir.patch, XFree86-4.2.99.2-Imakefile-fontconfig-build-dir-fixup.patch
  - Removed XFree86-4.1.0-ppc-compiler-workaround.patch, we are building with
    gcc 3.2 now, so this hack for older gcc 2.96 on ppc is not needed anymore
  - Submitted many of the remaining patches upstream in hopes they will be
    applied soon, and we can drop many more of them
  - Re-ordered the patch section a bit, removed dead patches that were still
    being included but not applied.  Made 2 new sections for patches - range
    10000 is for Red Hat custom patches that are specific to Red Hat Linux, and
    which are not particularly relevant for upstream or other distros, and a
    second section for patches which are certified ugly hacks, but needed, and
    possibly refused by upstream (with commented reason hopefully).
  - Added new gtf utility and manpage to main package for calculating new
    VESA GTF (General Timing Formula) modelines for creating new video modes
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.11
  - Added BuildRequires: expat-devel (#78422)
  - Removed s390 FreeType patch, as Than says it is no longer needed.
* Fri Nov 22 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.10
  - Conditionalized with_sdk to exclude it on s390
  - Do not build/include mmapr and mmapw on s390 and ppc platforms
  - Conditionalized inclusion of libxrx and disabled it as it is a Netscape
    plugin aparently, and a potentially serious security risk, and upstream
    recommends not to ship it.
* Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.9
  - Disable ati-r128-vtswitch-fix-busmaster-enable patch to see if the problem
    still exists or not.
  - Explicitly list each .a and .so library in the -devel package, so that
    unwanted libs that show up due to XFree86 Imake bugs do not get packaged.
    If RPM is configured with _unpackaged_files_terminate_build == 1, these types
    of errors can get picked up and fixed before becoming a problem.
  - Updated fontconfig-devel BuildRequires dependancy to version 2.1
* Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.8
  - Disabled xf86config, as it is ancient, and unneeded.  Our supported config
    tool is redhat-config-xfree86 now, and we want people using it, testing it,
    reporting bugs and feature requests to us in bugzilla.
  - Re-enabled input drivers from Alan Cox
  - Moved pkgconfig files, from _x11libdir to _libdir (#77815,77858)
  - Changed host.def to use HasFontconfig instead of UseFontconfig
  - Added XFree86-4.2.99.2-Imakefile-fontconfig-build-dir-fixup.patch to fix a
    bug in xc/lib/Imakefile which caused "make clean" to fail during build time
    when HasFontconfig is defined.  The problem is due to the FontconfigLibDir
    being added to $SUBDIRS always, and all targets seeing it and barfing when it
    is /usr/lib.  I changed it to FONTCONFIGBUILDDIR instead, which only gets
    defined when HasFontconfig is not defined.
  - Changed default cursor theme to whiteglass so that more people include with
    graphic art abilities see the graphic glitches and maybe one of them will fix
    the broken whiteglass theme
  - Added XFree86-4.2.99.2-FontconfigFontsConfDir.patch to rename conflicting
    namespace in Imakefile
  - Re-enabled the Imake-lib64-fixups patch for proper building on x86_64
* Fri Nov 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.7
  - Enabled kernel DRM check to ensure user has a Red Hat rawhide kernel
    installed which supplies the version of DRM that is required for proper
    operation of DRI.
  - Added rename-Katmai-to-SSE patch to rename the HasKatmaiSupport Imake
    define to be more correct as to what it is really doing.
* Tue Nov 12 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.6
  - Added XFree86-4.1.0-ia64-vgaHW-memory-barrier2.patch which adds memory
    barriers to the vgaHW functions to guarantee memory ordering.  This resolves
    MCAs on ia64 and possibly other platforms
  - Added memory barriers to nv driver in nv-ia64-memory-barrier.patch to solve
    HP Itanium 2 machine checks
* Tue Nov 12 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.5
  - Added patch to fix Imake related lib64 issue on Hammer where any library
    chosen with HasSomelib results in Imake looking in /usr/lib rather than in
    /usr/LibDirName - XFree86-4.2.99.2-Imake-lib64-fixups.patch
* Tue Nov 12 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.4
  - Removed glFrustum-fixie patch as it is unneeded in CVS X
  - Removed various other patches that are no longer needed, were not being
    applied, but were still being included in spec file
  - Updated redhat-custom-startup.patch to apply cleanly to 4.2.99.2
  - Enabled HasFontconfig in host.def (duh duh duh)
* Mon Nov 11 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.3
  - Specfile cleanups.  Removed stuff custom to my local environment that is now
    unneeded, and fixed some build issues.
* Sun Nov 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.2
  - Simplified the XFree86-75dpi-fonts and XFree86-100dpi-fonts file lists by
    using %exclude globs instead of individually listing a billion oddball
    globs, in order to shrink specfile, and improve maintainability.
  - Reordered the files lists to be closer to package alphabetical order
* Sun Nov 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.1
  - Added new __fccache macro for running fc-cache if it exists when installing
    or uninstalling font packages.  Added __fccache to all font packages
    post/postun scripts. (#77542)
  - Conditionalized the new inb, inl, etc. commands to only be included on
    architectures that they build and work for.
* Sun Nov 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021110.0
  - Updated CVS snapshot to Nov 10th
  - Added new inb, inl, inw, ioport, outb, outl, outw commands to SDK subpackage
    as they are potentially useful for driver development on architectures that
    they work on.
  - Added ownership of _x11includedir dir to XFree86-devel package
* Fri Nov 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021105.2
  - Updated various Requires lines in subpackages that specified a dep on
    another XFree86 subpackage to require the same ver-rel instead of just ver.
  - Reorganized font subpackages %description near the %package definition
  - Made font subpackage inclusion conditional with the macro with_fonts with
    hopes to build the fonts in a separate noarch src.rpm in the future instead
    of being part of the XFree86 build process. (untested yet)
  - Fixed bad Conflicts line missing a <= in XFree86-libs-data
* Thu Nov 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021105.1
  - Enabled the restest Xresource client
  - Disabled experimental building of kdrive/TinyX
  - Created new XFree86-libs-data subpackage to hold architecture independent
    data files including locale/compose datafiles, XErrorsDb, rgb.txt and other
    files that should be installed with the X libraries, and not require the
    main XFree86 package to be installed.
* Tue Nov 05 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021105.0
  - Updated CVS snapshot to Nov 5th
  - Includes bug fix for i830/i845 hardware/software cursor issue (#76772,77213)
* Mon Nov 04 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021101.6
  - Changed all occurances of /usr/X11R6/lib in all pre/post/postun/trigger/etc.
    scripts to use either _x11libdir or _x11datadir, whichever is appropriate,
    so that things work properly on x86_64 and other lib64 archs
  - Replaced all occurances of {_x11datadir}/X11/fonts with {_x11fontdir}
* Sat Nov 02 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021101.5
  - Removed Xterm3D from specfile.  There are enough terminal emulators in
    the distribution already.  xterm3D causes build dep loops, and is something
    that is more suited to its own RPM package IMHO.
  - Added conditionalized Obsoletes: XFree86-xf86cfg
  - Added XFree86-4.2.0-bad-mmap-check.patch to fix (#71783)
* Sat Nov 02 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021101.4
  - Changed SDK to use a filelist instead, and added code to %install to
    generate the filelist.sdk.  Hopefully this will work on all arches now.
  - Added XFree86-4.2.99.2-ati-r128-ppc-dri-buildfix.patch to fix build problem
    on PPC when DRI is not being built in.
* Sat Nov 02 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021101.2
  - Updated XFree86-sdk package to use _x11libdir instead of _x11datadir as
    the sdk gets installed to /usr/lib which is lib64 on Hammer.
* Fri Nov 01 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021101.1
  - Updated CVS snapshot, includes DRI CVS merge with Radeon 8500 3D support,
    various RandR and Xcursor fixes.  Note: You need to compile DRM by hand
    from XFree86 CVS for DRI to work, and no I wont help, I am busy.  Mailing
    lists exist for people who need help compiling DRM kernel modules.
  - Cleaned up cursors subpackage and added handheld cursors
* Wed Oct 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021023.2
  - Added files to sdk filelist.  Probably a lot of them can be commented out
    as they dont really suit the purpose the subpackage is being added, but I
    have included them anyway for now.
* Wed Oct 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.2-0.20021023.0
  - Updated CVS snapshot to 4.2.99.2
* Tue Oct 22 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021018.6
  - Added new XFree86-sdk subpackage in order to allow X driver modules to be
    compiled in separate subpackages, and to facilitate driver development
    outside of a fully installed XFree86 source code tree.
  - Fixed broken geode driver Imakefile SDK installation code
* Sat Oct 19 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021018.5
  - Disabled kdrive on ia64 also, as it fails to build (dunno why because the
    buildsystem deleted the log).  No biggie as I doubt we will see ia64 based
    PDAs anytime soon.
* Fri Oct 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021018.4
  - Completed the with_kdrive conditional build stuff.  TinyX kdrive etc. X
    servers can now be optionally enabled to be built.  WARNING: Note that this
    is not something which will be officially included or supported in
    Red Hat Linux, but rather it is intended solely for my own experimentation
    with kdrive.  Do not use this thinking or expecting that it will be enabled
    in official packages.  No guarantees, you have been warned.  Have fun with
    it for now, while I have it enabled anyway.
  - Disabled the kdrive option on x86_64 and ppc because gcc exhibits an ICE
    when building XIgsServer on x86_64, and the build fails on XIgsServer due
    to a source bug it appears when building on ppc
  - Added XFree86-4.2.99.1-kdrive-posix-sigaction.patch to fix sigaction issue
    in kdrive - sa_restore is obsolete and should not be used, POSIX does not
    require it, and it causes the build to fail on alpha.
  - Disable kdrive build on alpha, due to build failures
* Fri Oct 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021018.1
  - Updated file lists to conditionally include all freetype2 related files in
    the appropriate subpackages when with_freetype2 is defined
* Fri Oct 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021018.0
  - Updated CVS snapshot to the latest bits
  - Removed patches that are included in CVS code now:
    XFree86-4.2.1-xshm-header-file-fix.patch, XFree86-4.2.99.1-drm-device-dir-perms.patch
* Thu Oct 17 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021014.4
  - Added Provides/Obsoletes for Xft/Xft-devel for obsolesense and compatibility
* Tue Oct 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021014.3
  - Added new manpages for bdftruncate, cleanlinks, mergelib,
    mkhtmlindex, ucs2any
  - Added mmapw binary
* Tue Oct 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021014.2
  - Excluded fontconfig development files in the XFree86-devel subpackage when
    with_fontconfig is not defined, by using the rare rpm 'exclude' directive,
    both so that it does not conflict with existing fontconfig libs, and also
    to make people wonder what the exclude directive is and cause confusion and
    world unrest, just because.
* Tue Oct 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021014.1
  - Added xc/programs/Xserver/hw/xfree86/CHANGELOG doc flagged to main
    XFree86 subpackage, so people can find the developmental CHANGELOG
    without installing the source code
* Mon Oct 14 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021014.0
  - Updated CVS snapshot to 2002-10-14, which includes xfs updates and cleanups,
    APM suspend fixes, Radeon crash freeze fix, RandR extension updated to
    support refresh rate changes.
  - Made XFree86-libs subpackage Obsolete: Xft (#75932)
  - Fixed XFree86CVSDate in spec file to be correct.  Doh!
  - Disabled xkb-fix-deadkey-quotedbl-us_intl patch as one hunk fails, and it
    looks like CVS includes these changes already.  I really wish people would
    file these type of change requests upstream FIRST so I do not have to
    maintain separate fork of them.
  - Removed XFree86-4.2.0-xfs-syslog.patch, XFree86-4.2.0-sane-deadacc.patch,
    XFree86-4.2.1-lbxproxy-SEGV-fix.patch, XFree86-4.2.1-vidmode-manpage-fixes.diff,
    as they are included in CVS now.
  - Updated drm-device-dir-perms.patch, xtt.patch, Wacom patch to account for
    changes in CVS update, and cleaned up patches a bit.
  - Wrapped %clean section of specfile with auto_mharris_mode check, so that
    the BUILD_ROOT files get left behind for me for doing rpmfilediff to check
    for new files.
  - Removed .pl filename extensions from ucs2bdf.pl and bdftruncate.pl in file
    lists, to match the newly generated filenames.
* Sat Oct 12 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021012.0
  - Updated CVS snapshot to 20021012
  - Added changelog entries below for CVS updates.  ;o)
  - Added /usr/X11R6/bin/xft-config to -devel pkg
  - Made -libs package own the dirs _x11libdir, and _x11datadir
  - Fixes and improvements for the en_US.UTF8 compose rules, and for some dead
    accents for iso8859-1 and iso8859-15 (Alexandre Oliva).
  - Fix 24bpp displays with the fbdev driver when not using shadowfb
  - New "kbd" keyboard driver module which will eventually replace the built in
    "keyboard" driver.
  - New Natsemi geode video driver from Alan Hourihane
* Thu Oct 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021008.8
  - Made specfile changes for x86_64 arch (AMD Hammer) for lib64 support, which
    involved adding a new macro _x11datadir and making all fonts, and other non
    executable data, etc. use the _x11datadir macro instead of _x11libdir.  On
    x86/alpha/ia64/ppc _x11datadir and _x11libdir are the same, however on x86_64
    architecture, _x11libdir=/usr/X11R6/lib64 and _x11datadir=/usr/X11R6/lib
  - The package currently builds on x86/x86_64/alpha/ia64/ppc.  ppc64/s390/s390x
    to be tested soon, as will sparc/sparc64 if Tom Callaway gives it a shot.
* Thu Oct 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021008.5
  - Updated file lists for new files in CVS.  Normally I would add details as
    to what new applications were added, but I am feeling lazy.  Basically,
    mmapr, new xcursor stuffs, and a few other things.  Blah blah blah.
  - Created new subpackage XFree86-cursors for the new truecolor antialiased,
    alpha blended, animated, themeable mouse pointers in XFree86.  Go Keith go!
  - Created new subpackage XFree86-syriac-fonts for the new Syriac fonts.
  - Made various updates to _x11foodir macro usage throughout the specfile
* Wed Oct 09 2002 Mike A. Harris <mharris@redhat.com> 4.2.99.1-0.20021008.0
  - Forked XFree86.spec and updated XFree86 to CVS snapshot from head of CVS
    dated 20021008
  - Removed all patches from specfile which are now present in CVS, or otherwise
    made irrelevant.  There are still various patches disabled which are not yet
    known if they are needed or not, and might need porting work.
* Tue Oct 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-8
  - Updated Patch0 to current xf-4_2-branch, picking up a few security fixes
    and bugfixes, in particular for MIT-SHM, xdm
  - Removed XFree86-4.0.3-xaw-freed-mem-deref.patch now as it _finally_ is in
    XFree86.org sources.  ;o)
  - Removed XFree86-4.2.0-xdm-pam-conv-and-realloc.patch - it is integrated now
* Mon Oct 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-7
  - Various architectural cleanups for all-arch build
* Wed Sep 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-6.2
  - Added new input drivers from Alan Cox for "Fujitsu stylistic",
    Palmax PD1000/PD1100 Input driver, Union Reality UR-98 head tracker
* Wed Sep 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-6.1
  - Added new Cyrix driver 0.2 from Alan Cox, which fixes (#72297)
* Sat Sep 14 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-6
  - Updated savage driver to the upstream maintainer Tim Roberts new 1.1.25t
    version which solves various savage driver problems, which are fully
    documented at http://www.probo.com/timr/savage40.html (#71973)
* Wed Sep 11 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-5.1
  - Disabled DRI on ppc at streeters request
* Wed Sep 11 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-5
  - Added XFree86-4.2.1-lbxproxy-SEGV-fix.patch from Debian to fix a SEGV
    in lbxproxy
  - Added XFree86-4.2.1-xshm-header-file-fix.patch from Debian
  - Added XFree86-4.2.1-vidmode-manpage-fixes.diff from Debian
* Tue Sep 10 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-4
  - Added ati-r128-dri-dga and ati-radeon-dri-dga patches to fix bugs in the
    Radeon and Rage 128 drivers which cause crashes while using VMware with
    DGA when DRI is enabled (#73678)
  - Fix up ttmkfdir to look for freetype in _libdir for AMD Hammer
* Sun Sep 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-3.3
  - Remove scanpci, pcitweak from ppc/ppc64 builds
* Sun Sep 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-3.2
  - (x86_64) Added Imake define to point Freetype2LibDir to _libdir
* Sat Sep 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-3
  - Replaced the BuildRequires on Glide3 and Glide3-devel that was
    conditionalized for x86/alpha/ia64 with some new shell script code in the
    prep section to ensure Glide3 is installed on the build system since
    some rpm based software freaks out with conditional BuildRequires, and I
    am a nice guy.
* Sat Sep 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-2
  - Did a search and replace on specfile to convert all locations of the X11
    font directory to _x11fontdir, /usr/X11R6/bin -> _x11bindir, and similar
    for _x11mandir, etc. throughout the specfile
* Sat Sep 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.1-1
  - Updated XFree86 to version 4.2.1.  This does not bring us anything new
    since 4.2.1 is merely 4.2.0 stable branch (which our 4.2.0 was already
    tracking all along) plus the latest X security patch, which 4.2.0-72
    contains.  This release is merely a cosmetic update to official 4.2.1 in
    order to quell all of the "Why doesnt Red Hat have 4.2.1" questions that
    are sure to abound.
  - Removed patches present in 4.2.1:  XFree86-4.2.0-vesa-xf86SetDpi-fix.patch,
    XFree86-4.0.3-xaw-readtext.patch, XFree86-4.1.0-time-wraparound.patch,
    XFree86-4.2.0-mitshm.patch,  XFree86-4.2.0-xkb-us_intl-missing-commas.patch,
    XFree86-4.2.0-overlay-crash.patch
* Thu Sep 05 2002 Owen Taylor <otaylor@redhat.com>
  - Fix zh_TW-xcinNEW patch which lost a couple of things in the merge 
    with the XLOCALEDIR patch
* Tue Sep 03 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-71
  - Added xlib-security-fix-XLOCALEDIR to fix a security vulnerability in
    Xlib i18n code new to 4.2.0.  4.1.0 and earlier is not susceptible.
  - XFree86.org has tagged a new release of XFree86 4.2.1 in CVS for this
    issue.  Red Hat current XFree86 4.2.0 is essentially 4.2.1 except for the
    cosmetic version number difference
  - Updated the zh_TW-xcin patch to zh_TW-xcinNEW which handles a code area
    that overlapped with the new security patch
  - Updated the _LP64 kludge patch on alpha/ia64 as it also overlapped the
    security patch
* Sun Sep 01 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-70
  - Updated custom startup log patch to fix a few glitches
  - Added -fPIC to x86_64 compiler flags until better solution is made in future
  - Added XFree86-4.2.0-libXrender-bugfix.patch to fix showstopper (#73243)
* Thu Aug 29 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-69.1
  - Added Obsoletes: XFree86-compat-libs to list of obsolete packages
* Thu Aug 29 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-69
  - Rebuild with a few patches disabled that errored out on me and will be
    fixed in future build
* Thu Aug 29 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-68
  - Pruned ia64 driver list based on unknown state of working order for these
    drivers on ia64 to minimalize support issues.  As hardware becomes available
    for testing, and drivers can be verified to be mostly sane/working, they
    can be re-enabled on a driver by driver basis.
  - Added XFree86-4.2.0-im-clientmessage-crash.patch to fix CJK application
    crashing showstopper bug (#72236)
* Mon Aug 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-67.6
  - Actually properly enable the maxxfbmem patch from 4.2.0-67.5 this time
  - Fix unresolved symbols in SiS driver reported by Alan Cox
* Sun Aug 25 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-67.5
  - Changed buildsys autodetect to use new beehive mechanism (#71055)
  - Added kernel version string to X server startup messages for easier debugging
  - Fixed SiS hardware cursor (hopefully) with XFree86-4.2.0-sis-cursor.patch
  - Fixed SiS maxxfbmem driver comparison inversions
* Thu Aug 22 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-67.1
  - Cleaned up 3.3.6 server Obsoletes lines et al. to be more compact
* Thu Aug 22 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-67
  - Integrated PPC specfile changes
  - Enable DRI on ppc, but not ppc64
  - PPC using gcc 2.96 autodetection and compiler flag tweaks, etc.
  - Added ppc64, s390x, x86_64 to conditionalized LP64 patch
  - PPC - build pcitweak, scanpci on ppc, ppc64 now
* Mon Aug 19 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-66
  - Added XFree86-4.2.0-elf-loader-empty-symbol-table.patch to fix gcc 3.2
    related issue in the X ELF loader (#70576)
  - Re-enabled the Radeon DDA removal patch now that Null beta is released
* Thu Aug 15 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-65
  - Due to a kernel bug breaking SuS compliance in the Alpha kernel, a change
    has been made to the install section so that fonts.dir, encodings.dir files
    are mode 644 before "touch" touches them.
  - Modified stripping policy at end of install section to strip all ELF
    executable files in the buildroot instead of just the ones found in 
    /usr/bin and /usr/X11R6/bin.
  - Modified shared library stripping policy for all libs found in /usr/X11R6/lib,
    /usr/lib, and now also /usr/X11R6/lib/X11/locale/common.  All .so.* libs are
    now stripped with "strip --strip-unneeded -R .comment" following the current
    RPM default for stripping shared libraries, and under the advice of Uli.
  - Note:  XFree86 server modules are not stripped at all currently for safety.
    Once I determine what can be safely stripped, I will add stripping of the
    modules also.
* Wed Aug 14 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-64
  - Removed XIE and PEX5 documentation from XFree86-doc subpackage because both
    of these extensions are obsolete and not included anymore.
  - Temporarily disabled XFree86-4.2.0-ati-radeon-dda-removal.patch as it is
    untested, and I dont want to destabilize.  Will re-enable for testing soon.
* Tue Aug 13 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-63.1
  - Added XFree86-4.2.0-ati-radeon-dda-removal.patch which removes the DDA
    code from the radeon driver which was leftovers from the r128 driver and
    aparently causes 1400x1050 and other modes to cause an FPE on some radeon
    boards in some refresh rates (#63593)
  - Explicitly delete unshipped files from RPM_BUILD_ROOT at end of install
    section in order to pass RPMs new unpackaged_files_terminate_build option
  - Moved around some file removals to the new DELETE section of specfile
* Mon Aug 12 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-63
  - Added XFree86-4.2.0-ati-mach64-dsp-rounding-error.patch to fix a rounding
    error in Mach64 DSP calculation
  - Added XFree86-4.2.0-ati-radeon-missing-commas.patch which fixes a missing
    comma issue in a struct in radeon_driver.c
  - Bumped spec file release from 60.4 to 63 due to someone elses package
    release number conflicting.
* Thu Aug 08 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-60.4
  - Fixed an xdm SEGV bug in verify.c which could be occasionally triggered,
    due to malloc() allocated memory not being zeroed out.  Also fixed a
    bad realloc() call that assumed the reallocated block of memory would be in
    the same location every time - fixes bug (#40729)
* Wed Aug 07 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-60.3
  - Added XFree86-4.2.0-sane-deadacc.patch to fix dead diareisis problem reported
    by aoliva in bug (#71014)
* Tue Aug 06 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-60.2
  - Disabled the ugly 1980 style ancient UNIX ugly ugly X server startup
    stipple pattern.
* Mon Aug 05 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-60.1
  - Added XFree86-4.2.0-locale-alias-utf8-euro.patch to workaround bug in
    fi_FI.UTF-8@euro and pt_PT.UTF-8@euro locales (#67914)
  - Added XFree86-4.2.0-i810-vtswitch-sync-fix.patch to fix i810 VTswitch
    lockup problem - BLOCKER bug (#66187,#53231)
* Mon Aug 05 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-60
  - Removed /usr/share/fonts/default/TrueType from default xfs config file in
    order to fix BLOCKER bug (#68126,#70178)
  - Made X resource extension off by default for official builds, due to
    irrational ABI compatibility concerns.  People wanting to use it can
    easily rebuild X from rpm after setting the define with_Xresource_extension
    to 1.
* Sat Aug 03 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-59.2
  - Added restest dumb sample client to use the new Xres extension
  - Conditionalized spec file inclusion of Xres and the sample client
* Sat Aug 03 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-59.1
  - Bugfix to dixsym.c for the Xres extension from yesterday.
* Fri Aug 02 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-59
  - Backported the new X-resource extension from XFree86 head CVS, which allows
    internal X server resource statistics, etc. to be queried by client
    applications.  This can aide in debugging client related pixmap leakage, and
    a variety of other various resource related problems/bugs in both client
    applications, as well as the X server itself.
* Wed Jul 31 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-58.1
  - Disabled ParallelBuild on s390 upon request of pknirsch
* Tue Jul 30 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-58
  - Added support to the Radeon driver CP engine to perform accelerated color
    expansion and image writes.  The CP engine is used when DRI is enabled.
    XFree86-4.2.0-ati-radeon-cp-colorexpansion-imagewrite-enhancement.patch
* Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-57.1
  - Removed the following paths from the default xfs config file as we do not
    ship fonts in these directories by default or they dont belong in the default
    config: /usr/X11R6/lib/X11/fonts/CID, /usr/X11R6/lib/X11/fonts/local,
    /usr/X11R6/lib/X11/fonts/latin2/Type1, /usr/share/AbiSuite/fonts (#68126)
* Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-57
  - Added XFree86-4.2.0-ati-r128-vtswitch-fix-busmaster-enable.patch to fix
    the exact same bug in the r128 driver as was just fixed in the radeon
    driver in 4.2.0-56. (#62442,#65136)
* Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-56
  - Added XFree86-4.2.0-libICE-remove-stupid-delay.patch to remove stupid 5
    second delays from libICE (#66751)
  - Added XFree86-4.2.0-ati-radeon-vtswitch-fix-busmaster-enable.patch to fix
    lockups reported in XFree86 4.2.0 for a long time now by users of ATI Radeon
    cards with certain hardware combinations. (#62171,#65330)
* Wed Jul 24 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-55.2
  - Added -f flag to hostname command to attempt to fix Custom build
  - Added fix for SysRq / Print Screen:  XFree86-4.2.0-sysreq.patch (#69743)
* Tue Jul 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-55.1
  - Made all instances of "rm" in spec file "rm -f" in order to force removal
    of the file without prompting.  Reported by a few people that rebuilding X
    caused it to hang while compiling on an "rm" command.  (#69713)
  - Added XFree86-4.2.0-manpage-document-nomtrr-option.patch to document
    Option "NoMTRR" in the XF86Config manpage.
* Mon Jul 22 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-55
  - Added ati-rage-xl-pci-spec-cleanup patch to fix ATI Rage XL PCI spec
    violations (#69291)  Replaces previous patch for IBM/Dell/others from
    Feb 28, 2002 (#58188)
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 4.2.0-54
  - rebuild using gcc-3.2-0.1
* Sat Jul 20 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-53.1
  - Redirect stderr+stdout of hostname command in xon script to prevent stderr
    from being displayed ot user (#67323)
  - Corrected incorrect filepath in XftConfig-README-OBSOLETE file (#68632,#69104)
* Thu Jul 18 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-53
  - Previous ia64/alpha fix from Jul 08 removed the Xft1 patch,
    and made the ia64/alpha patch apply on all architectures.  Fixed.
  - Added XFree86-4.2.0-overlay-crash.patch to fix bug (#68516)
  - Added patch for module loader from Bill Nottingham for gcc 3.1 on ia64
  - Add patch to enable/disable DMA for Xv on r128 (#64503,#68058,#68668)
* Mon Jul 08 2002 Elliot Lee <sopwith@redhat.com> 4.2.0-52.01
  - Fix duplicate application of patch4201 on ia64/alpha
  - Remove ExcludeArch: alpha ia64
* Tue Jun 25 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-52
  - Reordered the spec install section so that Xft1 .so gets deleted after it
    the code which generates the .so devel symlinks
  - Fixed libXft.so.1 to point to libXft.so.1.2 instead of 1.1, and made sure
    the files are explicitly listed in the files section.
* Sun Jun 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-51
  - Added Obsoletes lines for remaining 3.3.6 servers that were not previously
    obsoleted from the olden days.
  - Really made Xft headers excluded this time
* Sun Jun 23 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-50.24
  - Assimilated mkxauth into the XFree86-xauth package, and added Obsoletes and
    Provides entries for it.
  - Removed Xft headers when new Xft1 is used, as Xft2 now provides the Xft
    headers instead.
* Fri Jun 21 2002 Mike A. Harris <mharris@redhat.com> 4.2.0-50.23
  - Replaced libXft with the new Xft1 from XFree86 CVS which is completely
    compatible, however uses fontconfig instead of XftConfig.  This has been
    conditionalized so that it can be disabled for builds for RHL 7.3 et al.
    The new libXft is Xft 1.2 whereas the stock Xft is 1.1.  The new lib should
    be binary compatible and source