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

x11-driver-input-evdev-debug-1.99.1-2mdv2008.1 RPM for x86_64

From Mandriva 2008.1 for x86_64 / media / debug_main / testing

Name: x11-driver-input-evdev-debug Distribution: Mandriva Linux
Version: 1.99.1 Vendor: Mandriva
Release: 2mdv2008.1 Build date: Mon Jun 30 19:43:32 2008
Group: Development/Debug Build host: seggie.mandriva.com
Size: 83735 Source RPM: x11-driver-input-evdev-1.99.1-2mdv2008.1.src.rpm
Packager: Ander Conselvan de Oliveira <ander@mandriva.com>
Url: http://xorg.freedesktop.org
Summary: Debug information for package x11-driver-input-evdev
This package provides debug information for package x11-driver-input-evdev.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Copyright

MIT

Signatures

internal MD5: 15cd6e46fc944b74a316a326bfce04d9
GPG

Changelog

* Tue Jul 01 2008 Ander Conselvan de Oliveira <ander@mandriva.com> 1.99.1-2mdv2008.1
  + Revision: 230388
  - Increase release number
  - * Fix bug 39014: mouse buttons with numbers above BTN_TASK are ignored
    * Cherry pick fix for screen crossing bug.
  - * Update to version 2.0.1
    * Fix bug #39014
  - Update to version 2.0.0
* Mon Mar 17 2008 Pixel <pixel@mandriva.com> 1.99.1-1mdv2008.1
  + Revision: 188229
  - switching to git version "master" version (cf #37726)
    (patches are either upstream or now unneeded)
* Thu Feb 21 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.2.0-5mdv2008.1
  + Revision: 173744
  - Cherry-pick 7f1e8146d4b13929a86a4b80f783a720c1b5573a
    More accurate error messages on device open fail.
    The message "cannot open input pEvdev" resulted in a lot of bug reports
    of confused users that did not supply a device path. Now we tell them when
    it is missing or print out a reason when device open fails.
* Wed Jan 30 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.2.0-4mdv2008.1
  + Revision: 160481
  - Revert to use only upstream tarballs and only mandatory patches.
* Tue Jan 22 2008 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.2.0-3mdv2008.1
  + Revision: 156576
  - re-enable rpm debug packages support
* Mon Jan 21 2008 Paulo Andrade <pcpa@mandriva.com.br> 1.2.0-2mdv2008.1
  + Revision: 155669
  - Updated BuildRequires and resubmit package.
  - Dont build debug package.
    Update BuildRequires.
    Cherry pick commit b327e7f5809bccef7a8562814676f2da21e420d0 that should
    fix https://bugs.freedesktop.org/show_bug.cgi?id=12630
  - Remove -devel package as it isn't really required as it provides only 2 files
    that aren't even header files; still don't install the .la files.
    All dependency files should be stored in the x11-util-modular package as they
    are only required for the "modular" build.
  - Move .la files to new -devel package, and also add .deps files to -devel package.
  - Fix previous cut&paste edit. Update to generate tarball and patches from
    existing tag xf86-input-evdev-1.2.0 (that currently has no diff with master,
    so no need to remake mandriva specific branches).
  - Update for new policy of hidden symbols and common macros.
  
    + Thierry Vignaud <tvignaud@mandriva.com>
      - kill re-definition of %buildroot on Pixel's request
  
    + Pixel <pixel@mandriva.com>
      - replace HWheelRelativeAxisButtons-even-if-unused.patch with xf86-input-evdev-1.2.0-ensure-buttons-6-7-are-HWheel.patch
        (nb: this patch doesn't depend on HWheelRelativeAxisButtons being in the xorg.conf, so it may break, please report if it does)
* Mon Nov 19 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2.0-1mdv2008.1
  + Revision: 110422
  - new release
* Wed Nov 14 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.1.99.20071114-1mdv2008.1
  + Revision: 108704
  - using version from git, since the latest release is considered
    incompatible with xserver-1.4 (!). See upstream bug #13222.
  - dropping FixDuplicateArrayEntry-KeyPressedBitTests-XkbDefaults.patch
    and HWheelRelativeAxisButtons-7-6-by-default.patch (already upstream)
  - dropping HWheelRelativeAxisButtons-even-if-unused.patch (code has changed
    a lot and nothing resembles the affected code from what I could see)
* Thu Oct 18 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.1.5-4mdv2008.1
  + Revision: 99604
  - fix wrong conflict with x11-server
* Fri Oct 12 2007 Ademar de Souza Reis Jr <ademar@mandriva.com.br> 1.1.5-3mdv2008.1
  + Revision: 97209
  - new release (to be built against new xserver)
* Thu Sep 20 2007 Paulo Andrade <pcpa@mandriva.com.br> 1.1.5-2mdv2008.0
  + Revision: 91063
  - Possible fix for Bugzilla #32905
  
    + Thierry Vignaud <tvignaud@mandriva.com>
      - fix man pages
* Wed Dec 20 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.1.5-1mdv2007.0
  + Revision: 100510
  - new release
  - new release
* Tue Nov 21 2006 Thierry Vignaud <tvignaud@mandriva.com> 1.1.4-1mdv2007.1
  + Revision: 85917
  - new release
* Thu Sep 14 2006 Pixel <pixel@mandriva.com> 1.1.2-7mdv2007.0
  + Revision: 60986
  - the name of the evdev option is HWheelRelativeAxisButtons, not HWheelXAxisMapping
  - allow setting HWheelRelativeAxisButtons in config file to tell evdev to skip those buttons. that way we can standardize on buttons 6&7 for horiz scroll, and 8&9 for thumb back/next
* Fri Aug 18 2006 Pixel <pixel@mandriva.com> 1.1.2-5mdv2007.0
  + Revision: 56465
  - really apply have-HWheelRelativeAxisButtons-7-6-by-default patch
* Fri Aug 18 2006 Pixel <pixel@mandriva.com> 1.1.2-4mdv2007.0
  + Revision: 56460
  - (minor) drop old source
  - make the HWheel work under gtk & qt instead of being reversed
  - add CVS fixes (from fedora)
  
    + Thierry Vignaud <tvignaud@mandriva.com>
      - fix group
      - fill in summary & descriptions for all input drivers
  
    + Gustavo Pichorim Boiko <boiko@mandriva.com>
      - rebuild to fix cooker uploading
      - Updated drivers for X11R7.1
      - increment release
      - Adding X.org 7.0 to the repository
  
    + Andreas Hasenack <andreas@mandriva.com>
      - renamed mdv to packages because mdv is too generic and it's hosting only packages anyway

Files

 ô


Generated by rpm2html 1.8.1

Daniel Veillard, Thu Nov 20 06:20:38 2008