diff --git a/0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch b/0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch deleted file mode 100644 index 93ba51c..0000000 --- a/0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 54db774171550c1e7e926cea01945a5d21dae8b3 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer -Date: Thu, 27 Sep 2018 15:47:23 +1000 -Subject: [PATCH] quirks: fix the trackpoint multiplier for the Dell E7470 - -Fixes #148 - -Signed-off-by: Peter Hutterer ---- - quirks/50-system-dell.quirks | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/quirks/50-system-dell.quirks b/quirks/50-system-dell.quirks -index 2b62bfd6..58071fbf 100644 ---- a/quirks/50-system-dell.quirks -+++ b/quirks/50-system-dell.quirks -@@ -51,4 +51,4 @@ AttrTrackpointMultiplier=1.5 - [Latitude E7470 Trackpoint] - MatchName=*DualPoint Stick - MatchDMIModalias=dmi:*svnDellInc.:pnLatitudeE7470* --AttrTrackpointMultiplier=0.6 -+AttrTrackpointMultiplier=0.125 --- -2.16.4 - diff --git a/libinput-1.12.0.tar.xz b/libinput-1.12.0.tar.xz deleted file mode 100644 index 21a077f..0000000 --- a/libinput-1.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ac2b78ec0b502c14400d711dbd6b9164a43a724cedeaf21c7fa29960e701a4 -size 519320 diff --git a/libinput-1.12.0.tar.xz.sig b/libinput-1.12.0.tar.xz.sig deleted file mode 100644 index 053de56..0000000 Binary files a/libinput-1.12.0.tar.xz.sig and /dev/null differ diff --git a/libinput-1.12.1.tar.xz b/libinput-1.12.1.tar.xz new file mode 100644 index 0000000..354014f --- /dev/null +++ b/libinput-1.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570c48cc7b744b9b4da711ed0c5e8c3de132484684b0c4f0309a9a83df5e8692 +size 520072 diff --git a/libinput-1.12.1.tar.xz.sig b/libinput-1.12.1.tar.xz.sig new file mode 100644 index 0000000..62a7b6f Binary files /dev/null and b/libinput-1.12.1.tar.xz.sig differ diff --git a/libinput.changes b/libinput.changes index b949e4e..88bdcdb 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Wed Oct 3 11:22:55 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 1.12.1 + * A few entries there had to be corrected/added, including the + one for the MS Nano Transceiver, the Dell XPSL322X touchpad + and some of the Elan Touchpad quirks. A new quirk was added + for the Kensington Orbit trackball which is confused about + it's non-existing middle button and for the Asus UX302LA + touchpad which thinks pressure isn't necessary once two + fingers are down. + * Apple touchpads randomly triggered an assert (under very + specific, but easy enough to trigger conditions), which is + fixed now. +- Remove 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch + ------------------------------------------------------------------- Mon Oct 1 10:14:25 UTC 2018 - sndirsch@suse.com -- 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch +- 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch * refix the trackpoint multiplier for the Dell E7470 (boo#1013647, fdo#106323, gitlab issue#148) diff --git a/libinput.spec b/libinput.spec index 71a7f44..1df4773 100644 --- a/libinput.spec +++ b/libinput.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Name: libinput %define lname libinput10 -Version: 1.12.0 +Version: 1.12.1 Release: 0 Summary: Input device and event processing library License: MIT @@ -38,7 +38,6 @@ Source3: baselibs.conf Source4: %name.keyring Source5: libinput-rpmlintrc Patch1: kill-env.diff -Patch2: 0001-quirks-fix-the-trackpoint-multiplier-for-the-Dell-E7.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++