commit xpra for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpra for openSUSE:Factory checked in at 2024-07-26 16:15:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpra (Old) and /work/SRC/openSUSE:Factory/.xpra.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xpra" Fri Jul 26 16:15:35 2024 rev:65 rq:1189630 version:6.2.0+git20240718.6fcb897e Changes: -------- --- /work/SRC/openSUSE:Factory/xpra/xpra.changes 2024-07-16 22:02:55.550968289 +0200 +++ /work/SRC/openSUSE:Factory/.xpra.new.1882/xpra.changes 2024-07-26 16:15:53.374646438 +0200 @@ -1,0 +2,76 @@ +Thu Jul 18 14:15:03 UTC 2024 - scott.bradnick@suse.com + +- Update to version 6.2.0+git20240718.6fcb897e: + * bump version + * more reliably detection of X11 servers + * update the release notes + * #4209 fix cairo scaling dimensions used for csc instantiation + * #4300 add ability to force freeze images + * try to stick to the same scaling value longer + * missing return value + * also handle 'screenshot' as a generic server request + * avoid 'unknown packet type' errors with screenshot requests + * refactor all hello request handlers + * better style and error messages + * forgot to send 'screenshot' request + * pandoc lua filters are back in Fedora + * cosmetic: group subcommands together + * speed is a signed int now + * cosmetic + * fix: Fix formatting + * always free images with an error context + * try to reduce how often quality swings cause scaling changes + * round score to nearest + type hint + * unsquash the values, so minor scoring differences still matter + * simplify + * allow negative speed score + * cosmetic + * match docstring: encoder speed is less important target speed is low + * remove: this term is constant for all calls + * simplify and use rounding + * add type hints + * function should always return a dict + * explicitly require RANDR and RENDER extensions + * missing line continuation backslash + * force rebuild + * #3376 more complete protocol close methods + * #3376 move websocket close to websocket connection handler + * #3376 quic fast open, aka 0-RTT data + * expose aioquic version + * I believe this was fixed in Python 3 a long time ago + * #4265 prefer keyval_to_unicode over event string + * #4299 make it possible to skip NM api + * #4265 only log warning if we don't get any key string + * #4299 match api change? + * link to the other security page + * more ruff warnings + * new ruff warnings + * aioquic 1.2.0 + * #4265 add more details + * #4265 try to get the key string using the keyval + * zeroconf gives us 'text' records using byte strings + * add some type hints + * use the same spelling as the generated config + * simplify + hints + * minor type hints + * #4296 expand path before checking it + * remove redundant statement + * more type hints + * don't ask: why do we need wait longer? + * prefer our own icons, prevents missing icons with some themes + * prevent None deref + * #3514 hack around Gtk to get bigger window controls + * fix crashes on MS Windows + * re-use headerbar icon functions + * scale icons to match headerbar size + * ensure headerbar icons remain square + * add type hints + * simplify: index is always a number + * ignore win32 layouts without a valid x11 layout name + * don't show duplicate keyboard layout names + * add missing 'gdi' help text, ensure an option is selected + * #4294 update documentation to match new feature + * simplify: handle '--verbose' and '-v' debug command line options in one place + * #4294 add 'verify-username' authentication module option + +------------------------------------------------------------------- Old: ---- xpra-6.1+git20240708.6cd739ab.tar.gz New: ---- xpra-6.2.0+git20240718.6fcb897e.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpra.spec ++++++ --- /var/tmp/diff_new_pack.hO1fRt/_old 2024-07-26 16:15:54.846705677 +0200 +++ /var/tmp/diff_new_pack.hO1fRt/_new 2024-07-26 16:15:54.850705838 +0200 @@ -21,9 +21,10 @@ %endif %bcond_with pandoc # ----- -# Comes from git tarball setup.py: -# setup.py build --verbose ... -%define xpra_ver 6.1 +### Comes from git tarball setup.py: +### setup.py build --verbose ... +%define xpra_ver %(echo %{version} | awk -F+ '{print $1}') +##### %define python_ver python311 %define python_short_ver 3.11 %define python_bin python3.11 @@ -37,7 +38,7 @@ # ---- %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 6.1+git20240708.6cd739ab +Version: 6.2.0+git20240718.6fcb897e 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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hO1fRt/_old 2024-07-26 16:15:54.882707126 +0200 +++ /var/tmp/diff_new_pack.hO1fRt/_new 2024-07-26 16:15:54.886707287 +0200 @@ -20,8 +20,8 @@ --> <!-- REPLACEMENT versionrewrite-pattern --> - <param name="versionrewrite-pattern">v6.0</param> - <param name="versionrewrite-replacement">6.1</param> + <param name="versionrewrite-pattern">v6.1.0</param> + <param name="versionrewrite-replacement">6.2.0</param> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hO1fRt/_old 2024-07-26 16:15:54.902707931 +0200 +++ /var/tmp/diff_new_pack.hO1fRt/_new 2024-07-26 16:15:54.906708092 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/Xpra-org/xpra</param> - <param name="changesrevision">6cd739ab0b7037b906469f07d958708841e568ac</param></service></servicedata> + <param name="changesrevision">6fcb897e6d533e9a976d145522da055efb802520</param></service></servicedata> (No newline at EOF) ++++++ xpra.obsinfo ++++++ --- /var/tmp/diff_new_pack.hO1fRt/_old 2024-07-26 16:15:54.950709863 +0200 +++ /var/tmp/diff_new_pack.hO1fRt/_new 2024-07-26 16:15:54.954710023 +0200 @@ -1,5 +1,5 @@ name: xpra -version: 6.1+git20240708.6cd739ab -mtime: 1720454032 -commit: 6cd739ab0b7037b906469f07d958708841e568ac +version: 6.2.0+git20240718.6fcb897e +mtime: 1721309274 +commit: 6fcb897e6d533e9a976d145522da055efb802520
participants (1)
-
Source-Sync