SHA256
1
0
forked from pool/xpra

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

- Update to version 2.4.1
  * fix popup window focus for some Java applications
  * fix popup window focus issue (ie: xterm menu)
  * fix system tray errors when mmap is disabled
  * fix missing codecs (numpy was blocked from loading)
  * fix nvenc compatibility with more python / cython / OS 
    versions
  * fix backwards compatibility in keyboard mapping
  * fix session info errors when connecting to older servers
  * fix man page typo
  * fix default value 'auto' for ssh option, better compatibility
  * fix dead code triggering some debug warnings
  * fix rare race condition when closing a connection
  * fix 'flush' client encoding options parsing
  * fix overzealous clipboard sanitization code
  * fix missing notification messages
  * fix ssh client authentication: try all keys found
  * fix version update check
  * fix usability issues with GTK3, especially on MS Windows
  * fix cython compilation warnings
  * avoid ethtool warning spam
  * use correct headers for building python3 cairo workaround 
    module

OBS-URL: https://build.opensuse.org/request/show/645860
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=6
This commit is contained in:
Luigi Baldoni 2018-11-01 07:37:22 +00:00 committed by Git OBS Bridge
parent 7e10d12909
commit 72bb9320cf
4 changed files with 31 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Nov 1 07:15:22 UTC 2018 - aloisio@gmx.com
- Update to version 2.4.1
* fix popup window focus for some Java applications
* fix popup window focus issue (ie: xterm menu)
* fix system tray errors when mmap is disabled
* fix missing codecs (numpy was blocked from loading)
* fix nvenc compatibility with more python / cython / OS
versions
* fix backwards compatibility in keyboard mapping
* fix session info errors when connecting to older servers
* fix man page typo
* fix default value 'auto' for ssh option, better compatibility
* fix dead code triggering some debug warnings
* fix rare race condition when closing a connection
* fix 'flush' client encoding options parsing
* fix overzealous clipboard sanitization code
* fix missing notification messages
* fix ssh client authentication: try all keys found
* fix version update check
* fix usability issues with GTK3, especially on MS Windows
* fix cython compilation warnings
* avoid ethtool warning spam
* use correct headers for building python3 cairo workaround
module
-------------------------------------------------------------------
Tue Oct 30 09:31:37 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -21,7 +21,7 @@
%endif
%global __requires_exclude ^typelib\\(GtkosxApplication\\).*$
Name: xpra
Version: 2.4
Version: 2.4.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