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

XFree86-libs-4.2.0-21U80_6cl RPM for i386

From Conectiva Linux / atualizacoes / 8 / RPMS

Name: XFree86-libs Distribution: Conectiva Linux
Version: 4.2.0 Vendor: Conectiva
Release: 21U80_6cl Build date: Thu Feb 19 15:31:51 2004
Group: Libraries Build host: buildmaster.distro.conectiva
Size: 0 Source RPM: XFree86-4.2.0-21U80_6cl.src.rpm
Summary: Shared libraries needed by the X Window System version 11 release 6.
XFree86-libs contains the shared libraries that most X programs
need to run properly. These shared libraries are in a separate package in
order to reduce the disk space needed to run X applications on a machine
without an X server (i.e, over a network).

If you are installing the X Window System on your machine, you will need to
install XFree86-libs.  You will also need to install the XFree86 package,
the XFree86-75dpi-fonts package or the XFree86-100dpi-fonts package
(depending upon your monitor's resolution), the Xconfigurator package and
the X11R6-contrib package.  And, finally, if you are going to be developing
applications that run as X clients, you will also need to install
XFree86-devel.

Provides

Requires

Copyright

MIT/XFree86

Signatures

internal MD5: 2a30e9dfa73e7ddbf9072871553ec1d7
GPG

Changelog

* Thu Feb 19 2004 Andreas Hasenack <andreas@conectiva.com.br>
  + XFree86-4.2.0-21U80_6cl
  - added security patch for CAN-2004-0106
* Tue Feb 10 2004 Andreas Hasenack <andreas@conectiva.com.br>
  + XFree86-4.2.0-21U80_5cl
  - added security patches for CAN-2004-0083 and CAN-2004-0084
* Wed Sep 03 2003 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-21U80_4cl
  - Adding int-overflows.patch from the CVS, which
    fixes several int overflow vulnerabilities in the font code of
    XFree86 (CAN-2003-0730).
    Adv: http://www.securityfocus.com/archive/1/335592
  - Adding locale-buf_ofvl.patch, which fixes a local vulnerability
    in the XLib code (see #8824).
* Tue Sep 24 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-21U80_2cl
  - Updated branch patch (better fixes for SHM and Xlib
    vulnerabilities)
  - Removed Xlib security patch which is now obsolete
    (already in branch patch)
* Fri Aug 23 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-21U80_1cl
  - Xlib security fix for local root vulnerability
    (see our advisory at http://distro.conectiva.com.br/atualizacoes)
  - Added xkb fixes:
      euro support (Bug #70)
      br-abnt fixes (Bug #6398)
  - Updated xf86cfg patch (Bug #6201)
  - Patched xman to use soelim instead of a non-existend zsoelim
    (soelim is part of groff package) (Bug #6181)
  - All bitmap font paths are unscalled now (Bug #5302)
  - Branch updates updated
* Thu Mar 14 2002 Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
  + XFree86-4.2.0-20cl
  - Fixed xf86cfg crash (allocating 1 bytes less than what was required)
   Closes: #5073 (bug ao terminar xf86cfg)
* Thu Mar 14 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-19cl
  - Reverted trident driver to the original one (4.2.0 official)
    The 4.1.0 is also broken anyway, so lets use the most new until
    we have time to make a fix.
  - Latest branch updates
* Wed Mar 13 2002 Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
  + XFree86-4.2.0-18cl
  - Fixed bug in xdm patch.
    Closes: #5070 (Xdm não inicializa)
* Tue Mar 12 2002 Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
  + XFree86-4.2.0-17cl
  - Changed xf86cfg default configuration file from /etc/X11/XF86Config-4.
    Note: The correct place to change XConfigFile (in host.def), defined in
    xc/config/cf/xfree86.cf.
    Closes: #5057 (Arquivo default de uma nova configuração deve ser XF86Config)
  - Changed libfb.a to fail the initialization of the render extension if
    the depth is equal or smaller than 8.
    Note: The correct solution would be to just use a smaller number of
    colors for the render extension, maybe 64 for 8bpp.
    Closes: #4878 (xf86cfg está sem ícone de placa de video)
* Mon Mar 11 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-16cl
  - Added "-q" to chkfontpath calls, so it will not complain if the config
    files don't exist yet (installed by MI for example)
    Closes: #5038 (erro durante a instalação (MI))
* Thu Mar 07 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-15cl
  - The -common package now provides XFree86
    Closes: #4994 (XFree86 should be provided by some real package)
  - Requires and Provides are now epoched using %{epoch} in packages wich
    require the same version we are building.
  - Warning fixes in -common's %pre 
    Closes: #5005 (warning durante a instalação dos pacotes)
* Wed Mar 06 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  + XFree86-4.2.0-14cl
  - Typo fixes in -minimal's Requires
  - The -minimal package should not require the -vga
  - %post for font packages should be called to add a fontdir
    only if it's not already installed. (they can mess the order in
    XF86Config)
  - Added a xft patch from David Chester <david_chester@yahoo.com> which
    improves ttf AA fonts look.
  - Disabled line drawing accel of savage driver, to fix crash with Blaster
    xscreensaver mode.
  - Closes: #4989 (XFree86-common: missing PreReq: chkfontpath)
* Mon Mar 04 2002 Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
  - Xdm change to set two environment variables for authentication scripts,
    DISPLAY (the display name) and CLIENT_ADDRESS (the client ip address).
  - Quick fix in vesa driver when dpi not set (was generating a divide by
    0 elsewhere).
  - Changed xterm translations to switch fonts when pressing Shift+KP_Add.
    Closes: #4647
  - Savage xscreensaver patch
    Closes: #4105 (A maquina trava quando rodo o xscreensaver...)
* Thu Feb 28 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-13cl
  - New branch updates
  - Fallback to 4.1.0 trident driver. We should investigate this and
    make 4.2.0 work... later. Closes: #4914
* Mon Feb 25 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-12cl
  - Updated branch updates patch
  - xterm was root suid by default, explicitly set it to no.
    (changes in host.def, thanks to pcpa)
  - Using newest trident driver (from cvs trunk)
    Closes: #4914 (driver trident do XFree86)
* Wed Feb 20 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-11cl
  - %pre -common fixes (Closes: #4728)
  - Updated branch updates patch
  - SiS driver fixes from Thomas Winischhofer
    (hw cursor in sis530 is back)
* Thu Feb 07 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-10cl
  - Increased XTerm lines history size to 3000 (Closes: #4802)
  - Added XftCache for TTF fonts
  - Added new TTF fonts to XftConfig and to FontPath
  - Minor XftConfig changes
  - When calling xftcache, mkfontdir and so in %install, use
    the programs generated by this compilation, not from the system.
  - Added XFree86-common requirement in: -twm, -xkb and -xdm packages
    (Closes: #4728)
  - Disabled 3.3.6a compat packages compilation
    (it works, but it's now obsolete) :)
* Wed Feb 06 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-9cl
  - devel package should require versioned lib packages
  - Enabled 3.3.6a compat packages compilation in i386 to test
    if they build and incremented it's release to 27cl
* Wed Feb 06 2002 Andreas Hasenack <andreas@conectiva.com>
  + XFree86-4.2.0-8cl
  - using system-auth for xdm's PAM configuration file
  - added a requirement for our specific version of PAM due to this
    change. pam-0.75 -1cl and -2cl didn't have pam_stack.so
* Tue Feb 05 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-7cl
  - freetype-config was returning the wrong libfreetype version
* Mon Feb 04 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-6cl
  - XTerm default options fixes
  - %dir locale/common moved from misc-locales to common package.
* Fri Feb 01 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-5cl
  - Disabled profiled libfreetype generation
  - New freetype-config (fixed)
  - Changed %descriptions and Summaries for freetype2 packages
* Thu Jan 31 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-4cl
  - New freetype2 layout:
    - Packages created: freetype2, freetype2-devel and
      freetype2-devel-static
    - Libs and includes moved from /usr/X11R6 to /usr
  - Removed font Xlat9-10x20-lat9 (redundant to 10x20-ISO8859-15)
  - Looks like the SiS driver is broken for some boards... Added a little
    patch to workaround hw cursor in sis530. More later.
* Tue Jan 29 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-3cl
  - Added a patch with branch updates from cvs
  - Accents patch remade. Turned on again.
  - XTerm patch added (black background, Home/End keys, etc)
  - xkb patch for us_intl keyboards
  - Put back 3.3.6a patches from old XFree86 package release (4.1.0-25cl)
  - libfreetype was turned back to .so.6.2 in 4.2.0 final release. This
    is the same version of freetype2 as a standalone package, so obsoletes
    it definitively.
* Tue Jan 15 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-2cl
  - Changed 75 and 100 dpi fonts fragmentation. It's better to have
    the *less* used (ISO8859-{10,13,14,3,4,9}) in misc-fonts. :)
  - Commented out mkfontdir in %posts from 100dpi-fonts,
    75dpi-fonts and cyrillic font packages.
* Tue Jan 15 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.2.0-1cl
  - New upstream release
  - Removed obsolete patches and extra sources
  - Fixed fragmentation file conflicts because of the new release
  - SiS DRI driver is back
  - misc-fonts package is back
  - libOSMesa.so is back
  - Added i830 DRI driver
  - XIE and PEX are not build by default anymore. Disabled.
  - SuperProbe has gone
  - New driver package s3
  - Added TTF fonts to common package
  - Added some new files in this release to they respective packages
  - freetype2 builtin enabled in all archs: %_Use_builtin_freetype2
  - freetype2 headers added to devel package
  - If builtin freetype2 is enabled, obsoletes the freetype2-devel
    packages. BTW, freetype2 as a standalone package should die, since
    XFree86 uses a modified forked version.
  - fragmented 75dpi and 100dpi font packages. ISO8859-{1,2,15} are now in
    misc-fonts.
  - Installation optimized by calling mkfontdir in %install (not in %post)
    for packages common and {75,100}-dpi-fonts
  - latin2 fonts are not build anymore (actually, since 4.1.0).
    Obsoleted by misc-fonts.
  - Avoiding excess compiler warnings by passing only -Wall to gcc
    (changes in host.def). This cuts the log size by at least
    the half (15MB -> 7MB) :)
  - Redid the accents and clear-root-win patches, but the first needs more
    changes to compile. Disabled by now.
  - Closes: #4203 (Problema de foco com driver nv)
  - Closes: #4231 (Problemas com a interface gráfica)
  - Closes: #4490 (X crashes with Ctrl-Alt-Fn)
  - CHECK-ME: Using locale.alias and locale.dir from XFree86
    (changes in %install)
  - CHECK-ME: Not using "improved utf-8 compose file" nor "xkb fixes"
    from mdk 4.1.0 sources (changes in %install)
  - CHECK-ME: where's XftCache?
* Mon Jan 14 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-25cl
  - Glide support turned on again. Closes: #4654
  - libOSMesa.so is not being generated anymore, even with glide
    enabled
  - Added buildrequires to Glide3_V3-DRI-devel >= 20010109cvs
* Thu Jan 10 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-24cl
  - misc-locale file list fixes
* Thu Jan 10 2002 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-23cl
  - All font encodings turned on again
  - Start using the %exclude tag in file lists (mostly font listings)
  - Added buildrequire to rpm >= 4.0.3-11cl (%exclude tag support)
* Sat Jan 05 2002 Wanderlei Antonio Cavassin <cavassin@conectiva.com>
  + XFree86-4.1.0-22cl
  - fixed %pre commom script ($1 == 1, not 0)
* Wed Jan 02 2002 Andreas Hasenack <andreas@conectiva.com>
  + XFree86-4.1.0-21cl
  - using pam_unix instead of pam_pwdb
  - marking those pam files as noreplace
* Fri Dec 07 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-20cl
  - specfile changes to build in archs != i386
    (Gustavo Niemyer <niemeyer@conectiva.com.br>)
* Mon Nov 26 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-19cl
  - Scripts cleanup (little audit)
  - Disabled more font encodings (iso8859-{2,15}). They will be
    back soon.
* Thu Nov 22 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-18cl
  - Added a new option (VesaFBHack) to SiS driver. It's a hack to allow LCD
    displays to work with SiS630 boards. Closes: #4132
  - Removed -n from all /sbin/ldconfig calls. Closes: #4369
  - XFree 3.3.6 compilation fix (XF86Setup linking with 4.x libs)
  - Disabled some font encodings generation (iso8859-{3,4,9,10,13,14})
    They can be a separate package in a near future.
  - Disabled -misc_fonts subpackage on i386, but it will came back soon
  - Fixed accentuation "problems" (thanks to Paulo <pcpa@conectiva.com.br>)
  - Splitted releases of X 4.1.0 and 3.3.6 using a macro for
    the later: _Release_X336
* Wed Nov 14 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-17cl
  - Added compat packages from XFree 3.3.6 (%include file)
  - Added old changelog (%include file)
  - freetype2 requirement removed when using builtin freetype2 lib
* Wed Nov 07 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-16cl
  - Trident and vmware drivers updated from CVS (patch from MandrakeSoft)
  - Build with builtin freetype2 lib
  - DRI enabled on ia64
  - Xsetup and app-defaults issues
  - Minor bug fixes
* Sun Sep 30 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-15cl
  - Added BuilRequires for libfreetype
  - Removed startx patch
  - Conditional inclusion of libxie and libpex5 in devel package
  - GL packages conflict with Mesa-utils < 3.4.1-10cl
* Sun Sep 23 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-14cl
  - Mesa-utils provides glut, we don't want XFree86-GL conflicting with it
  - Updated XftConfig (from Helio - helio@conectiva.com.br)
  - Disable builtin freetype2
* Sat Sep 22 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-13cl
  - Commented out compose hack in %install (doublequote was not
    enabled when using it)
* Tue Sep 18 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-12cl
  - mkfontdir in every font package %post
  - removed all encodings.dir. Left only the one in
    %{prefix}/lib/X11/fonts/encodings/
  - commented %dir %{prefix}/man/man3 from -devel package files list
* Sun Sep 16 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-11cl
  - Some files cleanup
    - Duplicated libXIE.so
    - added radeon_dri and some misc locales
* Sat Sep 15 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-10cl
  - Merge from Mandrake (18mdk) package:
    - Lot's of patches
    - Initial Euro support
    - gemini-koi8-u fonts (cyrillic_fonts)
  - SiS driver updates:
    - disables DRI support
    - man page and minor updates
  - General GL fixes (Mesa vs XFree86)
  - new files added on some packages
  - new subpackage: "vmware"
  - duplicated files removed
  - Requires and BuildRequires fixes (removed some comas)
  - Closes: #3020 (XFree segfaults)
  - Closes: #4383 (Link quebrado XFree86-devel)
  - Closes: #4384 (XFree86 - Substituição do arquivo)
* Wed Aug 08 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-9cl
  - Added eurofonts
  - Added a patch From Ricardo Y. Igarashi to fix a problem with
    Brazilian abnt2 keyboards
  - Renamed specfile to XFree86.spec, since testadora didn't like
    the old name
* Wed Aug 01 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-8cl
  - Requires for Meta-packages now are conditional (using macros)
  - Renamed specfile to XFree86-41.spec
  - Yes, this spec is a monster (4358 lines) :(
* Thu Jul 26 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-7cl
  - Major spec changes. All subpackages now are optional - useful for
    ports. A very BIG table of macros is on top of that spec
  - Added a new arch: s390
    Lots of %ifnarch and a new patch (Patch5) for that arch
  - Put back XFree86-doc-html (#define BuildHtmlManPages   YES)
* Tue Jul 10 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-6cl
  - Initial support form non-x86 architectures (_arch_has /
    _build_driver) (from Harald Welte specfile)
  - Removed the Conflicts with XFree86-r128 in XFree86-ati
* Thu Jul 05 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-5cl
  - Buildrequires for pam-devel
  - Requires for drivers in it's respectives dri modules
  - Added a Provides for XFree86-r128 in XFree86-ati
  - Merge changes from XFree86-4.0.3-24cl:
    Andreas Christian Hasenack <andreas@conectiva.com>
    - removed Obsoletes from pex5 and rstart. In rstart, changed the
      obsoletes to a conflicts.
    - Closes: #4020 (Upgrade 6.0->7.0 arranca /usr/X11R6/lib do ld.so.conf)
    - pex5 package no longer includes devel library, that's in the devel
      package now
    - GL devel manpages removed from -devel subpackage and placed in GL-devel
      subpackage. This is a "pseudo" RE, might stop working unexpectedly...
    Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
    - Moved *.uc files fom codeconv to rendition.
    - Changed Obsoletes to Conflicts for drivers in compat-XFree86-base.
* Mon Jul 02 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-4cl
  - Added libXmuu to %files libs-common
  - Dropped requires for kernel > 2.4 from GL packages
  - Obsoletes for latin2-fonts (not built yet)
* Thu Jun 28 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-3cl
  - Obsoletes for the packages not built (inside the Meta-Package XFree86)
  - GL packages reenginered (see Bug 2986)
    Mesa vs XFree86
  - Droped Requires: XFree86-GL from Metapackages -server and -libs
  - BuildRequires: kernel-headers >= 2.4
  - Requires for GL packages: kernel >= 2.4
* Wed Jun 27 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-2cl
  - Updated to the latest stable xf86cfg
  - Added Cards and Options files for xf86cfg
  - Updated XF86Cfg.pt_BR and XF86Cfg.es_ES
  - Patched SiS driver to remove an ErrorF from sis_cursor.c
  - xfs DoS patch
  - Added trigger to create the "compiled" xkb directory upon an upgrade.
  - Xkb fixes to avoid symlinks confusion. Changed to keep "compiled" dir in
    /etc/X11/xkb and explicitly create it in %install
  - Removed %pre xkb
  - Minor cleanup and a new macro to debug the rpm spec
  - Disable shared libs libXv and libXxf86dga compilation
* Mon Jun 25 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br.br>
  + XFree86-4.1.0-1cl
  - Initial 4.1.0 package, based upon 4.0.3-17cl and 4.1.0-4mdk
  - Removes XFree86-3.3.6 compat packages
  - Parallel make is broken - removed
  - host.def now created inside the spec file
  - compile libtype1 with -fno-fast-math to avoid a rendering bug (Arnd
    Bergmann <arnd@itreff.dearnd@itreff.de>
  - Don't know exactly why, but some files/packages are not being 
    compiled... Avoid problems using macros. FIXME for future.

Files

* Thu Feb 19 2004 Andreas Hasenack 
  + XFree86-4.2.0-21U80_6cl
  - added security patch for CAN-2004-0106
* Tue Feb 10 2004 Andreas Hasenack 
  + XFree86-4.2.0-21U80_5cl
  - added security patches for CAN-2004-0083 and CAN-2004-0084
* Wed Sep 03 2003 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-21U80_4cl
  - Adding int-overflows.patch from the CVS, which
    fixes several int overflow vulnerabilities in the font code of
    XFree86 (CAN-2003-0730).
    Adv: http://www.securityfocus.com/archive/1/335592
  - Adding locale-buf_ofvl.patch, which fixes a local vulnerability
    in the XLib code (see #8824).
* Tue Sep 24 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-21U80_2cl
  - Updated branch patch (better fixes for SHM and Xlib
    vulnerabilities)
  - Removed Xlib security patch which is now obsolete
    (already in branch patch)
* Fri Aug 23 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-21U80_1cl
  - Xlib security fix for local root vulnerability
    (see our advisory at http://distro.conectiva.com.br/atualizacoes)
  - Added xkb fixes:
      euro support (Bug #70)
      br-abnt fixes (Bug #6398)
  - Updated xf86cfg patch (Bug #6201)
  - Patched xman to use soelim instead of a non-existend zsoelim
    (soelim is part of groff package) (Bug #6181)
  - All bitmap font paths are unscalled now (Bug #5302)
  - Branch updates updated
* Thu Mar 14 2002 Paulo César Pereira de Andrade 
  + XFree86-4.2.0-20cl
  - Fixed xf86cfg crash (allocating 1 bytes less than what was required)
   Closes: #5073 (bug ao terminar xf86cfg)
* Thu Mar 14 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-19cl
  - Reverted trident driver to the original one (4.2.0 official)
    The 4.1.0 is also broken anyway, so lets use the most new until
    we have time to make a fix.
  - Latest branch updates
* Wed Mar 13 2002 Paulo César Pereira de Andrade 
  + XFree86-4.2.0-18cl
  - Fixed bug in xdm patch.
    Closes: #5070 (Xdm não inicializa)
* Tue Mar 12 2002 Paulo César Pereira de Andrade 
  + XFree86-4.2.0-17cl
  - Changed xf86cfg default configuration file from /etc/X11/XF86Config-4.
    Note: The correct place to change XConfigFile (in host.def), defined in
    xc/config/cf/xfree86.cf.
    Closes: #5057 (Arquivo default de uma nova configuração deve ser XF86Config)
  - Changed libfb.a to fail the initialization of the render extension if
    the depth is equal or smaller than 8.
    Note: The correct solution would be to just use a smaller number of
    colors for the render extension, maybe 64 for 8bpp.
    Closes: #4878 (xf86cfg está sem ícone de placa de video)
* Mon Mar 11 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-16cl
  - Added "-q" to chkfontpath calls, so it will not complain if the config
    files don't exist yet (installed by MI for example)
    Closes: #5038 (erro durante a instalação (MI))
* Thu Mar 07 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-15cl
  - The -common package now provides XFree86
    Closes: #4994 (XFree86 should be provided by some real package)
  - Requires and Provides are now epoched using %{epoch} in packages wich
    require the same version we are building.
  - Warning fixes in -common's %pre 
    Closes: #5005 (warning durante a instalação dos pacotes)
* Wed Mar 06 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-14cl
  - Typo fixes in -minimal's Requires
  - The -minimal package should not require the -vga
  - %post for font packages should be called to add a fontdir
    only if it's not already installed. (they can mess the order in
    XF86Config)
  - Added a xft patch from David Chester  which
    improves ttf AA fonts look.
  - Disabled line drawing accel of savage driver, to fix crash with Blaster
    xscreensaver mode.
  - Closes: #4989 (XFree86-common: missing PreReq: chkfontpath)
* Mon Mar 04 2002 Paulo César Pereira de Andrade 
  - Xdm change to set two environment variables for authentication scripts,
    DISPLAY (the display name) and CLIENT_ADDRESS (the client ip address).
  - Quick fix in vesa driver when dpi not set (was generating a divide by
    0 elsewhere).
  - Changed xterm translations to switch fonts when pressing Shift+KP_Add.
    Closes: #4647
  - Savage xscreensaver patch
    Closes: #4105 (A maquina trava quando rodo o xscreensaver...)
* Thu Feb 28 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-13cl
  - New branch updates
  - Fallback to 4.1.0 trident driver. We should investigate this and
    make 4.2.0 work... later. Closes: #4914
* Mon Feb 25 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-12cl
  - Updated branch updates patch
  - xterm was root suid by default, explicitly set it to no.
    (changes in host.def, thanks to pcpa)
  - Using newest trident driver (from cvs trunk)
    Closes: #4914 (driver trident do XFree86)
* Wed Feb 20 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-11cl
  - %pre -common fixes (Closes: #4728)
  - Updated branch updates patch
  - SiS driver fixes from Thomas Winischhofer
    (hw cursor in sis530 is back)
* Thu Feb 07 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-10cl
  - Increased XTerm lines history size to 3000 (Closes: #4802)
  - Added XftCache for TTF fonts
  - Added new TTF fonts to XftConfig and to FontPath
  - Minor XftConfig changes
  - When calling xftcache, mkfontdir and so in %install, use
    the programs generated by this compilation, not from the system.
  - Added XFree86-common requirement in: -twm, -xkb and -xdm packages
    (Closes: #4728)
  - Disabled 3.3.6a compat packages compilation
    (it works, but it's now obsolete) :)
* Wed Feb 06 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-9cl
  - devel package should require versioned lib packages
  - Enabled 3.3.6a compat packages compilation in i386 to test
    if they build and incremented it's release to 27cl
* Wed Feb 06 2002 Andreas Hasenack 
  + XFree86-4.2.0-8cl
  - using system-auth for xdm's PAM configuration file
  - added a requirement for our specific version of PAM due to this
    change. pam-0.75 -1cl and -2cl didn't have pam_stack.so
* Tue Feb 05 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-7cl
  - freetype-config was returning the wrong libfreetype version
* Mon Feb 04 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-6cl
  - XTerm default options fixes
  - %dir locale/common moved from misc-locales to common package.
* Fri Feb 01 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-5cl
  - Disabled profiled libfreetype generation
  - New freetype-config (fixed)
  - Changed %descriptions and Summaries for freetype2 packages
* Thu Jan 31 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-4cl
  - New freetype2 layout:
    - Packages created: freetype2, freetype2-devel and
      freetype2-devel-static
    - Libs and includes moved from /usr/X11R6 to /usr
  - Removed font Xlat9-10x20-lat9 (redundant to 10x20-ISO8859-15)
  - Looks like the SiS driver is broken for some boards... Added a little
    patch to workaround hw cursor in sis530. More later.
* Tue Jan 29 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-3cl
  - Added a patch with branch updates from cvs
  - Accents patch remade. Turned on again.
  - XTerm patch added (black background, Home/End keys, etc)
  - xkb patch for us_intl keyboards
  - Put back 3.3.6a patches from old XFree86 package release (4.1.0-25cl)
  - libfreetype was turned back to .so.6.2 in 4.2.0 final release. This
    is the same version of freetype2 as a standalone package, so obsoletes
    it definitively.
* Tue Jan 15 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-2cl
  - Changed 75 and 100 dpi fonts fragmentation. It's better to have
    the *less* used (ISO8859-{10,13,14,3,4,9}) in misc-fonts. :)
  - Commented out mkfontdir in %posts from 100dpi-fonts,
    75dpi-fonts and cyrillic font packages.
* Tue Jan 15 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.2.0-1cl
  - New upstream release
  - Removed obsolete patches and extra sources
  - Fixed fragmentation file conflicts because of the new release
  - SiS DRI driver is back
  - misc-fonts package is back
  - libOSMesa.so is back
  - Added i830 DRI driver
  - XIE and PEX are not build by default anymore. Disabled.
  - SuperProbe has gone
  - New driver package s3
  - Added TTF fonts to common package
  - Added some new files in this release to they respective packages
  - freetype2 builtin enabled in all archs: %_Use_builtin_freetype2
  - freetype2 headers added to devel package
  - If builtin freetype2 is enabled, obsoletes the freetype2-devel
    packages. BTW, freetype2 as a standalone package should die, since
    XFree86 uses a modified forked version.
  - fragmented 75dpi and 100dpi font packages. ISO8859-{1,2,15} are now in
    misc-fonts.
  - Installation optimized by calling mkfontdir in %install (not in %post)
    for packages common and {75,100}-dpi-fonts
  - latin2 fonts are not build anymore (actually, since 4.1.0).
    Obsoleted by misc-fonts.
  - Avoiding excess compiler warnings by passing only -Wall to gcc
    (changes in host.def). This cuts the log size by at least
    the half (15MB -> 7MB) :)
  - Redid the accents and clear-root-win patches, but the first needs more
    changes to compile. Disabled by now.
  - Closes: #4203 (Problema de foco com driver nv)
  - Closes: #4231 (Problemas com a interface gráfica)
  - Closes: #4490 (X crashes with Ctrl-Alt-Fn)
  - CHECK-ME: Using locale.alias and locale.dir from XFree86
    (changes in %install)
  - CHECK-ME: Not using "improved utf-8 compose file" nor "xkb fixes"
    from mdk 4.1.0 sources (changes in %install)
  - CHECK-ME: where's XftCache?
* Mon Jan 14 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-25cl
  - Glide support turned on again. Closes: #4654
  - libOSMesa.so is not being generated anymore, even with glide
    enabled
  - Added buildrequires to Glide3_V3-DRI-devel >= 20010109cvs
* Thu Jan 10 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-24cl
  - misc-locale file list fixes
* Thu Jan 10 2002 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-23cl
  - All font encodings turned on again
  - Start using the %exclude tag in file lists (mostly font listings)
  - Added buildrequire to rpm >= 4.0.3-11cl (%exclude tag support)
* Sat Jan 05 2002 Wanderlei Antonio Cavassin 
  + XFree86-4.1.0-22cl
  - fixed %pre commom script ($1 == 1, not 0)
* Wed Jan 02 2002 Andreas Hasenack 
  + XFree86-4.1.0-21cl
  - using pam_unix instead of pam_pwdb
  - marking those pam files as noreplace
* Fri Dec 07 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-20cl
  - specfile changes to build in archs != i386
    (Gustavo Niemyer )
* Mon Nov 26 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-19cl
  - Scripts cleanup (little audit)
  - Disabled more font encodings (iso8859-{2,15}). They will be
    back soon.
* Thu Nov 22 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-18cl
  - Added a new option (VesaFBHack) to SiS driver. It's a hack to allow LCD
    displays to work with SiS630 boards. Closes: #4132
  - Removed -n from all /sbin/ldconfig calls. Closes: #4369
  - XFree 3.3.6 compilation fix (XF86Setup linking with 4.x libs)
  - Disabled some font encodings generation (iso8859-{3,4,9,10,13,14})
    They can be a separate package in a near future.
  - Disabled -misc_fonts subpackage on i386, but it will came back soon
  - Fixed accentuation "problems" (thanks to Paulo )
  - Splitted releases of X 4.1.0 and 3.3.6 using a macro for
    the later: _Release_X336
* Wed Nov 14 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-17cl
  - Added compat packages from XFree 3.3.6 (%include file)
  - Added old changelog (%include file)
  - freetype2 requirement removed when using builtin freetype2 lib
* Wed Nov 07 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-16cl
  - Trident and vmware drivers updated from CVS (patch from MandrakeSoft)
  - Build with builtin freetype2 lib
  - DRI enabled on ia64
  - Xsetup and app-defaults issues
  - Minor bug fixes
* Sun Sep 30 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-15cl
  - Added BuilRequires for libfreetype
  - Removed startx patch
  - Conditional inclusion of libxie and libpex5 in devel package
  - GL packages conflict with Mesa-utils < 3.4.1-10cl
* Sun Sep 23 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-14cl
  - Mesa-utils provides glut, we don't want XFree86-GL conflicting with it
  - Updated XftConfig (from Helio - helio@conectiva.com.br)
  - Disable builtin freetype2
* Sat Sep 22 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-13cl
  - Commented out compose hack in %install (doublequote was not
    enabled when using it)
* Tue Sep 18 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-12cl
  - mkfontdir in every font package %post
  - removed all encodings.dir. Left only the one in
    %{prefix}/lib/X11/fonts/encodings/
  - commented %dir %{prefix}/man/man3 from -devel package files list
* Sun Sep 16 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-11cl
  - Some files cleanup
    - Duplicated libXIE.so
    - added radeon_dri and some misc locales
* Sat Sep 15 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-10cl
  - Merge from Mandrake (18mdk) package:
    - Lot's of patches
    - Initial Euro support
    - gemini-koi8-u fonts (cyrillic_fonts)
  - SiS driver updates:
    - disables DRI support
    - man page and minor updates
  - General GL fixes (Mesa vs XFree86)
  - new files added on some packages
  - new subpackage: "vmware"
  - duplicated files removed
  - Requires and BuildRequires fixes (removed some comas)
  - Closes: #3020 (XFree segfaults)
  - Closes: #4383 (Link quebrado XFree86-devel)
  - Closes: #4384 (XFree86 - Substituição do arquivo)
* Wed Aug 08 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-9cl
  - Added eurofonts
  - Added a patch From Ricardo Y. Igarashi to fix a problem with
    Brazilian abnt2 keyboards
  - Renamed specfile to XFree86.spec, since testadora didn't like
    the old name
* Wed Aug 01 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-8cl
  - Requires for Meta-packages now are conditional (using macros)
  - Renamed specfile to XFree86-41.spec
  - Yes, this spec is a monster (4358 lines) :(
* Thu Jul 26 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-7cl
  - Major spec changes. All subpackages now are optional - useful for
    ports. A very BIG table of macros is on top of that spec
  - Added a new arch: s390
    Lots of %ifnarch and a new patch (Patch5) for that arch
  - Put back XFree86-doc-html (#define BuildHtmlManPages   YES)
* Tue Jul 10 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-6cl
  - Initial support form non-x86 architectures (_arch_has /
    _build_driver) (from Harald Welte specfile)
  - Removed the Conflicts with XFree86-r128 in XFree86-ati
* Thu Jul 05 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-5cl
  - Buildrequires for pam-devel
  - Requires for drivers in it's respectives dri modules
  - Added a Provides for XFree86-r128 in XFree86-ati
  - Merge changes from XFree86-4.0.3-24cl:
    Andreas Christian Hasenack 
    - removed Obsoletes from pex5 and rstart. In rstart, changed the
      obsoletes to a conflicts.
    - Closes: #4020 (Upgrade 6.0->7.0 arranca /usr/X11R6/lib do ld.so.conf)
    - pex5 package no longer includes devel library, that's in the devel
      package now
    - GL devel manpages removed from -devel subpackage and placed in GL-devel
      subpackage. This is a "pseudo" RE, might stop working unexpectedly...
    Paulo César Pereira de Andrade 
    - Moved *.uc files fom codeconv to rendition.
    - Changed Obsoletes to Conflicts for drivers in compat-XFree86-base.
* Mon Jul 02 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-4cl
  - Added libXmuu to %files libs-common
  - Dropped requires for kernel > 2.4 from GL packages
  - Obsoletes for latin2-fonts (not built yet)
* Thu Jun 28 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-3cl
  - Obsoletes for the packages not built (inside the Meta-Package XFree86)
  - GL packages reenginered (see Bug 2986)
    Mesa vs XFree86
  - Droped Requires: XFree86-GL from Metapackages -server and -libs
  - BuildRequires: kernel-headers >= 2.4
  - Requires for GL packages: kernel >= 2.4
* Wed Jun 27 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-2cl
  - Updated to the latest stable xf86cfg
  - Added Cards and Options files for xf86cfg
  - Updated XF86Cfg.pt_BR and XF86Cfg.es_ES
  - Patched SiS driver to remove an ErrorF from sis_cursor.c
  - xfs DoS patch
  - Added trigger to create the "compiled" xkb directory upon an upgrade.
  - Xkb fixes to avoid symlinks confusion. Changed to keep "compiled" dir in
    /etc/X11/xkb and explicitly create it in %install
  - Removed %pre xkb
  - Minor cleanup and a new macro to debug the rpm spec
  - Disable shared libs libXv and libXxf86dga compilation
* Mon Jun 25 2001 Ademar de Souza Reis Jr. 
  + XFree86-4.1.0-1cl
  - Initial 4.1.0 package, based upon 4.0.3-17cl and 4.1.0-4mdk
  - Removes XFree86-3.3.6 compat packages
  - Parallel make is broken - removed
  - host.def now created inside the spec file
  - compile libtype1 with -fno-fast-math to avoid a rendering bug (Arnd
    Bergmann 
  - Don't know exactly why, but some files/packages are not being 
    compiled... Avoid problems using macros. FIXME for future.


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Oct 11 03:18:06 2008