Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package remmina for openSUSE:Factory checked in at 2022-05-24 20:31:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remmina (Old) and /work/SRC/openSUSE:Factory/.remmina.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remmina" Tue May 24 20:31:41 2022 rev:75 rq:978891 version:1.4.26 Changes: -------- --- /work/SRC/openSUSE:Factory/remmina/remmina.changes 2022-03-14 19:37:53.354185579 +0100 +++ /work/SRC/openSUSE:Factory/.remmina.new.2254/remmina.changes 2022-05-24 20:32:13.638965477 +0200 @@ -1,0 +2,24 @@ +Thu May 19 14:29:06 UTC 2022 - Johannes Weberhofer <jweberho...@weberhofer.at> + +- Updated to remmina version 1.4.26 + +- Major improvements: + * A Python plugin/API (you can write Remmina plugins in Python now!!!) + * X11 Forward for the SSH plugin @marco.fortina + * Kiosk improvements and new command lines options + +- Other changes: + * Fix trial for 2577: Closing a VNC connection makes Remmina close all other... + * Handle after-auth connection errors in VNC properly + * Using Remmina from command-line for kiosked servers + * Manual page refactoring fixes #2056 (closed) + * Add mutex to protect RDP clipboard->srv_data. Fixes #2666 (closed) + * Add '--no-tray-icon' command-line option + * Make FreeRDPs TLS Security Level setting accessible in the advanced settings view + * Disable grabs for SSH and SFTP, #closes #2728 (closed) + * Cannot disable shared folder + * Use PyInitializeEx in order to skip signal handler registration + * Ignore add new connection button in kiosk mode + * WWW plugin refactoring + +------------------------------------------------------------------- Old: ---- Remmina-v1.4.25.tar.bz2 New: ---- Remmina-v1.4.26.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remmina.spec ++++++ --- /var/tmp/diff_new_pack.l2l6pd/_old 2022-05-24 20:32:14.282966052 +0200 +++ /var/tmp/diff_new_pack.l2l6pd/_new 2022-05-24 20:32:14.286966056 +0200 @@ -22,7 +22,7 @@ %bcond_with remmina_kwallet %endif Name: remmina -Version: 1.4.25 +Version: 1.4.26 Release: 0 Summary: Versatile Remote Desktop Client License: GPL-2.0-or-later @@ -40,6 +40,7 @@ BuildRequires: libsodium-devel BuildRequires: pcre2-devel BuildRequires: pkgconfig +BuildRequires: python3-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(atk) @@ -108,6 +109,14 @@ This package provides a plugin for Remmina allowing the execution of local commands. +%package plugin-python-wrapper +Summary: Adapter for remmina Python plugins +Group: Productivity/Networking/Other +Requires: remmina = %{version} + +%description plugin-python-wrapper +This package provides an adapter used by remmina Python plugins + %package plugin-spice Summary: SPICE Protocol Plugin for Remmina Group: Productivity/Networking/Other @@ -225,6 +234,12 @@ %postun plugin-exec %icon_theme_cache_postun +%post plugin-python-wrapper +%icon_theme_cache_post + +%postun plugin-python-wrapper +%icon_theme_cache_postun + %post plugin-spice %icon_theme_cache_post @@ -297,6 +312,9 @@ %files plugin-exec %{_libdir}/remmina/plugins/remmina-plugin-exec.so +%files plugin-python-wrapper +%{_libdir}/remmina/plugins/remmina-plugin-python_wrapper.so + %files plugin-spice %{_libdir}/remmina/plugins/remmina-plugin-spice.so ++++++ Remmina-v1.4.25.tar.bz2 -> Remmina-v1.4.26.tar.bz2 ++++++ ++++ 201704 lines of diff (skipped)