Accepting request 293717 from X11:XOrg

- Update to 1.4:
  * libevdev_uinput_destroy: don't close non-open FD
  * include: update to 3.18 header
  * tools: print the formula to calculate resolutions
  * Shut up clang compiler warnings
  * tools: fix clang compiler warning
  * tools: note that the mouse frequency measured is the
    highest frequency
  * configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
  * test: always build the build-tests
  * tools: add a tool to change kernel devices
  * test: use -std=c89 instead of c90 for the build test
  * cosmetic: fix a couple of duplicate/missing empty lines
  * Use memcpy/memmove instead of loop operations

- Update to 1.3.2:
  * A new tool has been added to help measure the physical
    resolution of a mouse device. This tool can (and should) be
    used to create udev hwdb entries for systemd's 70-mouse.hwdb
  * Other changes include documentation and tests fixes
- Changes since 1.3.1:
  * INPUT_PROP_POINTINGSTICK is now parsed correctly.

OBS-URL: https://build.opensuse.org/request/show/293717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevdev?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2015-04-03 12:32:59 +00:00 committed by Git OBS Bridge
commit 2d241eaf64
4 changed files with 36 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446
size 392744

3
libevdev-1.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3223378a5c2b4fea51a1601b0404700a6ddc1e2150eb9d5f62f001ffe21dfa06
size 396560

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Mar 28 16:52:15 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 1.4:
* libevdev_uinput_destroy: don't close non-open FD
* include: update to 3.18 header
* tools: print the formula to calculate resolutions
* Shut up clang compiler warnings
* tools: fix clang compiler warning
* tools: note that the mouse frequency measured is the
highest frequency
* configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
* test: always build the build-tests
* tools: add a tool to change kernel devices
* test: use -std=c89 instead of c90 for the build test
* cosmetic: fix a couple of duplicate/missing empty lines
* Use memcpy/memmove instead of loop operations
-------------------------------------------------------------------
Tue Feb 10 07:48:15 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 1.3.2:
* A new tool has been added to help measure the physical
resolution of a mouse device. This tool can (and should) be
used to create udev hwdb entries for systemd's 70-mouse.hwdb
* Other changes include documentation and tests fixes
- Changes since 1.3.1:
* INPUT_PROP_POINTINGSTICK is now parsed correctly.
-------------------------------------------------------------------
Mon Sep 22 11:27:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libevdev
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
Name: libevdev
%define sonum 2
Version: 1.3
Version: 1.4
Release: 0
Summary: A wrapper library for evdev devices
License: MIT
@ -112,6 +112,8 @@ rm -f "%buildroot/%{_libdir}"/*.la
%files tools
%defattr(-,root,root)
%doc COPYING
%{_bindir}/mouse-dpi-tool
%{_bindir}/libevdev-tweak-device
%{_bindir}/touchpad-edge-detector
%changelog