forked from pool/libinput
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
33709c6371 | ||
|
f599606262 | ||
|
c73f2d7d22 | ||
|
bc5064fdab | ||
|
d75f19e242 | ||
4bad4fee0a | |||
41096b6db5 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1736164337
|
||||||
|
commit: c64a9ce34b54113bfb3638680858d1a8148b1648427700ec2fd145fd68d5d894
|
||||||
|
url: https://src.opensuse.org/jengelh/libinput
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2ac260b72aec44218eb076b39a02a814d322cd0cba4c7c89d0e0c60258e04bb
|
||||||
|
size 256
|
BIN
libinput-1.26.0.tar.gz
(Stored with Git LFS)
BIN
libinput-1.26.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libinput-1.27.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
libinput-1.27.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 11:50:58 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.27.1
|
||||||
|
* Fixed two regressions in the gesture state handling.
|
||||||
|
* Removed an assert triggered by a finger count mismatch.
|
||||||
|
* libinput replay has a slightly new output format and now
|
||||||
|
supports Ctrl+C to stop the currently replaying event sequence.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 10:32:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.27
|
||||||
|
* New "sticky" mode for drag-locking
|
||||||
|
* For tablet pads we now support tablet pad mode groups for
|
||||||
|
devices without status LEDs as well
|
||||||
|
* If a tablet is unknown to libwacom we now assume that it is a
|
||||||
|
built-in tablet. (similar to libwacom 2.11)
|
||||||
|
* The available area on external tablets can be reduced via the
|
||||||
|
new tablet "area" configuration.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 07:40:24 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.26.2
|
||||||
|
* Added quirks for the LG Gram 14 and the Minisvorum V3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 07:04:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu Jun 6 07:04:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libinput
|
# spec file for package libinput
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,13 +37,12 @@
|
|||||||
%define lname libinput10
|
%define lname libinput10
|
||||||
%define pname libinput
|
%define pname libinput
|
||||||
Name: libinput%{?xsuffix}
|
Name: libinput%{?xsuffix}
|
||||||
Version: 1.26.0
|
Version: 1.27.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Input device and event processing library
|
Summary: Input device and event processing library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||||
|
|
||||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||||
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
#DL-URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases
|
||||||
Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz
|
Source: https://gitlab.freedesktop.org/libinput/libinput/-/archive/%version/libinput-%version.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user