Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libei for openSUSE:Factory checked in at 2023-05-18 18:22:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libei (Old) and /work/SRC/openSUSE:Factory/.libei.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libei" Thu May 18 18:22:36 2023 rev:7 rq:1087814 version:0.99.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libei/libei.changes 2023-04-11 13:51:36.807518575 +0200 +++ /work/SRC/openSUSE:Factory/.libei.new.1533/libei.changes 2023-05-18 18:22:37.690420493 +0200 @@ -1,0 +2,22 @@ +Wed May 17 09:20:52 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 0.99.1 + * The protocol no longer has a fixed capability enum, the + bitmask is based on the available interfaces. See the + ei_seat.capability event in the protocol documentation. + * New interfaces for button and scroll - these were split out + from the previously merged pointer/pointer_absolute + interfaces. Clients need to bind to those in addition to + binding to pointer and/or pointer_absolute. EIS + implementations need to provide those separately in addition + to pointer/pointer_absolute. + * A number of APIs have been renamed to adjust for this, e.g. + ei_event_pointer_get_scroll_x() is now + ei_event_scroll_get_dx() + * ei_seat_bind_capability() was removed, use + ei_seat_bind_capabilities() instead + * The pkgconfig files are now libei-1.0.pc, libeis-1.0.pc, + liboeffis-1.0.pc +- Delete ver.diff (obsolete), system-munit.diff (deactivate for now) + +------------------------------------------------------------------- Old: ---- libei-0.5.tar.gz system-munit.diff ver.diff New: ---- libei-0.99.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libei.spec ++++++ --- /var/tmp/diff_new_pack.nBpu5x/_old 2023-05-18 18:22:39.102427209 +0200 +++ /var/tmp/diff_new_pack.nBpu5x/_new 2023-05-18 18:22:39.106427228 +0200 @@ -17,8 +17,8 @@ Name: libei -%define lname libei-suse4 -Version: 0.5 +%define lname libei1 +Version: 0.99.1 Release: 0 Summary: Library for emulated input in Wayland License: MIT @@ -26,8 +26,6 @@ URL: https://gitlab.freedesktop.org/libinput/libei/ Source: https://gitlab.freedesktop.org/libinput/libei/-/archive/%version/%name-%version.tar.gz -Patch1: system-munit.diff -Patch2: ver.diff BuildRequires: meson >= 0.57 BuildRequires: ninja BuildRequires: protobuf-c @@ -36,7 +34,6 @@ BuildRequires: pkgconfig(libevdev) BuildRequires: pkgconfig(libprotobuf-c) BuildRequires: pkgconfig(libsystemd) -BuildRequires: pkgconfig(munit) BuildRequires: pkgconfig(protobuf-lite) BuildRequires: pkgconfig(xkbcommon) @@ -72,7 +69,7 @@ %autosetup -p1 %build -%meson --includedir="%_includedir/%name" -Dtests=false +%meson --includedir="%_includedir/%name" -Dtests=disabled %meson_build %install ++++++ libei-0.5.tar.gz -> libei-0.99.1.tar.gz ++++++ ++++ 9265 lines of diff (skipped)