SHA256
1
0
forked from pool/xpra

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

update to 3.0.3

OBS-URL: https://build.opensuse.org/request/show/755728
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=29
This commit is contained in:
Luigi Baldoni 2019-12-11 07:31:13 +00:00 committed by Git OBS Bridge
parent 9c52cf5f8c
commit 8727899501
4 changed files with 44 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Dec 11 07:13:25 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.0.3
* fix clipboard synchronization with HTML5 client
* fix window repaints with GTK3
* fix GDK scaling causing window painting issues (force off)
* fix slow repaint with OpenGL and combined updates (ie:
scrolling)
* fix missing video screen updates with 32-bit browsers:
disable video
* fix for X11 applications requesting invalid clipboard targets
* fix "xpra top" errors when the terminal window is too small
* fix blank xpra dialog windows when closed then shown again
(ie: server commands)
* fix compilation on non-i386 32-bit platforms
* fix platform query errors causing command failures
* fix Python2 builds: ignore GTK2 deprecation warnings
* fix X11 property synchronization with Python2 builds
* fix XSetClassHint call with Python 3
* fix window move + resize shortcut
* fix ssh proxy options not preserved when loading session
files
* fix error and missing refresh after changing quality or
speed settings
* fix NVENC error when pynvml is not installed
* fix NVENC temporary failure retry code path
* fix DPI value from the command line with desktop-scaling
* fix typo in man page
* fix errors with some odd Python3 builds
(subprocess.getoutput)
* fix cursor packets missing encoding attribute
* fix notification error handling the speaker forwarding error
message
* fix incorrect and unhelpful message on connection error
* make it possible to disable colourspace synchronization
* show mdns status in xpra info
* support CUDA 10.2
-------------------------------------------------------------------
Wed Nov 20 19:48:11 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xpra
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2012-2013 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 3.0.2
Version: 3.0.3
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