SHA256
1
0
forked from pool/libei

5 Commits

6 changed files with 13 additions and 29 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1739354268
commit: 0d92b20d406ad48bea398c37f18a23d40474c0f48d6709b843218400e8f11545
url: https://src.opensuse.org/jengelh/libei
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca6857bc2a9cebfd331835e1faea357c698e4c72c87b7a742ef41511dcedb56
size 256

BIN
libei-1.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libei-1.5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,27 +1,3 @@
-------------------------------------------------------------------
Tue Aug 26 08:05:24 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5.0
* Previously a slow receiver would get disconnected as soon as
the other side encountered a writers' block. This is now worked
around via a larger queue.
* For the socket backend, the new
eis_backend_socket_get_client_pid() provides the client PID.
* ei_event_ref() and ei_event_unref() are now available to
clients in case the event needs to be kept outside the
immediate scope. This should still be handled with care.
* The handling of ei_pingpong and ei_sync is now that the
pong/sync reply is sent when the respective event is unref'd
(previously it was sent as soon as the event is retrieved from
libei(s)).
-------------------------------------------------------------------
Tue Apr 1 08:16:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.1
* The ei_touchscreen version listed in the protocol was bumped
to version 2.
-------------------------------------------------------------------
Wed Feb 12 09:55:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,7 +17,7 @@
%define lname libei1
Name: libei
Version: 1.5.0
Version: 1.4.0
Release: 0
Summary: Library for emulated input in Wayland
License: MIT
@@ -74,7 +74,8 @@ libei is a library for Emulated Input, targeting the Wayland stack.
%install
%meson_install
%ldconfig_scriptlets -n %lname
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%_libdir/lib*.so.*