Accepting request 784854 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/784854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xpra?expand=0&rev=16
This commit is contained in:
commit
97aefea529
@ -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
3
xpra-3.0.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc88ab4f7011f0f50f79f2cba97dd14503b336b451db2849f92bdf921b2b8c44
|
||||||
|
size 2757140
|
51
xpra.changes
51
xpra.changes
@ -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>
|
Mon Feb 10 11:20:15 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
||||||
Name: xpra
|
Name: xpra
|
||||||
Version: 3.0.6
|
Version: 3.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote display server for applications and desktops
|
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
|
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-Cython >= 0.20.0
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-gobject-devel
|
BuildRequires: python3-gobject-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libavcodec) >= 58
|
BuildRequires: pkgconfig(libavcodec) >= 58
|
||||||
|
Loading…
Reference in New Issue
Block a user