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-12-19 14:08:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libei (Old)
 and      /work/SRC/openSUSE:Factory/.libei.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libei"

Mon Dec 19 14:08:04 2022 rev:5 rq:1043674 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libei/libei.changes      2022-06-07 
11:45:33.579265532 +0200
+++ /work/SRC/openSUSE:Factory/.libei.new.1835/libei.changes    2022-12-19 
14:08:06.746617172 +0100
@@ -1,0 +2,19 @@
+Tue Dec 13 10:10:37 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.4.1
+  * ei_setup_backend_portal() was removed. The portal it
+    connected to never really existed and all the efforts since
+    have gone into supporting libei connections through the
+    RemoteDesktop and the InputCapture portals. Note that these
+    changes are not yet merged into upstream xdg-desktop-portal.
+  * a new library "liboeffis" takes the place of the above. It is
+    a helper library to connect to the RemoteDesktop portal via
+    DBus with a minimal API and retrieve the EIS socket. This
+    library is intended to be used by tools that cannot easily
+    talk DBus themselves (this includes Xwayland).
+  * the libei/libeis log handlers have a new API which makes
+    handling log messages a bit simpler.
+  * version exchange between client/server make it possible (in
+    the future) to have multiple supported protocol versions.
+
+-------------------------------------------------------------------

Old:
----
  libei-0.3.tar.gz

New:
----
  libei-0.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libei.spec ++++++
--- /var/tmp/diff_new_pack.M76Szc/_old  2022-12-19 14:08:07.270619886 +0100
+++ /var/tmp/diff_new_pack.M76Szc/_new  2022-12-19 14:08:07.294620011 +0100
@@ -17,8 +17,8 @@
 
 
 Name:           libei
-%define lname libei-suse2
-Version:        0.3
+%define lname libei-suse3
+Version:        0.4.1
 Release:        0
 Summary:        Library for emulated input in Wayland
 License:        MIT
@@ -28,7 +28,7 @@
 Source:         
https://gitlab.freedesktop.org/libinput/libei/-/archive/%version/%name-%version.tar.gz
 Patch1:         system-munit.diff
 Patch2:         ver.diff
-BuildRequires:  meson
+BuildRequires:  meson >= 0.57
 BuildRequires:  ninja
 BuildRequires:  protobuf-c
 BuildRequires:  pkgconfig(libevdev)
@@ -70,7 +70,7 @@
 %autosetup -p1
 
 %build
-%meson --includedir="%_includedir/%name"
+%meson --includedir="%_includedir/%name" -Dtests=false
 %meson_build
 
 %install
@@ -80,7 +80,7 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%_libdir/lib*.so.suse2
+%_libdir/lib*.so.*
 
 %files devel
 %_bindir/ei-debug-*

++++++ libei-0.3.tar.gz -> libei-0.4.1.tar.gz ++++++
++++ 8352 lines of diff (skipped)

++++++ ver.diff ++++++
--- /var/tmp/diff_new_pack.M76Szc/_old  2022-12-19 14:08:07.458620860 +0100
+++ /var/tmp/diff_new_pack.M76Szc/_new  2022-12-19 14:08:07.462620881 +0100
@@ -17,7 +17,7 @@
      gnu_symbol_visibility: 'hidden',
 -    install: true
 +    install: true,
-+    soversion: 'suse2'
++    soversion: 'suse3'
  )
  install_headers('src/libei.h')
  
@@ -27,7 +27,7 @@
      gnu_symbol_visibility: 'hidden',
 -    install: true
 +    install: true,
-+    soversion: 'suse2'
++    soversion: 'suse3'
  )
  install_headers('src/libeis.h')
  
@@ -35,7 +35,7 @@
      gnu_symbol_visibility: 'hidden',
      install: true,
      include_directories: 'src',
-+    soversion: 'suse2'
++    soversion: 'suse3'
  )
  install_headers('src/libreis.h')
  

Reply via email to