Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2016-02-25 21:56:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2016-01-30 
11:30:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2016-02-25 
22:02:52.000000000 +0100
@@ -1,0 +2,81 @@
+Wed Feb 24 14:06:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.2.0:
+  * New stable branch, nothing significant has changed since
+    version 1.1.902.
+
+-------------------------------------------------------------------
+Thu Feb 18 22:43:08 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.1.902:
+  * One significant change to the API: the data provided by the
+    tablet tilt API is now in degrees rather than the previous
+    normalized value range.
+  * libinput now has an option to disable tap-and-drag.
+  * Bugfixes include fixing the the artpen rotation in left-handed
+    mode and a fix to prevent an invalid serial number on proximity
+    in (if the kernel doesn't immediately give us a serial number).
+
+-------------------------------------------------------------------
+Thu Feb 18 22:43:07 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.1.901:
+  * The main feature merged in this cycle is graphics tablet tool
+    support. Devices tagged by udev as ID_INPUT_TABLET are handled
+    by libinput now and exposed with the
+    LIBINPUT_DEVICE_CAP_TABLET_TOOL capability. Note that this
+    currently only includes tablet tool support, including stylus,
+    eraser, cursor, lens cursor, etc. The "pad" part of the tablet
+    is not yet integrated.
+  * Further in this release is support for three-finger pinch
+    gestures on supported hardware. As already announced in 1.1.5,
+    semi-mt touchpads do not support gesture recognition, the data
+    is not reliable enough.
+  * We still reserve the right to change the new tablet API before
+    the 1.2 release, though we don't expect the need for any
+    changes.
+- Add pkgconfig(libwacom) BuildRequires: New dependency for wacom
+  support.
+
+-------------------------------------------------------------------
+Thu Feb 18 22:43:06 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.1.8:
+  * Two small fixes to the touchpad code. Synaptics semi-mt devices
+    are now using a hysteresis again to stop the cursor from
+    wobbling (expected fallout from 1.1.6).
+  * The no-tappping zone on the far left/right edges has been
+    extended down from half the touchpad to the top edge of the
+    software buttons (if any). This prevents phantom taps when a
+    palm briefly touches the edge of the touchpad.
+- Changes from version 1.1.7:
+  * This release fixes an issue introduced by 1.1.6's new
+    disable-while-typing handling. If dwt was disabled while a key
+    was held down, the touchpad remained disabled due to a
+    recurring timer. This is fixed now.
+  * The other change enables the touchpad motion hysteresis by
+    default for all ALPS Rushmore touchpads (firmware 0x310).
+- Changes from version 1.1.6:
+  * The calculation of finger motion for multifinger gestures
+    (including two-finger scrolling) was buggy. A slow two-finger
+    motion could double the effective speed under some
+    circumstances, causing scroll jumps. This has been fixed now.
+  * The touchpad motion hysteresis is now deactivated by default.
+    This may negatively affect some (especially older) touchpads,
+    and we'll have to re-enable the hysteresis on those. If you
+    notice pointer wobbles when hold the finger still please file a
+    bug so we can address this. Everyone else should see a smoother
+    motion especially on small and tiny motions making single-pixel
+    elements much easier to target.
+  * Disable-while-typing now works when a key is held down. And the
+    pairing algorithm has been improved to avoid cases where the
+    touchpad was paired with an external USB keyboard, despite
+    there being a internal keyboard.
+  * Last: the mode button on the Cyborg RAT 5 is now disabled. This
+    button is special, on each press it cycles through 3 'modes',
+    sending a release event for the current button and a down event
+    for the next event code. This causes stuck buttons, since we
+    have nothing in userspace that would handle that button as
+    intended, disabling it is the current solution.
+
+-------------------------------------------------------------------

Old:
----
  libinput-1.1.5.tar.xz
  libinput-1.1.5.tar.xz.sig

New:
----
  libinput-1.2.0.tar.xz
  libinput-1.2.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.2bKEh0/_old  2016-02-25 22:02:54.000000000 +0100
+++ /var/tmp/diff_new_pack.2bKEh0/_new  2016-02-25 22:02:54.000000000 +0100
@@ -18,8 +18,8 @@
 
 Name:           libinput
 %define lname  libinput10
-%define rversion 1.1.5
-Version:        1.1.5
+%define rversion 1.2.0
+Version:        1.2.0
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT
@@ -45,6 +45,7 @@
 BuildRequires:  pkgconfig(check) >= 0.9.10
 BuildRequires:  pkgconfig(libevdev) >= 0.4
 BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libwacom) >= 0.12
 BuildRequires:  pkgconfig(mtdev) >= 1.1.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ libinput-1.1.5.tar.xz -> libinput-1.2.0.tar.xz ++++++
++++ 28411 lines of diff (skipped)


Reply via email to