Hello community, here is the log from the commit of package libevdev for openSUSE:Factory checked in at 2014-03-22 19:46:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libevdev (Old) and /work/SRC/openSUSE:Factory/.libevdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libevdev" Changes: -------- --- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes 2014-02-28 07:21:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libevdev.new/libevdev.changes 2014-03-22 19:46:03.000000000 +0100 @@ -1,0 +2,32 @@ +Mon Mar 17 22:44:50 UTC 2014 - [email protected] + +- Update to 1.0.99.1 (1.1~rc1) + * Send an extra ABS_MT_SLOT event to sync the client up with + the current slot + * Fix the include directives when building in tools/ + * tools: Fix compiler warning + * Replace hardcoded 0 with the enum for it + * tools: add a tool to print the actual range provided by + a touchpad + * Document that the return value of get_name|uniq|phys is + not permanent + * Plug a memory leak for name, uniq, phys + * Fix memory leaks when failing to create a uinput device + * Document the FORCE_SYNC behavior a bit better + * Fix a wrong reference in the libevdev_next_event + documentation + * Add unlikely() macro + * Don't sync past MAX_SLOTS slots + * Dynamically allocate the slot values + * Reduce memory requirement for MT syncing + * Increase MAX_SLOTS to 60 + * Cap slot values to the announced maximum + * Move some functions/macros between libevdev-int.h + and libevdev-util.h + * Don't sync the MT state for fake MT devices + * If the tracking ID changes during SYN_DROPPED, terminate + the touch first + * Add a documentation note to update the slot after syncing +- New tools subpackage + +------------------------------------------------------------------- Old: ---- libevdev-1.0.tar.xz New: ---- libevdev-1.0.99.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libevdev.spec ++++++ --- /var/tmp/diff_new_pack.hFzH6N/_old 2014-03-22 19:46:04.000000000 +0100 +++ /var/tmp/diff_new_pack.hFzH6N/_new 2014-03-22 19:46:04.000000000 +0100 @@ -19,7 +19,7 @@ Name: libevdev %define sonum 2 -Version: 1.0 +Version: 1.0.99.1 Release: 0 Summary: A wrapper library for evdev devices License: MIT @@ -53,12 +53,24 @@ %package -n libevdev%{sonum} Summary: Library for handling evdev kernel devices Group: System/Libraries +Suggests: %{name}-tools %description -n libevdev%{sonum} Library for handling evdev kernel devices. It abstracts the ioctls through type-safe interfaces and provides functions to change the appearance of the device. +%package tools +Summary: Library for handling evdev kernel devices +Group: System/Base + +%description tools +Library for handling evdev kernel devices. It abstracts the ioctls +through type-safe interfaces and provides functions to change +the appearance of the device. + +Aditional utilities for libevdev library + %prep %setup -q %if 0%{?suse_version} < 1230 @@ -93,4 +105,9 @@ %{_libdir}/pkgconfig/%{name}.pc %{_mandir}/man3/libevdev.* +%files tools +%defattr(-,root,root) +%doc COPYING +%{_bindir}/touchpad-edge-detector + %changelog ++++++ libevdev-1.0.tar.xz -> libevdev-1.0.99.1.tar.xz ++++++ ++++ 3550 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
