X.org X11 is an open source implementation of the X Window System. It
provides the basic low level functionality which full fledged
graphical user interfaces (GUIs) such as GNOME and KDE are designed
upon.
Provides
Requires
Copyright
MIT/X11, and others
Signatures
MD5: 4250958fb0f5b6a80c5475468fb79805
Changelog
* Fri Jun 25 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-5
- Fixed bug in mga driver which caused hangs on some Matrox Mystique boards
of revision 0->2, which were caused by a previous upstream bugfix for
another issue. xorg-x11-6.7.0-mga-storm-sync-fix.patch (#124028)
- Added xorg-x11-6.7.0-ati-radeon-7000m-dell-server.patch to add support for
custom ATI hardware made for Dell. (#122190)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 6.7.0-4
- rebuilt
* Tue May 18 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-3
- Added rpm script munging of X server config file back to spec file, which
got inadvertently left out of the 6.7.0-2 build. This fixes #120858 and
its bretheren.
* Sat May 08 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-2
- Add -Wa,--noexecstack to AsCmd, in order to force all assembler files to
use GNU stacks. This was accomplished in an alternative way in our XFree86
4.3.0 packaging via XFree86-4.3.0-redhat-exec-shield-GNU-stack.patch which
patched every assembler file to add a .note.GNU-stack section, which is
considered a superior solution, but our patch was non-portable to non-GNU
systems. This is a cleaner hack for now. (FC2BLOCKER #122708)
- Modified main rpm pre script to massage the X server config file(s) to
remove XkbRules lines to help avoid (FC2BLOCKER #120858 and a zillion
duplicates), and to ensure that the only active X server config file is
xorg.conf (if any is present), and any other XFree86 4.x config files are
renamed to .obsolete, which will help to minimize config file name confusion,
and provide some sanity on upgrades, as all users will use xorg.conf by
default regardless now. (FC2BLOCKER #122454) (Fix based on patch from wtogami)
* Fri May 07 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-1
- Added xorg-x11-6.7.0-libxf86config-monitor-freq-fix.patch to fix a problem
caused by gratuitous upstream libxf86config changes which force the
HorizSync and VertRefresh lines to always be written out to the config file
in commented out form. (FC2BLOCKER #120950, 122341, 122573, 122439, 122072,
122461, 121946, 121717, others not yet duped)
* Thu Apr 15 2004 John Dennis <jdennis@redhat.com> 6.7.0-0.5
- add xorg-use-linux-pci-only.patch, fixes bugs #118130 & #120520
* Thu Apr 08 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-0.4
- Further package description cleanups to remove more references to "XFree86"
and replace them with more neutral wording, and also fix (#119670)
* Thu Apr 08 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-0.3
- Fix pre script for loop error created by accidentally committing half worked
code.
* Wed Apr 07 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-0.2
- Updated spec file package descriptions to remove references to "XFree86" and
update them to "X Window System" or "Xorg X11" as appropriate.
- Updated the following patches to work with xorg.cf instead of xfree86.cf:
- xorg-x11-0.6.6-allow-XF86ExtraCardDrivers-on-AMD64.patch
- xorg-x11-0.6.6-fix-BuildXFree86ConfigTools.patch
- xorg-x11-6.7.0-xterm-make-optional.patch
- xorg-x11-6.7.0-ppc64-support-updates.patch
* Wed Apr 07 2004 Mike A. Harris <mharris@redhat.com> 6.7.0-0.1
- Updated file lists to handle upstream renaming of X server binary from
"XFree86" to "Xorg", server manpage, and getconfig config file.
- Added new ghost files for new server config file /etc/X11/xorg.conf
- Removed legacy compatibility symlinks for the old XF86Config file from
/usr/X11R6/lib/X11 as X.org X11 uses /etc/X11/xorg.conf and there is no
legacy to be compatible with.
- Other specfile cleanups to use /etc/X11/xorg.conf as the config file, and
flag all places of XF86Config files with FIXME warnings of deprecation
* Tue Apr 06 2004 Mike A. Harris <mharris@redhat.com>
- Update main tarball to official X11 Release 6.7.0 from CVS export of the
upstream release tag "xo-6_7_0" off of the "XORG-RELEASE-1" branch of CVS
- Removed xorg-redhat-ia64-plt-prot-exec-fix.patch as it is merged in 6.7.0
* Tue Apr 06 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.5
- Removed build_psyche build target, renamed build_rawhide to build_fc2, and
added new build_maintainer custom build target
- Various spec file cleanups, renamed macros to foo_bar format, etc.
* Tue Apr 06 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.4
- Updated our ppc64 support patch and submitted upstream to fix (FDO #303)
- Renamed xorg-ppc64-support-updates.patch to xorg-x11-ppc64-support-updates.patch
to establish consistency with the names my xdiff utility produces.
- Added xorg-x11-0.6.6-allow-XF86ExtraCardDrivers-on-AMD64.patch to allow
add on drivers to be specified using XF86ExtraCardDrivers in host.def on
AMD64 architecture, in order to enable the "voodoo" driver.
- Enable the "voodoo" driver for AMD64 in addition to x86.
- Removed build_shrike, build_yarrow, and build_taroon build target macros and
usage, as the package is not designed or intended to be used on those OS
releases, and there are various potential problems that could arise.
- Updated freetype and freetype-devel dependancies to require version 2.1.7, as
that is what version ships in the upstream sources, and there have been some
font display related bugs reported by people who have recompiled the SRPM on
older OS releases, and we do not support that anyway.
- Fixed bugs in spec file command substitution '[' tests discovered while
updating the build target macros.
- Disabled BuildRequires: Glide3, Glide3-devel dependancies as Glide is opened
via dlopen() for a while now, so it should not be needed at compile time any
more.
* Mon Apr 05 2004 Mike A. Harris <mharris@redhat.com>
- Updated xorg-ppc64-support-updates.patch with fix for endian related issue
(FC2 BLOCKER #119045)
- Removed obsolete_xfree86 conditional and usage, we hard code the Obsoletes
lines now.
- Restored "Conflicts" lines that I had previously removed in the transition
from XFree86 to Xorg X11, as they seem to still be needed on upgrades, or
it is possible there will be upgrade failure issues, in particular when
upgrading from Red Hat Linux 7.x or older releases to FC2.
- Added xorg-libX11-zh_CN.UTF8-crash-fix.patch to fix (FC2 BLOCKER #119032)
* Fri Apr 02 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.3
- Fixed a bug in xorg-redhat-libGL-exec-shield-fixes.patch (FC2 BLOCKER #119818)
- John further updated above patch, and tagged the .3 release.
* Thu Apr 01 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.2
- Added new open source Nvidia DRI 3D driver today, and enabled it on x86,
ia64, and x86_64 only, as those are the only architectures that have been
tested. It builds cleanly with xorg, but is totally untested so far.
* Wed Mar 31 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.1
- Added xorg-ppc64-support-updates.patch back, as PPC64 fixes were reverted
upstream <sigh>.
* Tue Mar 30 2004 Mike A. Harris <mharris@redhat.com> 0.6.6-0.2004_03_30.0
- Updated main xorg tarball to CVS snapshot 2004_03_30 from today.
- Removed XFree86-4.3.0-radeon-dpms-on-dvi-v2.patch as it should no longer be
needed with current Radeon driver.
- Removed patches already merged into new upstream tarball, including:
- xorg-redhat-elfloader-linux-non-exec-stack.patch
- xorg-x11-addrinuse.patch
- xorg-x11-Xft-freetype-bitmap-font-fix.patch
- Split out xorg-redhat-ia64-plt-prot-exec-fix.patch from libGL-exec-shield
patch, as it was unrelated to libGL-exec-shield fixes. (#119324)
- Removed fonttosfnt* from the file lists as it has been removed upstream now
- Updated file list for libXft.so.2.1.2
* Tue Mar 30 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.11
- Added xorg-r200-uninitialized-variable-used.patch to CVS, as my last commit
neglected to include the file.
* Tue Mar 30 2004 John Dennis <jdennis@redhat.com> 0.0.6.6-0.0.2004_03_11.10
- reenable libGL exec shield patch
- also fix bug 119324 ia64 exec permissions on PLT in elfloader
* Thu Mar 25 2004 Mike A. Harris <mharris@redhat.com>
- Fixed uninitialized variable access in Radeon R200 driver, in r200_pixel.c
with xorg-r200-uninitialized-variable-used.patch FC2t2 TARGET (#116661)
* Wed Mar 24 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.9
- Really added the xorg-x11-Xft-freetype-bitmap-font-fix.patch patch this time
as it was inadvertently left out of 0.0.6.6-0.0.2004_03_11.8 by mistake
* Tue Mar 23 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.8
- Added xorg-x11-Xft-freetype-bitmap-font-fix.patch from Xft 2.1.6 to Xorg
included Xft to fix - FC2t2 BLOCKER (#118587,118822)
- Remove the rpm pre scripts from the library subpackages as they did not end
up solving the XFree86 -> xorg-x11 ld.so.conf upgrade problem.
- Disable userdel/groupdel in xfs preun script, as it is harmless to leave the
xfs user/group around as it is a registered account ID anyway, and there is
a rather unsolveable problem on upgrades from one package providing xfs to
a new one otherwise. - FC2t2 BLOCKER (#118145)
- Added "triggerpostun xfs -- XFree86-xfs" script, to work around a bug in the
XFree86-xfs postun script, which results in the special xfs user account
being inadvertently removed, causing xfs to run as the root user, and also
resulting in xfs not being activated by chkconfig. This trigger executes
right after the XFree86-xfs postun script, and ensures that the xfs user
exists, and that the xfs initscript is properly added by chkconfig, however
this problem will recur again if we ever rename the xorg-x11 package to
something else, or switch to a different X11 implementation altogether, since
the xfs postun still will remove chkconfig on "rpm -e" or "rpm -U" to a
different package name, but that problem is not easily solved other than by
adding a new trigger every time the package name changes, unless someone
has a better idea - FC2t2 BLOCKER (#118145,118818)
- Added "triggerpostun libs -- XFree86-libs" script to work around a bug in
the XFree86-libs postun script, which results in _x11libdir being removed
from ld.so.conf when upgrading from XFree86 to xorg-x11. This trigger
executes right after the XFree86-libs postun script and puts _x11libdir back
in ld.so.conf - FC2t2 BLOCKER (#118448,118851,118993)
- Use "/sbin/service" instead of "service" in rpm scripts.
- Add "Requires(preun,postun): /sbin/service" to xfs package
dependancies.
* Mon Mar 22 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.7
- Fixed -libs subpackage postun script by commenting out the broken empty
if block (#118890,118949)
- Added xorg-x11-addrinuse.patch to fix bug in X.org Xtrans code which causes
bind() failures to fail as if errno was set to -EADDRINUSE (#118950)
- Set "LinkGLToUsrLib NO" because the symlinks Imake creates are absolute,
and we want relative symlinks. A user reported this bug, so I have added
code to %install section to create relative symlinks in a similar but
cleaner way to our XFree86 4.3.0 packaging.
* Wed Mar 17 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.6
- Added new rpm pre scripts for the libs, Mesa-libGL, and Mesa-libGLU packages
which add _x11libdir to ld.so.conf if it is missing, and then run ldconfig,
in order to work around a race condition in the XFree86-libs-4.3.0-64 and
older XFree86-libs packaging which could cause _x11libdir to be removed
from ld.so.conf when other packages are still using it, including xorg-x11,
causing upgrades to fail (#118448)
- Removed the offending code from xorg-x11-libs postun script so that this
problem is not preserved in xorg-x11 packaging. Also updated our XFree86
packaging in cvs, so future XFree86 erratum for Fedora Core 1 and other OS
releases will help to reduce the chances of someone getting hit by this
upgrade problem.
- Added initial support to spec file for using the CVS Revision of the spec
file in the package Release field. Graciously stolen from the kernel spec
file. This is currently unused, but may be used in the future.
* Wed Mar 17 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.5
- Added versions to some of the XFree86 compabitility virtual provides, which
include "Provides: XFree86-devel = 4.4.0", "Provides: XFree86-font-utils = 4.4.0",
"Provides: XFree86-libs = 4.4.0"
- Added virtual provides of xdm, base-fonts, Xnest, xauth, libGL, libGLU, to
each relevant subpackage. They are all intentionally unversioned, so that
things that require xdm/Xnest/etc. in a version/implementation agnostic
manner, should use "Requires: xdm" instead of requiring a specific
implementation or version of xdm. If some package really does require a
specific implementation or version of xdm, then it should still use the
full non-virtual package name, as it is going to be both implementation and
version specific anyway, so versioning these particular virtual provides
does not make sense.
* Tue Mar 16 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.4
- Removed a bunch of the virtual Provides I added previously as they create
problems with previous usage of Conflicts lines in some subpackages, and
likely with other software, since they were not versioned Provides. The
other option would be versioning the provides, but I am not convinced that
is the right approach. Instead, I have removed them and will add things
for compatibility only as problems arise.
- Added virtual "Provides: foo" to the Xvfb, xfs, twm, and font-utils subpackages,
where "foo" is the subpackage name with the "XFree86-" part stripped off
so that apps can use for example "Requires: xfs" to get an xfs font server,
instead of requiring the XFree86 implementation specifically. This allows
us to have X11 implementation agnostic dependancies, which makes it easier
to switch X11 implementations without breaking a pile of package
dependancies.
- Added ld_so_conf_add_x11libdir macro, to clean up the rpm scripts a bit
* Mon Mar 15 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.3
- Added Obsoletes: tags to each subpackage in order to be able to properly
replace XFree86 on upgrades cleanly
- Added virtual Provides: to most subpackages for compatibility with XFree86
packaging on upgrades for packages that hard code specific XFree86
dependancies. Note that this may change in the future depending on the
problems and needs that arise.
- Remove {_libdir}/libGL.so.1.2 symlink from Mesa-libGL subpackage as unneeded
- Disable libGL exec-shield patch for libGL as it has a slightly elusive glitch
- Remove all old XFree86 Conflicts lines from packaging, as they should not be
needed now since the package names have changed and the old ones are now
fully obsoleted
* Sat Mar 13 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.2
- Removed with_vmware conditional, and now unconditionally include vmware_drv
- Removed both the with_new_xft and with_new_xrender macros and their usage
- Removed version from virtual Xft Provides, as it is probably unnecessary
- Ported redhat-libGL-exec-shield-fixes.patch from 4.3.0 and added it as
xorg-redhat-libGL-exec-shield-fixes.patch
* Sat Mar 13 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.1
- Various spec file cleanups, and s/XFree86/X Window System/ etc.
- Use %{name} instead of hard coded XFree86 in dependancies for xdm
- Remove triggerpostun -- XFree86, as that was for 3.3.6 compatibility only
- Fix dri module file lists to prevent double inclusion problem
- Disable TLS support for libGL and the DRI drivers until it is ported forward
* Fri Mar 12 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_11.0
- Removed with_new_render hacks from specfile because new Render is included
now, and upstream imake can deal with 3 level .so versions
- Updated libXft/libXrender .so.* versions in rpm file lists
- Updated spec file bits for moving GL includes into OpenGL ABI for Linux
mandated location
- Removed spec file hack to make libGL be visible in OpenGL ABI for Linux
mandated location, and enabled LinkGLToUsrLib YES in host.def to accomplish
the same instead.
- Replaced .so version specific spec file hack to make libGLU be visible in
OpenGL ABI for Linux mandated location, with a new hack that is more robust
- Updated file list for libXcursor.so.1.0.2
* Thu Mar 11 2004 Mike A. Harris <mharris@redhat.com>
- Updated to CVS snapshot 2004_03_11
- Added missing .so symlinks to -devel subpackage file list that did not get
detected by the rpm missing_files_terminate_build test, but were present in
the RPM_BUILD_ROOT
- Fixed bad dates for last few entries in spec file changelog
- Applied the xorg-mharris-radeon-agp-detect-via-pci-cap-list.patch and
libICE-remove-bogus-delay.patch to upstream CVS and removed patches
- Downgraded freetype-devel dependancy to 2.1.4 again, so the package builds
more easily on older OS releases for anyone brave enough to do so (ok, ok,
so it is for me ok!)
- Added xorg-Imake-make-icondir-configurable.patch, ported forward from our
XFree86 4.3.0 patch
- Explicitly list each individual shared library in the file lists instead of
using globs, as this makes it easier to know when .so versions change,
perhaps accidentally and catch problems sooner. Globs were used before
mainly to ensure files did not get excluded accidentally, however rpm now
checks for files in the buildroot that do not end up in the final packaging
- Remove XFree86-4.3.0-redhat-xft-loadtarget.patch as the Xft in xorg CVS
now includes this functionality already, however it is conditionalized at
build time on the definition of FC_HINT_STYLE being defined, so we need to
ensure this is getting defined at build time for compatibility.
- Updated redhat-embeddedbitmap patch
* Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_09.1
- Added xorg-ppc64-support-updates.patch, a forward port of ppc64 support from
our XFree86 4.3.0 packaging
- Made with_savetemps work on x86/alpha/ppc/ppc64/amd64, and remove -pipe
when using -save-temps
- Builds were failing with an mkfontscale SEGV or SIGILL on ppc/ppc64/s390
which has been tracked down to an aliasing bug in freetype 2.1.7. I have
rebuilt freetype 2.1.7-3 with -fno-strict-aliasing which seems to work around
the problem in testing. We will see if it fixes it once freetype is built.
- Updated freetype dep in libs subpackage to 2.1.4
- Temporarily updated freetype-devel dep to 2.1.7-3 to force beehive to
install it, so I get the -fno-strict-aliasing build
- ifnarch ppc64/s390/s390x libI810XvMC.*
* Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 0.0.6.6-0.0.2004_03_09.0
- Initial xorg-x11 package, forked from the XFree86-4.3.0-63 package
- Package name chosen as xorg-x11 due to lack of official upstream package
name at this point. Name may change in the future, so people should not
hard code any dependancies on it. Version and Release fields future proofed
for similar reasons, as we do not know what upstream version will be.
- Renamed StudlyCaps rpm macros XFree86CVSDate and CVSBuild to cvs_date and
cvs_build to be more consistent in macro naming throughout specfile
- Disabled the with_new_savage_driver, and with_via_driver options by default,
as the included drivers are newer, although the via driver may lose DRI
support temporarily which I may need to add back later
- Disabled with_new_xft, with_new_xrender by default to use the stuff included
in the tree, or use external Xft/Xrender packaging instead.
- Force with_xterm to 0 for all builds as we have shipped xterm separately
for a few OS releases now
- Updated spec file License field to be more accurate "MIT/X11/others"
- Updated freetype deps to "BuildRequires: freetype-devel >= 2.1.4", as 2.1.4
is what is currently included in the xorg sources and is the minimum needed
to build properly
- Replaced all hard coded Requires: XFree86-* with usage of %{name} macro
instead, so package renames are easier to deal with
- Dropped all patches that were previously backported from XFree86 CVS, or
were already checked into XFree86 CVS since 4.3.0.
- Temporarily disabled many patches that fail to apply, or fail to apply
cleanly, for future investigation and cleanup, just to get rpms building
- Ported the elfloader-linux-non-exec-stack patch to current xorg-x11
- Removed the Glide3 conditionalized BuildRequires hack that was previously
implemented to work around Red Hat buildsystem problems
- Disable removal of XIE/PEX docs as they are no longer provided in sources
- Force the removal of _x11dir/src in %install, as the new tree installs the
DRM source code there by default, and we do not want it because our DRM is
in our kernel rpm. No sense confusing users with multiple DRMs.
- Added getconfig bits to main server package
- Added fonttosfnt to font-utils subpackage
- Moved bdftopcf and bdftruncate to font-utils subpackage
- All libraries are now supplied by default in upstream builds in both static
and dynamic (.a and .so) formats. Libraries which are now supplied in
shared form that were not in the past include: libFS.so, libGLw.so,
libI810XvMC.so, libXRes.so, libXfontcache.so, libXinerama.so, libXss.so,
libXvMC.so, libXxf86dga, libXxf86misc.so, libXxf86rush.so, libXxf86vm.so,
libfontenc.so, libxkbfile.so, libxkbui.so
- Added %ghost flagged fonts.scale files to 100dpi, 75dpi, cyrillic, and misc
font directories, so that if these files are present, they are owned by the
appropriate subpackages
* Sun Mar 07 2004 Mike A. Harris <mharris@redhat.com>
- Conditionalized with_voodoo_driver to not build under build_taroon
* Fri Mar 05 2004 Mike A. Harris <mharris@redhat.com>
- Removed kdrive subpackage, and all with_kdrive conditionalization, as it is
just extra spec file noise currently, and we have never shipped it. Anyone
building kdrive should instead be using kdrive from the xserver project on
freedesktop.org
- Removed all 'athlon' subarchitecture references from spec file as the rpm
{ix86} macro includes it automatically.
- Added XFree86-4.3.0-remove-copyright-symbol-to-fix-UTF-8.patch quick 2
second fix to correct manpage display under UTF-8 (#101243)
* 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 apparently 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 apparently, 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