From b4e91e46aa2fae57ab3bac600f32b064d605d77d301a5e418c657c96d710191e Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 17 May 2020 16:58:05 +0000 Subject: [PATCH] Accepting request 806263 from home:alois:branches:X11:Utilities - Update to version 4.0.1 * fix missing content-type for some windows * fix GTK server crash on exit * fix compatibility with newer versions of uglifyjs * fix ssh session start and attach on Posix systems * fix 'xpra send-file' to use absolute file paths * fix MacOS shadow servers failing to accept connections OBS-URL: https://build.opensuse.org/request/show/806263 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=47 --- xpra-4.0.1.tar.xz | 3 +++ xpra-4.0.tar.xz | 3 --- xpra.changes | 11 +++++++++++ xpra.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 xpra-4.0.1.tar.xz delete mode 100644 xpra-4.0.tar.xz diff --git a/xpra-4.0.1.tar.xz b/xpra-4.0.1.tar.xz new file mode 100644 index 0000000..a1a38f7 --- /dev/null +++ b/xpra-4.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a4e6db10621c6e562362e052cf446afe6c8b576b6c02e486a3e03ed6122b67 +size 2788112 diff --git a/xpra-4.0.tar.xz b/xpra-4.0.tar.xz deleted file mode 100644 index f081f6a..0000000 --- a/xpra-4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51ae2450518543eb7e135add94fd65dffd03052a0e8815f7058b5a45f4b67360 -size 2787096 diff --git a/xpra.changes b/xpra.changes index f6f9daa..ad9635f 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun May 17 16:39:00 UTC 2020 - Luigi Baldoni + +- Update to version 4.0.1 + * fix missing content-type for some windows + * fix GTK server crash on exit + * fix compatibility with newer versions of uglifyjs + * fix ssh session start and attach on Posix systems + * fix 'xpra send-file' to use absolute file paths + * fix MacOS shadow servers failing to accept connections + ------------------------------------------------------------------- Sun May 10 18:10:53 UTC 2020 - Luigi Baldoni diff --git a/xpra.spec b/xpra.spec index 25f0a94..a2b7f37 100644 --- a/xpra.spec +++ b/xpra.spec @@ -19,7 +19,7 @@ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ Name: xpra -Version: 4.0 +Version: 4.0.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