SHA256
1
0
forked from pool/xpra

Accepting request 784853 from home:alois:branches:X11:Utilities

- Update to version 3.0.7
  * fix avcodec2 race condition crash
  * fix errors when re-initializing windows (ie: toggling OpenGL
    on or off)
  * fix deiconification error when there are system trays
    forwarded
  * fix missing alpha channel when some windows are first shown
  * fix systemd-run errors: verify it does work before trying to
    use it
  * fix server crashes on SIGINT: shutdown cleanly
  * fix proxy server client connection setup error hanlder
  * fix file authentication handler using a default password
    filename
  * fix directshow errors on local mingw installations
  * fix opengl properties missing from server hello packet
  * fix HTML5 sound-control errors when speaker forwarding is
    disabled
  * fix HTML5 "Terminate" options wrongly enabled in "Connect"
    mode
  * fix clipboard sharing with the MacOS shadow server
  * fix MS Windows clipboard access denied errors
  * fix X11 clipboard error handling: continue processing
  * fix unit tests failures (clipboard, etc)
  * fix bug report clipboard copy and screnshots
  * fix clipboard timeouts when a client disconnects
  * fix mdns cleanup done twice on server exit, causing errors
  * fix malformed XSettings due to invalid color data format
  * fix HMAC hashes exposed, keep only valid options
  * fix 'showconfig' output for boolean values set to 'auto'
  * fix parsing of client display information in legacy format
  * fix validation of size-hints
  * fix cursor saving debug code with GTK3
  * fix keyboard layout group not getting reset on client exit
  * fix some empty keyboard layout group strings parsed as
    non-empty
  * fix keyboard-sync mode not being honoured by servers
  * fix keyboard raw mode
  * fix missing 'perispomeni' key mapping with Python 2 servers
  * add missing debug logging to keyboard mapping
  * more reliable lookup of keycodes when translating (non-X11
    clients)
  * skip bundling some external test modules with binary
    installers
  * avoid spurious background worker warnings on exit
  * make unavoidable comtypes error less scary
  * add 'libreoffice' to the text mode whitelist
  * packaging workarounds for setuptools breakage

OBS-URL: https://build.opensuse.org/request/show/784853
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=39
This commit is contained in:
Luigi Baldoni 2020-03-14 08:45:21 +00:00 committed by Git OBS Bridge
parent ae51512bc7
commit 32acd62b14
4 changed files with 56 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0854503added465d745c7b079bd4784c42926c9e768a056fc8df2c78e3285557
size 2754452

3
xpra-3.0.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc88ab4f7011f0f50f79f2cba97dd14503b336b451db2849f92bdf921b2b8c44
size 2757140

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sat Mar 14 07:50:10 UTC 2020 - aloisio@gmx.com
- Update to version 3.0.7
* fix avcodec2 race condition crash
* fix errors when re-initializing windows (ie: toggling OpenGL
on or off)
* fix deiconification error when there are system trays
forwarded
* fix missing alpha channel when some windows are first shown
* fix systemd-run errors: verify it does work before trying to
use it
* fix server crashes on SIGINT: shutdown cleanly
* fix proxy server client connection setup error hanlder
* fix file authentication handler using a default password
filename
* fix directshow errors on local mingw installations
* fix opengl properties missing from server hello packet
* fix HTML5 sound-control errors when speaker forwarding is
disabled
* fix HTML5 "Terminate" options wrongly enabled in "Connect"
mode
* fix clipboard sharing with the MacOS shadow server
* fix MS Windows clipboard access denied errors
* fix X11 clipboard error handling: continue processing
* fix unit tests failures (clipboard, etc)
* fix bug report clipboard copy and screnshots
* fix clipboard timeouts when a client disconnects
* fix mdns cleanup done twice on server exit, causing errors
* fix malformed XSettings due to invalid color data format
* fix HMAC hashes exposed, keep only valid options
* fix 'showconfig' output for boolean values set to 'auto'
* fix parsing of client display information in legacy format
* fix validation of size-hints
* fix cursor saving debug code with GTK3
* fix keyboard layout group not getting reset on client exit
* fix some empty keyboard layout group strings parsed as
non-empty
* fix keyboard-sync mode not being honoured by servers
* fix keyboard raw mode
* fix missing 'perispomeni' key mapping with Python 2 servers
* add missing debug logging to keyboard mapping
* more reliable lookup of keycodes when translating (non-X11
clients)
* skip bundling some external test modules with binary
installers
* avoid spurious background worker warnings on exit
* make unavoidable comtypes error less scary
* add 'libreoffice' to the text mode whitelist
* packaging workarounds for setuptools breakage
-------------------------------------------------------------------
Mon Feb 10 11:20:15 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 3.0.6
Version: 3.0.7
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
@ -40,6 +40,7 @@ BuildRequires: pkgconfig
BuildRequires: python3-Cython >= 0.20.0
BuildRequires: python3-devel
BuildRequires: python3-gobject-devel
BuildRequires: python3-setuptools
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libavcodec) >= 58