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

xorg-x11-server-sdk-1.1.1-47.8.fc6 RPM for i386

From Fedora 6 updates for i386

Name: xorg-x11-server-sdk Distribution: Red Hat (FC-6)
Version: 1.1.1 Vendor: Red Hat, Inc.
Release: 47.8.fc6 Build date: Sun Apr 8 19:43:01 2007
Group: User Interface/X Build host: hs20-bc2-4.build.redhat.com
Size: 1395569 Source RPM: xorg-x11-server-1.1.1-47.8.fc6.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Url: http://www.x.org
Summary: SDK for X server driver module development
The SDK package provides the developmental files which are necessary for
developing X server driver modules, and for compiling driver modules
outside of the standard X11 source code tree.  Developers writing video
drivers, input drivers, or other X modules should install this package.

Provides

Requires

Copyright

MIT/X11

Signatures

internal MD5: c3e3e313ef71864f76466a3046075d7b
GPG

Changelog

* Mon Apr 09 2007 Adam Jackson <ajax@redhat.com> 1.1.1-47.8
  - xserver-cve-2007-1003.patch: Fix CVE 2007-1003 in XC-MISC extension.
* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 1.1.1-47.7
  - xorg-x11-server-1.1.1-no-pseudocolor-composite.patch: Disable Composite
    on low color depths since it can't handle pseudocolor visuals. (#217388)
* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 1.1.1-47.6.fc6
  - xserver-1.2.0-glcore-visual-count.patch: Backport a fix for crashing at
    exit. (#224260)
* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.1.1-47.5.fc6
  - Fix Xephyr keysym init on LP64. (#224311)
* Tue Jan 09 2007 Adam Jackson <ajax@redhat.com> 1.1.1-47.4.fc6
  - xorg-xserver-1.1.0-dbe-render.diff: CVE #2006-6101.
* Tue Dec 05 2006 Adam Jackson <ajax@redhat.com> 1.1.1-47.3.fc6
  - xorg-x11-server-1.1.1-xf86config-comment-less.patch: Added, makes
    pyxf86config not grow the config file every time it's run.
* Fri Dec 01 2006 Adam Jackson <ajax@redhat.com> 1.1.1-47.2.fc6
  - xorg-x11-server-1.1.1-xkb-vidmode-switch.patch: Fix string matching on
    XKB actions to be case-insensitive again.  (#216656)
* Wed Nov 15 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-47.1.fc6
  - xorg-x11-server-1.1.1-int10-muxing.patch: Build both the vm86 and x86emu
    backends for BIOS calls on x86; prefer x86emu when running under Xen dom0
    since Xen's vm86 handling is flaky.
* Thu Oct 05 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-47.fc6
  - graphics-expose.patch: Call miHandleExposures() with non-translated
    coordinates.
* Thu Oct 05 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-46.fc6
  - Fix over-zealous code deletion in graphics-expose.patch.
* Thu Oct 05 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-45.fc6
  - xorg-x11-server-1.1.1-graphics-expose.patch: call
    miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
    generate GraphicsExposes correctly. (#209336).
* Tue Oct 03 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-44.fc6
  - xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Take the server lock
    before calling back into XAA to evict pixmaps (#204810).
* Thu Sep 28 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-43.fc6
  - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: Since the
    VT_ACTIVATE/VT_WAITACTIVE pair are never guaranteed to successfully
    complete, set a 5 second timeout on the WAITACTIVE, and retry the pair
    until we win.  (#207746)
  - xorg-x11-server-1.1.0-pci-scan-fixes.patch: Partial revert to unbreak some
    (but not all) domainful machines, including Pegasos. (#207659)
* Tue Sep 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-42.fc6
  - xorg-x11-server-1.1.1-getconfig-pl-die-die-die.patch: Fix XGI cards (#208000)
* Sat Sep 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-41.fc6
  - xorg-x11-server-1.1.1-vbe-filter-less.patch: Be gentler about rejecting
    VESA modes early, since xf86ValidateModes should handle them just fine.
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-40.fc6
  - xorg-x11-server-1.1.1-pclose-confusion.patch: Be sure to call Pclose()
    on pipes created with Popen(), since the additional magic done by Popen()
    relative to popen() is not undone by plain pclose().  (Third base!)
  - xorg-x11-server-1.1.1-edid-hex-dump.patch: Backport EDID hex dump code
    from git.
* Thu Sep 21 2006 Kristian Høgsberg <krh@redhat.com> 1.1.1-39.fc6
  - Bump xorg-x11-proto-devel BuildRequires version and add Conflict
    line for older mesa releases, so GLX_EXT_texture_from_pixmap opcodes
    match.
* Fri Sep 08 2006 Adam Jackson <ajackson@redhat.coM> - 1.1.1-38.fc6
  - xorg-x11-server-1.1.1-believe-monitor-rb-modes.patch: Always believe the
    monitor when it reports a reduced-blanking mode, even over VGA.
* Fri Sep 08 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-37.fc6
  - Add "built-ins" to default font path.
* Thu Sep 07 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-36.fc6
  - Enable builtin fallback versions of cursor and fixed fonts.
* Wed Sep 06 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-35.fc6
  - xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look
    for mouse/void drivers in the running layout, as opposed to the config file,
    so as not to synthesize two mouse devices.
* Fri Sep 01 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-34.fc6
  - xorg-x11-server-1.1.1-infer-virtual.patch: Be slightly more paranoid about
    setting line pitch, and rescan the mode list after pruning to re-validate
    the estimated virtual size.
* Thu Aug 31 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-33.fc6
  - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to evict pixmap
    when GLX_EXT_texture_from_pixmap is first used.
* Thu Aug 31 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-32.fc6
  - Drop xorg-x11-server-1.1.0-gl-include-inferiors.patch now that
    compiz can uses the composite overlay window.
* Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-31.fc6
  - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to log transitions.
  - Update xorg-x11-server-1.1.0-tfp-damage.patch to always bind to
    GL_TEXTURE_RECTANGLE_ARB target.
* Sat Aug 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-30.fc6
  - xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail
    gracefully if xf86PciVideoInfo is NULL (like, on Xen).
* Sat Aug 26 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-29.fc6
  - Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT
    switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916).
  - Bump mesa source and libGL BuildRequires.
  - Update mesa-6.5.1 patch to work with 6.5.1 rc1 (slang_version_syn.h
    renamed to slang_pp_version_syn.h).
* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-28.fc6
  - xorg-x11-server-1.1.1-infer-virtual.patch: Only flag modes as preferred
    if the EDID block says to.
  - xorg-x11-server-1.1.1-mode-sort-kung-fu.patch: Enforce a sort order on
    modes during lookup: builtin before driver before userdef before other,
    and preferred modes within a class before others in that class.
* Wed Aug 23 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-27.fc6
  - xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary
    pixclock limit if the monitor didn't claim to have one.
* Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-26.fc6
  - Add Tilman Sauerbecks patch to fix AIGLX DRI locking.
* Sat Aug 19 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-25.fc6
  - xorg-x11-server-1.1.1-xvfb-composite-crash.patch: Fix Xvfb's -render flag
    to also disable the Composite extension.
  - xorg-x11-server-1.1.1-mesa-6.5.1.patch: Update build system to account for
    Mesa 6.5.1 snapshots.
  - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Add all available
    standard timings from EDID rather than just the first five.
* Sat Aug 19 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-24.fc6
  - xorg-x11-server-1.1.1-edid-quirks-list.patch: Unbreak.
* Sat Aug 19 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-23.fc6
  - xorg-x11-server-1.1.1-xkb-in-xnest.patch: Added. (#193431)
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-22.fc6
  - xorg-x11-server-1.1.1-infer-virtual.patch: When no modes or virtual size
    are given in the config file, attempt to pick a sensible one by examining
    the EDID modes and physical geometry.  Also generally make the server
    aware of driver-provided modes.
  - xorg-x11-server-1.1.1-edid-quirks-list.patch: Redo, since the property I was
    checking for is both fairly common and fairly predictable.
* Wed Aug 16 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-21.fc6
  - xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch: Added.
* Fri Aug 11 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-20.fc6
  - xorg-x11-server-1.1.1-always-mouse-thyself.patch: If we lack a mouse
    device in the config, and the user hasn't asked for any void devices,
    synthesize a mouse section.  (#200347)
  - xorg-x11-server-1.1.1-edid-quirks-list.patch: Better formatting.
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-19.fc6
  - xorg-x11-server-1.1.1-builderstring.patch: Enable the builder info
    string at configure time;
  - ... and use it to print the package name and version.
  - xorg-x11-server-1.1.1-defaultdepth-24.patch: Set default depth to 24.
  - xorg-x11-server-1.1.1-edid-quirks-list.patch: Add EDID quirks list as
    an experiment; needs a better solution though.
* Wed Aug 09 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-18.fc6
  - Update offscreen-pixmaps patch to migrate pixmaps when the compiz
    selection is taken.
* Tue Aug 08 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-17.fc5.aiglx
  - Build for fc5 aiglx repo.
* Tue Aug 08 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-17.fc6
  - Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
    XaaNoOffscreenPixmaps to false, for now.
* Tue Aug 08 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-16.fc6
  - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in
    range storage.
* Thu Aug 03 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-15.fc6
  - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Allow HorizSync and
    VertRefresh to be overridden independently.
* Sat Jul 29 2006 Kevin E Martin <kem@redhat.com> - 1.1.1-14.fc6
  - xorg-x11-server-1.1.1-revert-xkb-change.patch: Revert change to xkb that
    broke XkbGetKeyboard().
* Sat Jul 29 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-13.fc5.aiglx
  - Add conflicts for ABI incompatible version of xorg-x11-drv-i810 and
    xorg-x11-drv-ati.
* Sat Jul 29 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-13.fc6
  - Comment out the 848x480 modes from the extramodes patch.  Any panel that
    wants it should be doing EDID injection by now, and it screws up
    autoconfig by _just_ fitting in the ranges for 800x600.
* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-12.fc6
  - Added "1920x1080" CVT modes to Red-Hat-extramodes patch for (#195272)
  - Sorted the extramodes file by X res, then Y res for ease of maintenance.
* Wed Jul 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-11.fc6
  - Add selinux{,-devel} buildreqs.
* Wed Jul 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-10.fc6
  - xorg-x11-server-1.1.1-selinux-awareness.patch: Added for new Mesa
    selinux code.
  - xorg-x11-server-1.1.1-Xdmx-render-fix-fdo7482.patch: Backport a Render
    fix for Xdmx.
  - xorg-x11-server-1.1.1-no-composite-in-xnest.patch: Disable Composite in
    Xnest, as it's known not to work.
  - Fix default font path to match the config file we used to generate.
  - Fix default module set to match the config file we used to generate.
  - Disable use of TLS GLX dispatch to match Mesa selinux nonsense.
* Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-8.fc6
  - Added "1440x900@60" CVT mode to Red-Hat-extramodes patch for (#179865)
* Sat Jul 22 2006 Mike A. Harris <mharris@redhat.com>
  - Added "1152x864 @ 100.00" GTF mode to Red-Hat-extramodes patch (#49264)
* Sat Jul 22 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-7.fc6
  - Only ship pcitweak manpage if we are building it (#199653)
  - Fix dist tag usage (Was {dist}, should be {?dist})
  - Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
    prevent config file parser/writer from writing out empty sections (#198653)
  - Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
* Wed Jul 19 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
  - Saner defaults for hsync/vrefresh on monitors that can't be probed
* Fri Jul 14 2006 Kristian Høgsberg <krh@redhat.com>  1.1.1-5.fc6
  - Tag as 1.1.1-5.fc6.
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com>  1.1.1-5.fc5.aiglx
  - Enable composite by default.
  - Split spiffiffity patch into one patch per change:
    xorg-x11-server-1.1.0-no-move-damage.patch and
    xorg-x11-server-1.1.0-dont-backfill-bg-none.patch.
* Thu Jul 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-4.fc6
  - Restore placing the raw EDID block on the root window.
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-3.1.fc6
  - rebuild
* Wed Jul 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-3.fc6
  - Enable DPMS by default.
* Wed Jul 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2.fc6
  - Remove nonsensical runtime perl dependency.
* Sun Jul 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
  - Update to 1.1.1.
* Sun Jul 09 2006 Kristian Høgsberg <krh@redhat.com>  1.1.0-27.fc6
  - Enable TLS for GLX to match the mesa build config.
* Sat Jul 08 2006 Kristian Høgsberg <krh@redhat.com>  1.1.0-26
  - Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the
    GLX_MESA_copy_sub_buffer extension.
* Sat Jul 01 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-25.fc6
  - Start using the new %{dist} tag <http://fedoraproject.org/wiki/DistTag>
    experimentally in the package Release field to help prevent problems like
    (#197266) from occuring in the future.
* Thu Jun 29 2006 Mike A. Harris <mharris@redhat.com>
  - Disable build dependency on zlib-devel now that we are not uselessly linking
    against it.
* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-24
  - Don't (uselessly) link the server against zlib.
  - Fix the 1680x1050 modes to be the CVT timings instead of GTF.
* Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-23
  - Fix an open-coded check for reduced-blanking modes to only apply to analog
    connectors.
  - Reorder the EDID patches slightly.
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-22
  - Added xorg-xserver-1.1.0-setuid.diff to fix potential security issue (#196094)
  - Disable DRI on ppc64 builds.
  - Conditionalize inclusion of DRI related X server modules to with_dri builds.
* Wed Jun 21 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-21
  - Update xorg-x11-server-1.1.0-tfp-damage.patch to use glTexSubImage2D
    to only update the part of the texture that changed, based on damage
    regions.
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-20
  - Remove with_xnest_server conditional, and fix more BuildRequires to pull
    in libX11-devel, libXext-devel, zlib-devel, etc. for Xnest and Xephyr.
  - Remove unwanted files leftover in buildroot for s390/s390x builds.
  - Add Xserver.1x manpage to multiple subpackages, as it applies equally to
    Xorg, Xnest, Xvfb, Xephyr.
* Tue Jun 20 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-19
  - Add with_xnest_server conditional and disable on s390, since Xnest
    fails to build on there (Xlib doesn't get added to the link line).
  - Add -f to removal of xorgconfig and others which may or may not be built.
* Tue Jun 20 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-18
  - Add xorg-x11-server-1.1.0-convolution-filter-fix.patch and
    xorg-x11-server-1.1.0-tfp-damage.patch backported to make compiz go
    faster and make compiz shadows work.
* Tue Jun 20 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-17
  - Disable filling in monitor gamma info from EDID momentarily, since drivers
    will use that field to set the card's gamma ramp.
  - Backport some stuff from git: cw crash fix, faster pci scanning, some
    log message cleanup.
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-16
  - Enable spec support for s390, s390x, alpha, sparc, and sparc64 architectures.
  - Add with_hw_servers conditional to disable hardware servers on s390/s390x.
  - Add with_dmx_server to disable DMX on s390/s390x.
  - Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for
    dependency futureproofing.
  - Force "--disable-dri" on s390/s390x, to attempt to work around ./configure
    failure to find libdrm, which should not be needed on s390 builds anyway.
* Fri Jun 16 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-15
  - Add loader infrastructure for publishing PCI ID lists in the drivers, and
    autodetecting drivers based on that.  Currently unused since no drivers
    publish such a list yet.
  - Fix mouse autoconfig to use /dev/input/mice instead of /dev/mouse.
* Thu Jun 15 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-14
  - Change selection atom to _COMPIZ_GL_INCLUDE_INFERIORS in
    xorg-x11-server-1.1.0-gl-include-inferiors.patch.
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-13
  - put back my -fPIC patch, libxf86config isn't built with fPIC otherwise
* Wed Jun 14 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-12
  - Add EDID mode autodetection.
* Tue Jun 13 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-11
  - Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL
    rendering include child windows.
* Tue Jun 13 2006 Adam Jackson <ajax@redhat.com> 1.1.0-10
  - Misc build fixes for ppc64.
* Tue Jun 13 2006 Adam Jackson <ajax@redhat.com> 1.1.0-9
  - --enable-xorg on ppc64 too.
  - Re-add cvt, got dropped somehow.
* Sat Jun 10 2006 Kristian Høgsberg <krh@redhat.com> 1.1.0-8
  - Add our friend, libtool, to BuildRequires.
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-7
  - Change "BuildRequires: freetype-devel >= 2.1.10" to 2.1.9, as Xorg 7.0
    contains 2.1.9 in "extras" and 7.1 does not appear to have a requirement on
    a newer freetype.
  - Janitorial cleanups for spec file changelog consistency.
  - Call aclocal before automake, otherwise automake >= 1.9.6 is required in
    order to rebuild the package.
  - Build 1.1.0-4, 1.1.0-5, and 1.1.0-6 appear to have failed in brew but nobody
    fixed them.  It appears automake 1.9 breaks the build.
* Thu Jun 08 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-6
  - BR automake and autoconf
* Thu Jun 08 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-5
  - build on ppc64 so that we have an X server there
* Wed Jun 07 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-4
  - Hack the kdrive makefile to only attempt to build Xephyr, avoids linking
    sixteen extra servers just to delete them.
  - Move cvt to the default install set, same as gtf.
* Tue Jun 06 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
  - Drop the libxf86config -fPIC patch, just build the whole thing with
    --with-pic instead.  Add void and evdev to the required driver list for
    upcoming autoconfig magic.
* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
  - Add "Requires: xorg-x11-proto-devel >= 7.1-1" to sdk for numerous (52) bug
    reports of drivers failing to build with mock.
* Wed May 24 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  - Xorg 7.1 final.
* Wed May 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.99.903-2
  - Disable dependency on xorg-x11-drivers package, for OLPC.  (#191781)
  - Add "BuildRequires: freetype-devel >= 2.1.10" for bug (#192021)
* Sat May 13 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.903-1
  - Update to 7.1RC3, plus experimental fix for fdo bug #6827.
* Tue May 02 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.902-1
  - Update to 7.1RC2 plus fix for CVE 2006-1526.  Disable the fastpathing
    patch for fdo bug #4320 since that should be covered in the generic
    Render code now.
* Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-6
  - Backport a Render crash fix from HEAD.
* Fri Apr 14 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-5
  - Update spiffiffity patch to only suppress move damage events for
    manually redirected windows.
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-4
  - Bump for rawhide build.
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-3
  - Add xorg-x11-server-1.0.99.901-cow-fix.patch to fix crash when
    releasing the COW.
* Wed Apr 12 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.901-2
  - Bump for fc5 build.
* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-1
  - Update to 7.1 RC1.
* Fri Apr 07 2006 Adam Jackson <ajax@redhat.com> 1.0.99.2-2
  - Remove LBX to match upstream policy.
  - Add Xephyr server.
* Wed Apr 05 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.2-1
  - Update to 1.0.99.2 snapshot and go back to using mesa-source package.
  - Drop xorg-server-1.0.99-composite-visibility.patch.
  - Drop xorg-server-1.0.1-backtrace.patch.
  - Drop xorg-server-0.99.3-rgb.txt-dix-config-fix.patch.
  - Add xorg-server-1.0.99.2-spiffiffity.patch.
* Thu Mar 23 2006 Kristian Høgsberg <krh@redhat.com>
  - Pass --with-dri-driver-path so we're sure to point it to the right path.
* Wed Mar 22 2006 Soren Sandmann <sandmann@redhat.com> 1.0.99.1-2
  - Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing
    titlebars in compositing metacity.
* Tue Mar 21 2006 Kristian Høgsberg <krh@redhat.com> 1.0.99.1-1
  - Update to 1.0.99.1 snapshot.
* Mon Mar 06 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-8
  - build libxf86config with -fPIC (#181292)
  - fix sgi 1600sw extra mode (#182430)
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7
  - install randrstr.h as part of sdk as required for building some drivers
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com>
  - Added xorg-server-1.0.1-backtrace.patch which enables the Xorg server's
    built in backtrace support by default, as it was inadvertently disabled in
    7.0.
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-6.1
  - bump again for double-long bug on ppc(64)
* Wed Feb 08 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
  - Added xorg-x11-server-1.0.1-Red-Hat-extramodes.patch which is a merger of
    XFree86-4.2.99.2-redhat-custom-modelines.patch and
    xorg-x11-6.8.2-laptop-modes.patch from FC4 for (#180301)
  - Install a copy of the vesamodes and extramodes files which contain the list
    of video modes that are built into the X server, so that the "rhpxl" package
    does not have to carry around an out of sync copy for itself. (#180301)
* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
  - Updated "BuildRequires: mesa-source >= 6.4.2-2" to get fix for (#176976)
* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
  - Fix brown paper bag error introduced in rpm post script in 1.0.1-4.
* Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  - Added xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch with changes
    suggested by ajax to fix (fdo#4320).
  - Cosmetic cleanups to satiate the banshees.
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  - Added xorg-x11-server-1.0.1-fbpict-fix-rounding.patch from CVS HEAD.
  - Added xorg-x11-server-1.0.1-SEGV-on-null-interface.patch which prevents a
    SEGV on null interfaces (#174279,178986)
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  - Updated to xserver 1.0.1 from X11R7.0
* Thu Dec 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  - Added "Provides: libxf86config-devel = 1.1.1-47.8.fc6" to sdk package.
* Wed Dec 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  - Added xserver-1.0.0-parser-add-missing-headers-to-sdk.patch to provide the
    necessary libxf86config.a headers to be able to use the library. (#173084)
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  - Updated to xserver 1.0.0 from X11R7 RC4
  - Removed the following patches, which are now integrated upstream:
    - xorg-server-0.99.3-rgb.txt-dix-config-fix.patch,
    - xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch
  - Changed manNx directories to manN to match upstream defaults.
  - Added libxf86config.a to sdk subpackage.
  - Updated build dependency of "mesa-libGL-devel >= 6.4.1-1"
  - Added "BuildRequires: xorg-x11-font-utils >= 1.0.0-1" to be able to query
    the fontdir from fontutil.pc which is implemented currently by a custom
    patch.
  - Enable xtrap, xcsecurity, xevie, and lbx on all builds, not just DRI builds.
  - Fix sdk installation path, so that drivers can find the files again.
  - Update file manifest, to deal with X server modules that have moved to
    a subdir, etc.
* Mon Nov 28 2005 Kristian Høgsberg <krh@redhat.com>
  - Add a few missing BuildRequires.
* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-9
  - Added "Requires: xorg-x11-drivers >= 0.99.2-4" as a dependency of the Xorg
    subpackage, to ensure that anaconda installs all of the drivers during OS
    installs and upgrades, as requested by Jeremy Katz.
* Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-8
  - Added xorg-server-0.99.3-rgb.txt-dix-config-fix.patch which fixes the
    --with-rgb-path option to actually *work*.
  - Updated libdrm dep to 1.0.5
* Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-7
  - Update xorg-x11-server-utils dep to 0.99.2-5 to ensure rgb.txt is installed
    in correct location - _datadir/X11/rgb
  - Added --with-rgb-path configure option to specify _datadir/X11/rgb so the
    X server finds the rgb.txt database properly, for bugs (#173453, 173435,
    173428, 173483, 173734, 173737, 173594)
  - Added xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch to prevent SSE/MMX
    code from being activated on non-capable VIA CPU. (#173384,fdo#5093)
* Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
  - Add the missing rpm pre script from monolithic xorg-x11 packaging,
    clean it up a bit, reorder it for slight performance gain.
  - Add some perl magic to pre script to remove RgbPath from xorg.conf,
    in order to fix bug (#173036, 173435, 173453, 173428)
  - Add more perl magic to pre script to update ModulePath to the new
    location if it is specified in xorg.conf.
  - Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic
    xorg-x11 package to fix Xinerama bug.
  - Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey
    stipple once again for bug (#173423).
  - Added "BuildRequires: libdrm-devel" for DRI enabled builds.
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
  - Xorg server should be suid for users to be able to run startx (#173064)
* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  - Added temporary "BuildRequires: libXfont-devel >= 0.99.2-3" and
    "Requires: libXfont-devel >= 0.99.2-3" to ensure early-testers of
    pre-rawhide modular X have installed the work around for (#172997).
  - Added implementation specific "Requires: xkbdata" to Xorg subpackage, as
    we want to ensure the xkb data files are present, but allow us the option
    of easily switching implementations to "xkeyboard-config" at a future
    date, if we decide to go that route.
  - Re-enable _smp_mflags during build.
  - Added "Requires: xorg-x11-drv-vesa" to Xorg subpackage (#173060)
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-3
  - provide Xserver
  - add another requires for basic bits
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-2
  - add some deps to the Xorg subpackage for base fonts, keyboard and mouse 
    drivers, and rgb.txt that the server really wont work without
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  - Update to xorg-server-0.99.3 from X11R7 RC2.
  - Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
* Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  - Added "Requires: xkbcomp" for Xorg server, as it invokes it internally.
* Wed Nov 09 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  - Added "BuildRequires: libXtst-devel" for Xtst examples.
* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  - Added versioning to Xorg virtual Provide, to allow config tools and driver
    packages to have version based requires.
* Fri Oct 28 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  - Update to xorg-server-0.99.2 from X11R7 RC1.
  - Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
  - Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
  - Added dmx related utilities to Xdmx subpackage.
  - Individually list each X server module in file manifest.
  - Hack man1 manpages to be installed into man1x.
  - Add the following ./configure options --disable-dependency-tracking,
    --enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
    --enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
    --with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
  - Added getconfig, scanpci et al to Xorg subpackage
  - Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
    conditionally, defaulting to "off".  These utilities are potentially
    dangerous and can physically damage hardware and/or destroy data, so are
    not shipped by default.
  - Added "BuildRequires: libdmx-devel" for dmx utilities
  - Added "BuildRequires: libXres-devel" for Xres examples
  - Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY
* Tue Oct 04 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.2
  - Fix license tag to be "MIT/X11"
  - Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest
* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.1
  - Update BuildRequires for new library package naming (libX...)
  - Use Fedora Extras style BuildRoot tag
  - Invoke make with _smp_mflags to take advantage of SMP systems
* Wed Aug 31 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-2.cvs20050830
  - Go back to %spec -n, use new cvs snapshot that supports overriding
    moduledir during make install, use 
    /usr/bin/make \
  	prefix=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr \
  	exec_prefix=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr \
  	bindir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/bin \
  	sbindir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/sbin \
  	sysconfdir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/etc \
  	datadir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/share \
  	includedir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/include \
  	libdir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/lib \
  	libexecdir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/libexec \
  	localstatedir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/var \
  	sharedstatedir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/com \
  	mandir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/share/man \
  	infodir=/var/tmp/xorg-x11-server-1.1.1-47.8.fc6-root-brewbuilder/usr/share/info \
    install.
  - Drop /usr/lib/xorg/modules/multimedia globs.
* Sat Aug 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
  - Added build dependency on xorg-x11-libfontenc-devel, as the build fails
    half way through without it, even though upstream dependencies do not
    specify it as required.
* Wed Aug 24 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-1
  - Initial spec file for the modular X server.

Files

 Ô


Generated by rpm2html 1.8.1

Daniel Veillard, Mon Apr 14 03:19:45 2008