Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2015-12-01 09:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-11-04 
15:31:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2015-12-01 
09:18:20.000000000 +0100
@@ -1,0 +2,45 @@
+Tue Nov 24 12:44:41 UTC 2015 - [email protected]
+
+- List the package contents inside /lib/udev since we don't
+  want libinput-udev to own /lib/udev itself, which is already owned
+  by the udev package.
+- Modified summary of libinput-udev to begin with a capital letter
+  as required by rpmlint.
+
+-------------------------------------------------------------------
+Tue Nov 17 10:06:44 UTC 2015 - [email protected]
+
+- Update to version 1.1.1:
+  * Two significant fixes and a couple of other cleanups.
+  * Pointer acceleration is now initialized for pointer-like device
+    without buttons. Some devices have rel x/y axes but no buttons
+    and aren't tagged as pointers by udev. If such a device sent an
+    event it could cause a crash in libinput.
+  * An error in in the struct list handling caused device groups to
+    write to invalid memory. The immediate effect observed was that
+    the log priority changed seemingly randomly, but different
+    optimization options may cause other effects.
+
+-------------------------------------------------------------------
+Wed Oct 28 23:05:43 UTC 2015 - [email protected]
+
+- Update to version 1.1.0:
+  * This is a relatively small update, most of the bugfixes have
+    found their way into the libinput 1.0.x releases.
+  * The big addition here is the introduction of pointer
+    acceleration profiles, or, more specifically, the "flat"
+    profile. By default, libinput provides some (device-specific)
+    pointer acceleration as outlined in
+    
http://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html
+  * There is significant demand for the device to move
+    unaccelerated, i.e. the device's virtual movements to move 1:1
+    to the physical movements. Changing the device's acceleration
+    profile to the "flat" profile achieves exactly that. For a
+    device in the flat profile, the speed setting range merely
+    multiples the deltas with a constant value (for a speed of 0,
+    the default, the value is 1).
+- Drop
+  libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch
+  We have kernel-4.2.x in Tumbleweed now.
+
+-------------------------------------------------------------------

Old:
----
  libinput-1.0.2.tar.xz
  libinput-1.0.2.tar.xz.sig
  libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch

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

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

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.fgsSV3/_old  2015-12-01 09:18:21.000000000 +0100
+++ /var/tmp/diff_new_pack.fgsSV3/_new  2015-12-01 09:18:21.000000000 +0100
@@ -18,8 +18,8 @@
 
 Name:           libinput
 %define lname  libinput10
-%define rversion 1.0.2
-Version:        1.0.2
+%define rversion 1.1.1
+Version:        1.1.1
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT
@@ -33,7 +33,6 @@
 Source2:        
http://freedesktop.org/software/libinput/%name-%rversion.tar.xz.sig
 Source3:        baselibs.conf
 Source4:        %name.keyring
-Patch1:         
libinput-touchpad-serial-synaptics-needto-fake-new-touches.patch
 #git#BuildRequires:  autoconf >= 2.64
 #git#BuildRequires:  automake >= 1.11
 #git#BuildRequires:  libtool >= 2.2
@@ -54,7 +53,7 @@
 other applications that need to directly deal with input devices.
 
 %package udev
-Summary:        libinput integration into udev
+Summary:        Input device and event processing library integration into udev
 Group:          System/Base
 
 # These programs may be absorbed into udev main at a future time
@@ -87,7 +86,7 @@
 configuration options and configuration defaults.
 
 %package devel
-Summary:        Development files for the Wayland Input Device Library
+Summary:        Development files for the Input Device Library
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 
@@ -100,7 +99,6 @@
 
 %prep
 %setup -qn %name-%rversion
-%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
@@ -128,7 +126,10 @@
 
 %files udev
 %defattr(-,root,root)
-%_libexecdir/udev/
+%_libexecdir/udev/hwdb.d
+%_libexecdir/udev/libinput-device-group
+%_libexecdir/udev/libinput-model-quirks
+%_libexecdir/udev/rules.d
 
 %files -n %lname
 %defattr(-,root,root)

++++++ libinput-1.0.2.tar.xz -> libinput-1.1.1.tar.xz ++++++
++++ 7765 lines of diff (skipped)


Reply via email to