forked from pool/libei
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
40e12aa0ba | |||
|
08e7b666fb | ||
9d2fbeb9e1 | |||
4eb966e5ed | |||
412e1afa4d |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1739354268
|
||||||
|
commit: 0d92b20d406ad48bea398c37f18a23d40474c0f48d6709b843218400e8f11545
|
||||||
|
url: https://src.opensuse.org/jengelh/libei
|
||||||
|
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:cca6857bc2a9cebfd331835e1faea357c698e4c72c87b7a742ef41511dcedb56
|
||||||
|
size 256
|
@@ -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>
|
Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libei
|
# 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
|
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define lname libei1
|
%define lname libei1
|
||||||
Name: libei
|
Name: libei
|
||||||
Version: 1.2.1
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for emulated input in Wayland
|
Summary: Library for emulated input in Wayland
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user