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-06-25 10:51:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpra (Old) and /work/SRC/openSUSE:Factory/.xpra.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpra" Thu Jun 25 10:51:55 2026 rev:83 rq:1361476 version:6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xpra/xpra.changes 2026-05-12 19:27:42.569676285 +0200 +++ /work/SRC/openSUSE:Factory/.xpra.new.2088/xpra.changes 2026-06-25 10:56:13.531344631 +0200 @@ -1,0 +2,63 @@ +Tue Jun 16 17:08:41 UTC 2026 - Scott Bradnick <[email protected]> + +- Update to version 6.5: + * https://github.com/Xpra-org/xpra/releases/tag/v6.5 + - 🔧 Platforms, build and packaging: + * use wasapi2 on MS Windows + * support for Linux Mint in install scripts + * fix cursor scaling on MS Windows + * macOS notarization preparation + * PoC native MS Windows client backend + * add printing build option on MS Windows + * ArchLinux setup support + * remove libspng codecs + - 🖧 Network: + * re-enable ssl-protocol=TLS_CLIENT by default + * per authentication module options + * re-connect fails for seamless remote ssh start + * http error pages overrides + * expose http headers to authentication modules + * client support for WebTransport connections + * handle X11 buffered reads without timers + - ⚡ OpenGL: + * Catmull-Rom bicubic scaling shader + * sigmoid upscaling and anti-ringing upscale shader + * MS Windows can use OpenGL for opaque-region-covered alpha windows + * fix NV12 shader + * support YUV420P16 natively + * faster client startup with opengl=nocheck + - 🌈 Encodings: + * MediaFoundation hardware video decoder for MS Windows + * pre-process screen updates with filters (ie: pytorch) + * prefer AV1 + * NVENC supports lossless mode with hevc + - 🕮 Documentation: + * network diagnostics + * subsystems + - ✨ Features: + * wayland backend + * memory savings and optimizations + * wireshark dissector + * multiple content-types per window + * faster content-type detection + * content aware cairo upscaling filter + * session recording client and replay tool + * asynchronous initialization + * more specific content types + * notification forwarding fixes and improvements + * fido2 authentication module + * support image/png with Gtk clipboard backend (Wayland) + * monitor geometry syncing tools + * snap window resize to increment grid + * support free-threaded builds + * better unit test coverage + * xpra top GUI + - 📷 Webcam: + * window mode + * libcamera backend + - 💄 Cosmetic: + * honour MS Windows dark / light theme + * session info graph labels for HiDPI displays + * window encoders details in session info + +------------------------------------------------------------------- Old: ---- xpra-6.4.4.tar.gz New: ---- xpra-6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpra.spec ++++++ --- /var/tmp/diff_new_pack.rd9TKM/_old 2026-06-25 10:56:14.695384772 +0200 +++ /var/tmp/diff_new_pack.rd9TKM/_new 2026-06-25 10:56:14.695384772 +0200 @@ -30,7 +30,7 @@ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 6.4.4 +Version: 6.5 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 @@ -234,6 +234,15 @@ %fdupes -s %{buildroot} rm -v %{buildroot}%{_datadir}/gnome-shell/extensions/input-source-manager@xpra_org/COPYING +### 20260411: This is a plugin for wireshark, defaults to going in /usr - if +### there's a time where it's needed/requested/desired, it can be offered as +### a sub-package -> wireshark-plugin-xpra +### Maybe something like wireshark-plugin-libvirt does: +### /usr/lib64/wireshark/plugins/4.6/epan +### /usr/lib64/wireshark/plugins/4.6/epan/libvirt.so +### +rm -v %{buildroot}%{_prefix}/xpra_dissector.lua +##### # 20250419: For some reason these are copied from "build/scripts-3.13", # then end up with "#!python" at the top ... @@ -346,6 +355,7 @@ %{_datadir}/pixmaps/xpra-mdns.png %{_datadir}/pixmaps/xpra-shadow.png %{_datadir}/pixmaps/xpra.png +%{_datadir}/pixmaps/xpra-large.png %{_datadir}/mime/packages/application-x-xpraconfig.xml %{_datadir}/xpra/autostart.desktop %{_datadir}/xpra/bell.wav ++++++ _service ++++++ --- /var/tmp/diff_new_pack.rd9TKM/_old 2026-06-25 10:56:14.763387117 +0200 +++ /var/tmp/diff_new_pack.rd9TKM/_new 2026-06-25 10:56:14.779387669 +0200 @@ -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.4</param> - <param name="revision">v6.4.4</param> + <param name="versionformat">v6.5</param> + <param name="revision">v6.5</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.4.tar.gz -> xpra-6.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/xpra/xpra-6.4.4.tar.gz /work/SRC/openSUSE:Factory/.xpra.new.2088/xpra-6.5.tar.gz differ: char 13, line 1 ++++++ xpra.obsinfo ++++++ --- /var/tmp/diff_new_pack.rd9TKM/_old 2026-06-25 10:56:14.939393186 +0200 +++ /var/tmp/diff_new_pack.rd9TKM/_new 2026-06-25 10:56:14.947393462 +0200 @@ -1,5 +1,5 @@ name: xpra -version: 6.4.4 -mtime: 1777726054 -commit: 0354841fac407036d7dbb1b29b4dc46f4e643ff3 +version: 6.5 +mtime: 1781471005 +commit: b3e21e9014ed5b6adc6b09e056ebbe51b21ce293
