SHA256
1
0
forked from pool/xpra

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

- Update to version 2.4.2
  * fix server crash with application setting invalid X11 atoms
  * fix missing windows with some mono applications (ignore
    invalid X11 atoms)
  * fix small X11 memory leak
  * fix encoding of empty areas (hard to trigger)
  * fix client hangs due to signal-watcher (now disabled with
    python2)
  * fix virtual printer cleanup errors
  * fix leaking xvfb processes when displayfd times out
  * fix window size hints not being sanitized correctly
  * fix cpu waste and automatic quality calculations
  * fix statistics used by shadow servers
  * fix error capturing screenshots on MS Windows
  * fix logging error in modifier state change failure code path
  * fix nvenc errors with odd image heights
  * fix over aggressive screen update rectangle merging
  * fix race condition causing the connection cleanup code to
    run twice
  * fix ssh dialog button actions
  * ensure Qt applications use the X11 backend so we can
    intercept them
  * skip unnecessary video tests when mmap is enabled
  * handle property change handlers errors more gracefully
  * avoid recycling video contexts unnecessarily
  * don't flush video encoders when doing a regular content
    refresh

OBS-URL: https://build.opensuse.org/request/show/654928
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=10
This commit is contained in:
Luigi Baldoni 2018-12-05 09:31:13 +00:00 committed by Git OBS Bridge
parent ebe4db665a
commit 2955f2e1ce
4 changed files with 41 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Dec 5 09:19:57 UTC 2018 - aloisio@gmx.com
- Update to version 2.4.2
* fix server crash with application setting invalid X11 atoms
* fix missing windows with some mono applications (ignore
invalid X11 atoms)
* fix small X11 memory leak
* fix encoding of empty areas (hard to trigger)
* fix client hangs due to signal-watcher (now disabled with
python2)
* fix virtual printer cleanup errors
* fix leaking xvfb processes when displayfd times out
* fix window size hints not being sanitized correctly
* fix cpu waste and automatic quality calculations
* fix statistics used by shadow servers
* fix error capturing screenshots on MS Windows
* fix logging error in modifier state change failure code path
* fix nvenc errors with odd image heights
* fix over aggressive screen update rectangle merging
* fix race condition causing the connection cleanup code to
run twice
* fix ssh dialog button actions
* ensure Qt applications use the X11 backend so we can
intercept them
* skip unnecessary video tests when mmap is enabled
* handle property change handlers errors more gracefully
* avoid recycling video contexts unnecessarily
* don't flush video encoders when doing a regular content
refresh
-------------------------------------------------------------------
Sun Nov 4 23:48:14 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -15,13 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if ! %{defined _fillupdir}
%define _fillupdir /var/adm/fillup-templates
%endif
%global __requires_exclude ^typelib\\(GtkosxApplication\\).*$
Name: xpra
Version: 2.4.1
Version: 2.4.2
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
@ -100,14 +102,14 @@ Group: Productivity/Networking/Other
Requires: %{name} = %{version}
# websockify is required to allow xpra to listen for an html5 client
Requires: python2-websockify
Provides: bundled(js-aurora)
Provides: bundled(js-bencode)
Provides: bundled(js-broadway)
Provides: bundled(js-forge)
Provides: bundled(js-jquery) = 3.1.1
Provides: bundled(js-jquery-ui) = 1.12.1
Provides: bundled(js-lz4)
Provides: bundled(js-zlib)
Provides: bundled(js-forge)
Provides: bundled(js-aurora)
Provides: bundled(js-broadway)
Provides: bundled(js-bencode)
BuildArch: noarch
%description html5