diff --git a/xpra-2.3.2.tar.xz b/xpra-2.3.2.tar.xz deleted file mode 100644 index b477a1e..0000000 --- a/xpra-2.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26da705a555f58b0e20b07333faaae824bbb66590dd50b95628ab7413ab5970b -size 2307288 diff --git a/xpra-2.3.4.tar.xz b/xpra-2.3.4.tar.xz new file mode 100644 index 0000000..002f034 --- /dev/null +++ b/xpra-2.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a46582a12ba012a5998804c39896303d2e83e850120b1421cbe46484a9f4371 +size 2306080 diff --git a/xpra.changes b/xpra.changes index 47743e6..ca32f90 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,128 @@ +------------------------------------------------------------------- +Mon Oct 8 07:48:43 UTC 2018 - aloisio@gmx.com + +- Update to version 2.3.4 + * fix server does not shutdown cleanly (Xvfb not killed) + * fix signals not emitted (ie: delay-tray command line option) + * fix client desktop-scaling corner cases + * fix handling of mixed clicks on system tray and the menu + entries + * fix MS Windows shadow server's cursor capture + * fix URL parsing from launcher (ie: MacOS URL association) + * fix MacOS crash with GTK3 builds and file chooser + * fix non-opengl windows missing spinner with GTK3 + * fix RPM license information + * fix mDNS zeroconf library version on MS Windows with Python 2 + * fix connection errors from making the client launcher exit + * fix python3 errors in dbus server code + * fix spurious error messages caused by video pipeline changes + * fix proxy-video-encoders=all substitution + * fix unicode string errors with RFB protocol and Python 3 + * fix missing idle and clipboard server information + * fix .xpra file association with DEB packaging + * fix pointer polling error with RFB connections (pointer + going AWOL) + * fix handling of closed RFB connections + * fix unmanaged X11 call from shadow servers (potential + crashes) + * fix fallback pynotify notification handler + * fix Python 3 shadow servers with RFB + * fix Python 3 string errors writing run-xpra scripts + * fix deadlocks with RFB connections + * fix missing key mapping errors with RFB clients + * fix session name not honoured or exposed via mdns for shadow + servers + * fix X11 display detection (socket may be owned by root with + some display managers) + * fix compatibility with csh and tcsh + * fix spurious modifier key events from the HTML5 client + * fix tray icon corruption on MS Windows + * fix Motif WM hints parsing + * fix DEB packaging dependencies + * fix NVENC encoder wrongly exposing encodings which are not + available + * fix error running unit tests on MS Windows + * fix potential file descriptor leak + * fix valid XAuthority path potentially not found because + unexpanded + * fix proxy servers not honouring passwords in connection + strings + * fix sqlite authentication backend issue with identical + usernames + * support CUDA 10 and optimizations for Volta GPUs + * Fedora 29 compatibility + * fix race condition in unit tests which was causing random + failures + * add dependency required for running the unit tests with + rpmbuild + * prevent repeated clipboard warnings + * let the server chooose the best initial quality to use + * add file missing from clean build target + * add missing entries in man page + * add missing desktop file icons + * shadow the current display if none is specified and we find + more than one display + * remove unneeded import, spurious debug logging + * limit the amount of information exposed via the proxy + server's dbus service + * support base64 encoded SSL certificate data + version 2.3.3 + * fix value shown in frame extents warning + * fix HTML5 relative URLs for window control icons + * fix HTML5 pointer events missing modifier keys + * fix parsing errors when no display is specified + * fix URL parsing with Python 3 + * fix tray setup errors on early client exit + * fix putty plink PATH lookup issue + * fix python3 compatibility for printer forwarding script + * fix python3 alert box on MS Windows + * fix python3 packaging on MS Windows + * fix python3 client rendering of transparency with opengl + disabled + * fix file descriptor warnings on process exit with MS Windows + builds + * fix MS Windows monitor API overflow on 64-bit systems + * fix compilation error with latest MSYS2 installations + * fix desktop servers exit code + * fix network congestion calculations when records expire + * fix bandwidth warnings caused by slow client picture decoding + * fix xpra info race condition error during cleanup + * fix clipboard warnings: don't enable it unless the client + requests it + * fix spurious stacktraces caused by focus events on OR windows + * fix painting of spinners with desktop-scaling and non-opengl + backends + * fix 'terminate server when command exits' from html5 client + * fix SSL socket timeouts in proxy server + * fix errors starting proxy instances if the user's home + directory does not exist + * fix ssh start remote command line compatibility mode + * fix command line backwards compatibility + * fix handling of tray geometry and keyboard detection failures + * fix bandwidth-limit changes from the system tray menu + * fix system version warnings on MacOS + * force GTK3 Posix clients to use X11 backend (native Wayland + crashes) + * support cx_Freeze 5.x on MS Windows + * don't require local user accounts with pam logins + * drop invalid client connections without showing errors + (desktop mode) + * support building with Python 3.7 (some features made + optional until ported over) + * disable webcam forwarding with MS Windows client (broken + upstream) + * add missing RPM dependencies for running unit tests + * prevent Python Pillow debug log spam + * don't show spurious import errors during printing subsystem + cleanup + * show another possible reason for connection failures + * make remote ssh command easier to parse + * abort tests if build fails + * use free colour profiles in all icon files + * add missing man page entry for 'forward-xdg-open' + * add missing files to manifest + * man page typos + ------------------------------------------------------------------- Tue Jul 31 19:08:58 UTC 2018 - jon@moozaad.co.uk diff --git a/xpra.spec b/xpra.spec index 3f8a146..83c71b4 100644 --- a/xpra.spec +++ b/xpra.spec @@ -20,7 +20,7 @@ %define _fillupdir /var/adm/fillup-templates %endif Name: xpra -Version: 2.3.2 +Version: 2.3.4 Release: 0 Summary: Remote display server for applications and desktops License: GPL-2.0+ AND BSD-3-Clause AND LGPL-3.0+ AND MIT @@ -28,6 +28,7 @@ URL: https://www.xpra.org/ Group: Productivity/Networking/Other Source0: https://xpra.org/src/%{name}-%{version}.tar.xz Source1: xpra-icon.png +# Left here for older distros Source99: xpra-rpmlintrc # PATCH-FIX-OPENSUSE xpra-paths.patch -- use suse-specific paths Patch0: %{name}-paths.patch @@ -66,6 +67,7 @@ Requires: python2-Pillow Requires: python2-pycups Requires: python2-gst Requires: python2-lz4 +Requires: python2-opencv Requires: python2-opengl Requires: python2-rencode Requires: python2-numpy @@ -81,7 +83,7 @@ Requires: xorg-x11-xauth Requires(post): %fillup_prereq %{?systemd_requires} -Recommends: python2-opencv +Recommends: python2-opencv %description @@ -160,7 +162,7 @@ sed -i 's|^#!.*|#!%{__python2}|' scripts/auth_dialog scripts/xdg-open --with-service %else # Leap 15.x -%if 0%{?sle_version} == 150000 && 0%{?is_opensuse} +%if 0%{?sle_version} == 150000 && 0%{?is_opensuse} %build %python2_build \ --verbose \