Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2019-02-04 21:22:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libinput (Old)
 and      /work/SRC/openSUSE:Factory/.libinput.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libinput"

Mon Feb  4 21:22:58 2019 rev:72 rq:667590 version:1.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libinput/libinput.changes        2019-01-15 
13:13:22.832498601 +0100
+++ /work/SRC/openSUSE:Factory/.libinput.new.28833/libinput.changes     
2019-02-04 21:22:58.955631350 +0100
@@ -1,0 +2,7 @@
+Mon Jan 21 11:46:35 UTC 2019 - bjorn....@gmail.com
+
+- Update to new upstream release 1.12.6
+  * Two quirks for specific devices (Contour Roller Mouse and the
+    Acer Spin 5), two little cleanups.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libinput.spec ++++++
--- /var/tmp/diff_new_pack.mTX8vb/_old  2019-02-04 21:22:59.543631207 +0100
+++ /var/tmp/diff_new_pack.mTX8vb/_new  2019-02-04 21:22:59.543631207 +0100
@@ -22,7 +22,7 @@
 
 Name:           libinput
 %define lname  libinput10
-Version:        1.12.5
+Version:        1.12.6
 Release:        0
 Summary:        Input device and event processing library
 License:        MIT

++++++ libinput-1.12.5.tar.xz -> libinput-1.12.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.12.5/doc/user/reporting-bugs.rst 
new/libinput-1.12.6/doc/user/reporting-bugs.rst
--- old/libinput-1.12.5/doc/user/reporting-bugs.rst     2019-01-07 
05:05:46.000000000 +0100
+++ new/libinput-1.12.6/doc/user/reporting-bugs.rst     2019-01-21 
02:28:48.000000000 +0100
@@ -228,7 +228,7 @@
 side, this allows us to recreate a virtual device identical to your device
 and re-play the event sequence, hopefully triggering the same bug.
 
-evemu-record takes a <tt>/dev/input/eventX</tt> event node, but without 
arguments
+evemu-record takes a ``/dev/input/eventX`` event node, but without arguments
 it will simply show the list of devices and let you select: ::
 
      $ sudo evemu-record > scroll.evemu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.12.5/meson.build 
new/libinput-1.12.6/meson.build
--- old/libinput-1.12.5/meson.build     2019-01-07 05:05:46.000000000 +0100
+++ new/libinput-1.12.6/meson.build     2019-01-21 02:28:48.000000000 +0100
@@ -1,5 +1,5 @@
 project('libinput', 'c', 'cpp',
-       version : '1.12.5',
+       version : '1.12.6',
        license : 'MIT/Expat',
        default_options : [ 'c_std=gnu99', 'warning_level=2' ],
        meson_version : '>= 0.41.0')
@@ -251,6 +251,7 @@
        'quirks/10-generic-trackball.quirks',
        'quirks/30-vendor-aiptek.quirks',
        'quirks/30-vendor-alps.quirks',
+       'quirks/30-vendor-contour.quirks',
        'quirks/30-vendor-cyapa.quirks',
        'quirks/30-vendor-elantech.quirks',
        'quirks/30-vendor-huion.quirks',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.12.5/quirks/30-vendor-contour.quirks 
new/libinput-1.12.6/quirks/30-vendor-contour.quirks
--- old/libinput-1.12.5/quirks/30-vendor-contour.quirks 1970-01-01 
01:00:00.000000000 +0100
+++ new/libinput-1.12.6/quirks/30-vendor-contour.quirks 2019-01-21 
02:28:48.000000000 +0100
@@ -0,0 +1,11 @@
+[Contour Design RollerMouse Free 2]
+MatchVendor=0x0b33
+MatchProduct=0x0401
+MatchUdevType=mouse
+ModelBouncingKeys=1
+
+[Contour Design RollerMouse Re:d]
+MatchVendor=0x0b33
+MatchProduct=0x1000
+MatchUdevType=mouse
+ModelBouncingKeys=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.12.5/quirks/50-system-acer.quirks 
new/libinput-1.12.6/quirks/50-system-acer.quirks
--- old/libinput-1.12.5/quirks/50-system-acer.quirks    2019-01-07 
05:05:46.000000000 +0100
+++ new/libinput-1.12.6/quirks/50-system-acer.quirks    2019-01-21 
02:28:48.000000000 +0100
@@ -3,3 +3,7 @@
 MatchDMIModalias=dmi:*svnAcer:pnSwitchSA5-271:*
 ModelTabletModeNoSuspend=1
 
+[Acer Spin 5]
+MatchName=AT Translated Set 2 keyboard
+MatchDMIModalias=dmi:*svnAcer:pnSpinSP513-52N:*
+ModelTabletModeNoSuspend=1
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinput-1.12.5/tools/libinput-record.man 
new/libinput-1.12.6/tools/libinput-record.man
--- old/libinput-1.12.5/tools/libinput-record.man       2019-01-07 
05:05:46.000000000 +0100
+++ new/libinput-1.12.6/tools/libinput-record.man       2019-01-21 
02:28:48.000000000 +0100
@@ -53,6 +53,10 @@
 \fB\-\-output-file\fR is specified and that all devices to be recorded are
 given on the commandline.
 .TP 8
+.B \-\-show\-keycodes
+Show keycodes as-is in the recording. By default, common keys are obfuscated
+and printed as \fBKEY_A\fR to avoid information leaks.
+.TP 8
 .B \-\-with-libinput
 Record libinput events alongside device events.
 .B THIS FEATURE IS EXPERIMENTAL.


Reply via email to