SHA256
1
0
forked from pool/xpra

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

- Update to version 4.1.3
  * fix window geometry constraints being applied wrong
  * fix xpra start failures when the display is already running
    (with use-display=auto)
  * fix vp9 libvpx encoder failures with older library versions
  * fix 'xpra top' errors when the version string is missing
  * fix server errors when non interactive clients are connected
    (ie: 'xpra top')
  * fix http server error on incomplete installations
  * fix http server builtin script handler
  * fix icon loading errors causing empty start menus
  * fix compilation against ffmpeg 4.4 and later on some
    distributions
  * exit more quickly with a failure if the VFB failed to start
  * correctly replace existing notifications with the gtk
    notifier backend
  * silence some rare errors and stacktraces
  * support CUDA 11.3
- Update uglify-js to 3.13.4

OBS-URL: https://build.opensuse.org/request/show/887275
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=76
This commit is contained in:
Luigi Baldoni 2021-04-21 10:53:24 +00:00 committed by Git OBS Bridge
parent 172b599315
commit 179a4d65dc
6 changed files with 32 additions and 9 deletions

View File

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

3
uglify-js-3.13.4.tgz Normal file
View File

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

View File

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

3
xpra-4.1.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Apr 21 10:40:46 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 4.1.3
* fix window geometry constraints being applied wrong
* fix xpra start failures when the display is already running
(with use-display=auto)
* fix vp9 libvpx encoder failures with older library versions
* fix 'xpra top' errors when the version string is missing
* fix server errors when non interactive clients are connected
(ie: 'xpra top')
* fix http server error on incomplete installations
* fix http server builtin script handler
* fix icon loading errors causing empty start menus
* fix compilation against ffmpeg 4.4 and later on some
distributions
* exit more quickly with a failure if the VFB failed to start
* correctly replace existing notifications with the gtk
notifier backend
* silence some rare errors and stacktraces
* support CUDA 11.3
- Update uglify-js to 3.13.4
-------------------------------------------------------------------
Tue Apr 6 14:18:51 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -17,9 +17,9 @@
#
%define xpra_ver 4.1.2
%define xpra_ver 4.1.3
%define html5_ver 4.1.2
%define uglifyjs_ver 3.13.3
%define uglifyjs_ver 3.13.4
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: %{xpra_ver}
@ -27,7 +27,7 @@ Release: 0
Summary: Remote display server for applications and desktops
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT
URL: https://www.xpra.org/
Source0: https://xpra.org/src/%{name}-%{version}.tar.xz
Source0: https://xpra.org/src/%{name}-%{version}.tar.gz
Source1: xpra-icon.png
Source2: https://xpra.org/src/%{name}-html5-%{html5_ver}.tar.xz
Source3: https://registry.npmjs.org/uglify-js/-/uglify-js-%{uglifyjs_ver}.tgz