Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpra for openSUSE:Factory checked in at 2026-01-20 21:02:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpra (Old) and /work/SRC/openSUSE:Factory/.xpra.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpra" Tue Jan 20 21:02:58 2026 rev:79 rq:1328162 version:6.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xpra/xpra.changes 2025-12-12 21:42:04.867119366 +0100 +++ /work/SRC/openSUSE:Factory/.xpra.new.1928/xpra.changes 2026-01-20 21:03:07.164516704 +0100 @@ -1,0 +2,73 @@ +Tue Jan 20 01:41:55 UTC 2026 - Scott Bradnick <[email protected]> + +- Removing xpra-icon.png as a source file + +------------------------------------------------------------------- +Mon Jan 12 15:43:51 UTC 2026 - Scott Bradnick <[email protected]> + +- Removing 'xpra-icon.png' as /usr/share/pixmaps/xpra.png is supplied +- Update to version 6.4.1: + * https://github.com/Xpra-org/xpra/releases/tag/v6.4.1 + - Platforms, build and packaging: + * cython 3.2.4 + * AMF headers include path + * can't use loose match without difflib + - MS Windows issues: + * client errors on control-c + * packaging fix for python-pillow + * directsound device queries + * warnings when named-pipes are the only local sockets available + * shadow server info errors + - Major: + * printer cannot be enabled + * virtual monitor geometry synchronization + * broken Gtk Wayland clipboard + * exit-ssh option was getting lost + * auto-reconnect from seamless ssh start + * handle paramiko failure to compare agent keys more gracefully + * Wayland client crash loading X11 bindings + * ibus deamonizer fails with non-default interpreter + fixup + * proxy server startup is incomplete + * missing audio on remote ssh start + update unit tests + - Keyboard: + * secondary connections cannot use keyboard when sharing + * default keyboard configuration should have default modifier mappings + * help clients figure out modifier mappings + * use a default translation map if we don't have keycode definitions + * some keys could not be accessed + * skip modifiers warning during initialization + * clear modifiers before changing the keymap + * client keyboard 'options' attribute was not forwarded + * honour layout and variant overrides + - Minor: + * expose desktop flag for desktop windows + * future correctness: use argument provided + * Qt6 client failed to run + * handle missing gtk widget component more gracefully + * cleanup errors if setup failed + * wrong location for handler registration + * window size changed mis-detection + * missing packet handlers + * make locating the interpreter more resilient + fixup + * exec auth can use http headers + fixup + * client can specify username using environment variable + - Cosmetic: + * splash screen warnings + * misplaced packet handler registration + * remove unused cython functions + * remove duplicated methods + * remove Gtk keymap warning + * confusing message + * more useful message + * show the source of the error + * some exceptions have no message + * prevent cleanup warnings + * more resilient mmap cleanup + * broken links in documentation + * overwritten cursor attributes + * always log full failure details at debug level + * printing debug logging is incorrect + * debug logging record misformed + * invalid type hint + +------------------------------------------------------------------- Old: ---- xpra-6.4.tar.gz xpra-icon.png New: ---- xpra-6.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpra.spec ++++++ --- /var/tmp/diff_new_pack.bwF8lh/_old 2026-01-20 21:03:08.172558428 +0100 +++ /var/tmp/diff_new_pack.bwF8lh/_new 2026-01-20 21:03:08.176558593 +0100 @@ -1,7 +1,7 @@ # # spec file for package xpra # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 6.4 +Version: 6.4.1 Release: 0 Summary: Remote display server for applications and desktops License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT @@ -38,7 +38,6 @@ URL: https://www.xpra.org/ Source0: %{name}-%{version}.tar.gz #Source0: https://github.com/Xpra-org/xpra/archive/refs/tags/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz -Source1: xpra-icon.png Source99: xpra-rpmlintrc Source100: README.md #Patch0: FIX-is_distribution_variant.diff @@ -161,7 +160,6 @@ -o -name xdg-open \ -o -name xpra_signal_listener \) \ -exec sed -i 's@#!%{_bindir}/env python3$@#!%{_bindir}/python3@' {} + -install -m0644 %{SOURCE1} -T fs/share/icons/xpra.png # misc fixes for SUSE specific differences upstream baselibexec=$(basename $(rpm -E '%{_libexecdir}')) sed -e 's|__FILLUPDIR__|%{_fillupdir}|' \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bwF8lh/_old 2026-01-20 21:03:08.236561077 +0100 +++ /var/tmp/diff_new_pack.bwF8lh/_new 2026-01-20 21:03:08.240561243 +0100 @@ -5,8 +5,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/Xpra-org/xpra</param> <param name="scm">git</param> - <param name="versionformat">v6.4</param> - <param name="revision">v6.4</param> + <param name="versionformat">v6.4.1</param> + <param name="revision">v6.4.1</param> <param name="match-tag">*</param> <!-- <param name="versionrewrite-pattern">v(\d+)</param> ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-11-11 08:09:33.000000000 +0100 @@ -0,0 +1,4 @@ +_buildconfig-* +_buildinfo-* +*.obscpio +xpra/ ++++++ xpra-6.4.tar.gz -> xpra-6.4.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/xpra/xpra-6.4.tar.gz /work/SRC/openSUSE:Factory/.xpra.new.1928/xpra-6.4.1.tar.gz differ: char 12, line 1 ++++++ xpra.obsinfo ++++++ --- /var/tmp/diff_new_pack.bwF8lh/_old 2026-01-20 21:03:08.372566706 +0100 +++ /var/tmp/diff_new_pack.bwF8lh/_new 2026-01-20 21:03:08.376566872 +0100 @@ -1,5 +1,5 @@ name: xpra -version: 6.4 -mtime: 1764675285 -commit: fe27e0441a38a1540f9c009bef8e78c891ca3491 +version: 6.4.1 +mtime: 1768121212 +commit: 1a367d059d8ebfece38790bbf9b2a37a59dd2bee
