From 4e47cbf22ecaedc31246c8b5248478d69176412d0558a7543bb037ecfc1a0844 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 26 Apr 2019 22:41:50 +0000 Subject: [PATCH] Accepting request 698571 from home:alois:branches:X11:Utilities - Update to version 2.5.1 * fix sending of icons as premultipled ARGB * fix compatibility with old versions of python-pillow * fix scroll encoding code flow (should be impossible to hit) * fix handling of info requests with Python3 servers * fix missing option for lock argument in man page * fix ssh errors handling authentication failures * fix ssh server connections and support 'none' authentication * fix start new command menu * fix appindicator failures when we fail to locate the default icon * fix command line tools usage under cygwin and terminal emulators * fix pointer position on multi-monitor shadow servers * fix system tray forwarding with python3 servers * fix window icons forwarding (MS Windows and MacOS mostly) * fix detection of splash window types * fix server startup errors when X11 root properties are invalid * fix shadow server startup failures on MacOS * fix system tray errors during shadow server startup on MacOS * fix printing errors with python3 builds and rencode packet encoder * fix parsing of printer options * fix dispatching of printer jobs to clients with python3 servers * fix parsing of key symbol definitions with python3 servers * fix compatibility with older versions of GTK3 * fix proxy video encoders initialization * fix 'missing encodings' server error with python3 * fix spurious clipboard warning when clipboard is disabled * disable modal windows by default (was enabled by default since v2.3) * workaround buggy system trays * try harder to prevent hash collisions in scroll encoding * skip risky opengl probing when the initial check failed * prevent file conflicts with older packages * don't use appindicator with Fedora Gnome * minor packaging fixes (dates) * remove spurious ssh dnssec check logging * bump version in cups backend OBS-URL: https://build.opensuse.org/request/show/698571 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=17 --- xpra-2.5.1.tar.xz | 3 +++ xpra-2.5.tar.xz | 3 --- xpra.changes | 45 +++++++++++++++++++++++++++++++++++++++++++++ xpra.spec | 2 +- 4 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 xpra-2.5.1.tar.xz delete mode 100644 xpra-2.5.tar.xz diff --git a/xpra-2.5.1.tar.xz b/xpra-2.5.1.tar.xz new file mode 100644 index 0000000..b2771c8 --- /dev/null +++ b/xpra-2.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95062fbb8894a8dcca983ce96066e8e7dd92722b7c5928e1a5a24d5a8f5e8392 +size 2483148 diff --git a/xpra-2.5.tar.xz b/xpra-2.5.tar.xz deleted file mode 100644 index 4b081e2..0000000 --- a/xpra-2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d2c753d20b0dd07dee4ee0beab91911181ee2c4ff0248a5995cdcfb643ccc60 -size 2512228 diff --git a/xpra.changes b/xpra.changes index ec5ee56..86999e0 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Fri Apr 26 22:18:38 UTC 2019 - Luigi Baldoni + +- Update to version 2.5.1 + * fix sending of icons as premultipled ARGB + * fix compatibility with old versions of python-pillow + * fix scroll encoding code flow (should be impossible to hit) + * fix handling of info requests with Python3 servers + * fix missing option for lock argument in man page + * fix ssh errors handling authentication failures + * fix ssh server connections and support 'none' authentication + * fix start new command menu + * fix appindicator failures when we fail to locate the default + icon + * fix command line tools usage under cygwin and terminal + emulators + * fix pointer position on multi-monitor shadow servers + * fix system tray forwarding with python3 servers + * fix window icons forwarding (MS Windows and MacOS mostly) + * fix detection of splash window types + * fix server startup errors when X11 root properties are + invalid + * fix shadow server startup failures on MacOS + * fix system tray errors during shadow server startup on MacOS + * fix printing errors with python3 builds and rencode packet + encoder + * fix parsing of printer options + * fix dispatching of printer jobs to clients with python3 + servers + * fix parsing of key symbol definitions with python3 servers + * fix compatibility with older versions of GTK3 + * fix proxy video encoders initialization + * fix 'missing encodings' server error with python3 + * fix spurious clipboard warning when clipboard is disabled + * disable modal windows by default (was enabled by default + since v2.3) + * workaround buggy system trays + * try harder to prevent hash collisions in scroll encoding + * skip risky opengl probing when the initial check failed + * prevent file conflicts with older packages + * don't use appindicator with Fedora Gnome + * minor packaging fixes (dates) + * remove spurious ssh dnssec check logging + * bump version in cups backend + ------------------------------------------------------------------- Tue Mar 26 14:18:16 UTC 2019 - Luigi Baldoni diff --git a/xpra.spec b/xpra.spec index 88676de..6ca6bf1 100644 --- a/xpra.spec +++ b/xpra.spec @@ -23,7 +23,7 @@ %endif %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 2.5 +Version: 2.5.1 Release: 0 Summary: Remote display server for applications and desktops License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT