Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libei for openSUSE:Factory checked in at 2022-06-07 11:45:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libei (Old) and /work/SRC/openSUSE:Factory/.libei.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libei" Tue Jun 7 11:45:20 2022 rev:4 rq:981094 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libei/libei.changes 2022-03-02 18:20:54.444655533 +0100 +++ /work/SRC/openSUSE:Factory/.libei.new.1548/libei.changes 2022-06-07 11:45:33.579265532 +0200 @@ -1,0 +2,17 @@ +Tue Jun 7 06:44:15 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 0.3 + * libei now supports the concept of sender/receiver contexts. A + libei context in sender mode can send events to the + (EIS-created) devices, a libei context in receiver mode can + receive events from the (EIS-created) devices. This allows + for libei to be used as a transport layer for captured input + events. + * A libei context can bind/unbind to seat capabilities + individually at any time + * Frame events now carry a timestamp + * A helper tool ei-debug-events is now available, this tool can + be used in e.g. portal implementation to show the events + being sent. + +------------------------------------------------------------------- Old: ---- libei-0.2.tar.gz New: ---- libei-0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libei.spec ++++++ --- /var/tmp/diff_new_pack.4281O5/_old 2022-06-07 11:45:34.039266159 +0200 +++ /var/tmp/diff_new_pack.4281O5/_new 2022-06-07 11:45:34.043266165 +0200 @@ -17,13 +17,13 @@ Name: libei -%define lname libei-suse1 -Version: 0.2 +%define lname libei-suse2 +Version: 0.3 Release: 0 Summary: Library for emulated input in Wayland License: MIT Group: Development/Libraries/C and C++ -URL: https://gitlab.freedesktop.org/whot/libei/ +URL: https://gitlab.freedesktop.org/libinput/libei/ Source: https://gitlab.freedesktop.org/libinput/libei/-/archive/%version/%name-%version.tar.gz Patch1: system-munit.diff @@ -80,9 +80,10 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%_libdir/lib*.so.suse1 +%_libdir/lib*.so.suse2 %files devel +%_bindir/ei-debug-* %_includedir/%name/ %_libdir/pkgconfig/*.pc %_libdir/*.so ++++++ libei-0.2.tar.gz -> libei-0.3.tar.gz ++++++ ++++ 10137 lines of diff (skipped) ++++++ system-munit.diff ++++++ --- /var/tmp/diff_new_pack.4281O5/_old 2022-06-07 11:45:34.163266329 +0200 +++ /var/tmp/diff_new_pack.4281O5/_new 2022-06-07 11:45:34.163266329 +0200 @@ -7,15 +7,15 @@ meson.build | 2 -- 1 file changed, 2 deletions(-) -Index: libei-0.2/meson.build +Index: libei-0.3/meson.build =================================================================== ---- libei-0.2.orig/meson.build -+++ libei-0.2/meson.build -@@ -228,8 +228,6 @@ endif +--- libei-0.3.orig/meson.build ++++ libei-0.3/meson.build +@@ -236,8 +236,6 @@ endif # tests if get_option('tests') -- subproject('munit') +- subproject('munit', default_options: 'werror=false') - munit = dependency('munit', fallback: ['munit', 'munit_dep']) ++++++ ver.diff ++++++ --- /var/tmp/diff_new_pack.4281O5/_old 2022-06-07 11:45:34.175266345 +0200 +++ /var/tmp/diff_new_pack.4281O5/_new 2022-06-07 11:45:34.175266345 +0200 @@ -17,7 +17,7 @@ gnu_symbol_visibility: 'hidden', - install: true + install: true, -+ soversion: 'suse1' ++ soversion: 'suse2' ) install_headers('src/libei.h') @@ -27,7 +27,7 @@ gnu_symbol_visibility: 'hidden', - install: true + install: true, -+ soversion: 'suse1' ++ soversion: 'suse2' ) install_headers('src/libeis.h') @@ -35,7 +35,7 @@ gnu_symbol_visibility: 'hidden', install: true, include_directories: 'src', -+ soversion: 'suse1' ++ soversion: 'suse2' ) install_headers('src/libreis.h')
