forked from pool/libei
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
6821d65f39 | |||
40e12aa0ba | |||
|
08e7b666fb | ||
9d2fbeb9e1 | |||
4eb966e5ed | |||
412e1afa4d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e06f06aa4dd1f7d170a0e5194644fe5cc889adc9b7be16bed5f2c39145569a4
|
||||
size 231338
|
BIN
libei-1.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libei-1.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 09:55:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.4.0
|
||||
* ei_disconnect() is now public
|
||||
* libei now provides an ei_ping() call with a corresponding
|
||||
EI_EVENT_PONG event.
|
||||
* libeis now provides an eis_ping() call and EIS_EVENT_PONG
|
||||
event
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 22:37:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.3.0
|
||||
* Devices without regions or with multiple regions previously
|
||||
failed region checks for touch events and absolute pointer
|
||||
events (now fixed).
|
||||
* liboeffis's ConnectToEIS dbus call is now async to avoid stalling
|
||||
the client.
|
||||
* many clarifications for ambiguity in the protocol documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libei
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
%define lname libei1
|
||||
Name: libei
|
||||
Version: 1.2.1
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Library for emulated input in Wayland
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user