commit xpra for openSUSE:Leap:15.2

2020-06-02 Thread root
Hello community,

here is the log from the commit of package xpra for openSUSE:Leap:15.2 checked 
in at 2020-06-02 22:25:50

Comparing /work/SRC/openSUSE:Leap:15.2/xpra (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xpra.new.3606 (New)


Package is "xpra"

Tue Jun  2 22:25:50 2020 rev:4 rq:802669 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xpra/xpra.changes  2020-04-17 
13:38:18.576254466 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.xpra.new.3606/xpra.changes2020-06-02 
22:25:52.314950441 +0200
@@ -1,0 +2,48 @@
+Sun May 17 16:39:00 UTC 2020 - Luigi Baldoni 
+
+- Update to version 4.0.1
+  * fix missing content-type for some windows
+  * fix GTK server crash on exit
+  * fix compatibility with newer versions of uglifyjs
+  * fix ssh session start and attach on Posix systems
+  * fix 'xpra send-file' to use absolute file paths
+  * fix MacOS shadow servers failing to accept connections
+
+---
+Sun May 10 18:10:53 UTC 2020 - Luigi Baldoni 
+
+- Update to version 4.0
+  * Drop support for:
++ Python 2, GTK2
++ legacy versions (pre 1.0)
++ weak authentication
+  * Network, per socket options:
++ authentication and encryption
++ ssl
++ ssh
++ bind options for client
+  * make it easier to send files from the server
+  * xpra toolbox subcommand
+  * xpra help subcommand
+  * xpra top new features
+  * faster startup
+  * signal handling fixes
+  * smoother window resizing
+  * refactoring and testing
++ unit tests coverage and fixes
++ completely skip loading unused features at runtime
++ get rid of capabilities data after parsing it
++ better module dependency separation
++ don't convert to a string before we need it
+  * more useful window and tray title
+  * make it easier to source environment
+  * disable desktop animations in desktop mode
+  * automatic start-or-upgrade, automatic X11 display rescue
+  * support MS Windows OpenSSH server to start shadow
+  * more selective use of OpenGL acceleration in client
+  * expose server OpenGL capabilities
+  * cleaner HTML5 syntax
+
+- Refresh xpra-paths.patch
+
+---

Old:

  xpra-3.0.9.tar.xz

New:

  xpra-4.0.1.tar.xz



Other differences:
--
++ xpra.spec ++
--- /var/tmp/diff_new_pack.bnSSpq/_old  2020-06-02 22:25:52.762951843 +0200
+++ /var/tmp/diff_new_pack.bnSSpq/_new  2020-06-02 22:25:52.762951843 +0200
@@ -19,7 +19,7 @@
 
 %global __requires_exclude 
^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
 Name:   xpra
-Version:3.0.9
+Version:4.0.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
@@ -122,8 +122,6 @@
 sed -e 's|__FILLUPDIR__|%{_fillupdir}|' \
 -e 's|__UNITDIR__|%{_unitdir}|' \
 -i setup.py
-# fix shebang
-sed -i 's|^#!.*|#!%__python3|' scripts/auth_dialog scripts/xdg-open
 
 %build
 python3 setup.py build \

++ xpra-3.0.9.tar.xz -> xpra-4.0.1.tar.xz ++
 71359 lines of diff (skipped)


++ xpra-paths.patch ++
--- /var/tmp/diff_new_pack.bnSSpq/_old  2020-06-02 22:25:53.678954709 +0200
+++ /var/tmp/diff_new_pack.bnSSpq/_new  2020-06-02 22:25:53.678954709 +0200
@@ -1,8 +1,8 @@
-Index: xpra-3.0.6/setup.py
+Index: xpra-4.0/setup.py
 ===
 xpra-3.0.6.orig/setup.py
-+++ xpra-3.0.6/setup.py
-@@ -1502,7 +1502,7 @@ else:
+--- xpra-4.0.orig/setup.py
 xpra-4.0/setup.py
+@@ -1477,7 +1477,7 @@ else:
  add_data_files("%s/man1" % man_path,  ["man/xpra.1", 
"man/xpra_launcher.1"])
  add_data_files("share/applications",  glob.glob("xdg/*.desktop"))
  add_data_files("share/mime/packages", 
["xdg/application-x-xpraconfig.xml"])
@@ -11,7 +11,7 @@
  add_data_files("share/metainfo",  ["xdg/xpra.appdata.xml"])
  
  #here, we override build and install so we can
-@@ -1575,10 +1575,10 @@ else:
+@@ -1553,10 +1553,10 @@ else:
  if pam_ENABLED:
  copytodir("etc/pam.d/xpra", "/etc/pam.d")
  
@@ -24,7 +24,7 @@
  if sd_listen_ENABLED:
  copytodir("service/xpra.service", systemd_dir)
  else:
-@@ -1586,7 +1586,9 @@ else:
+@@ -1564,7 +1564,9 @@ else:
  else:
  copytodir("service/xpra", "/etc/init.d")
  if os.path.exists("/etc/sysconfig"):
@@ -35,8 +35,8 @@
  elif os.path.exists("/etc/default"):
  copytodir("etc/sysconfig/xpra", "/etc/default")
  if 

commit xpra for openSUSE:Leap:15.2

2020-04-17 Thread root
Hello community,

here is the log from the commit of package xpra for openSUSE:Leap:15.2 checked 
in at 2020-04-17 13:37:54

Comparing /work/SRC/openSUSE:Leap:15.2/xpra (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xpra.new.2738 (New)


Package is "xpra"

Fri Apr 17 13:37:54 2020 rev:3 rq:794279 version:3.0.9

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xpra/xpra.changes  2020-04-05 
17:07:38.654250052 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.xpra.new.2738/xpra.changes2020-04-17 
13:38:18.576254466 +0200
@@ -1,0 +2,52 @@
+Tue Apr 14 16:14:15 UTC 2020 - Luigi Baldoni 
+
+- Update to version 3.0.9
+  * fix HTML5 client XSS
+  * fix focus issues
+  * fix server hangs and unpainted windows due to invalid
+dimensions
+  * fix window icons and cursors visual corruption or crashes
+  * fix unbearably slow screen updates when vrefresh value is
+invalid
+  * fix client OpenGL crashes with remote starts (run probe
+first)
+  * fix keypad regression (AltGr changes, again)
+  * fix MS Windows shadow servers
+  * fix race condition collecting latency data for session info
+  * fix missing pycuda dependency for nvenc on MS Windows
+  * fix missing signatures on MS Windows EXE and MSI builds
+  * fix scoring of NVENC codec (should be used ahead of sofware
+encoders)
+  * fix start menu updates getting lost
+  * fix OpenGL diagnostic messages getting cut off
+  * fix change of encoding from the system tray
+  * fix quality and speed changes from the system tray
+  * fix clipboard and popup menu problems with Eclipse
+  * fix name of shadow server process on MS Windows, used in log
+file names
+  * fix audio query subprocess with MS shadow servers
+  * fix unlikely race condition in speaker forwarding shutdown
+sequence
+  * fix desktop-fullscreen=yes automatic scaling
+  * fix missing bug report data due to uninitialized X11 bindings
+  * fix bug report error if we cannot grab a screenshot (ie:
+Wayland)
+  * fix error saving binary data with python3 builds of the bug
+report tool
+  * fix errors querying the display under Wayland
+  * hide scary stacktraces when shutting down ssh proxy commands
+  * if we have an ssh password we can use, try that first
+  * blacklist VirtualBox's SVGA3D OpenGL driver (fixes black
+windows)
+  * don't use webp with image dimensions beyond its limits
+  * use regular X11 system tray with i3
+  * hide confusing named-pipe prefix in empty output on MS
+Windows
+  * HTML5 fixes: invalid IMG tag, reserved keyword, language
+detection, draw debugging, etc
+  * don't try to read /proc if not on Posix
+  * use a more specific python3 interpreter version
+  * update application content-type mappings
+  * remove out of date information from man page
+
+---

Old:

  xpra-3.0.8.tar.xz

New:

  xpra-3.0.9.tar.xz



Other differences:
--
++ xpra.spec ++
--- /var/tmp/diff_new_pack.S8vOR9/_old  2020-04-17 13:38:19.004254788 +0200
+++ /var/tmp/diff_new_pack.S8vOR9/_new  2020-04-17 13:38:19.004254788 +0200
@@ -19,7 +19,7 @@
 
 %global __requires_exclude 
^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
 Name:   xpra
-Version:3.0.8
+Version:3.0.9
 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

++ xpra-3.0.8.tar.xz -> xpra-3.0.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xpra-3.0.8/NEWS new/xpra-3.0.9/NEWS
--- old/xpra-3.0.8/NEWS 2020-03-31 13:39:15.0 +0200
+++ new/xpra-3.0.9/NEWS 2020-04-14 16:02:35.0 +0200
@@ -1,3 +1,45 @@
+v3.0.9 (2020-04-14)
+==
+   -- fix HTML5 client XSS
+   -- fix focus issues
+   -- fix server hangs and unpainted windows due to invalid dimensions
+   -- fix window icons and cursors visual corruption or crashes
+   -- fix unbearably slow screen updates when vrefresh value is invalid
+   -- fix client OpenGL crashes with remote starts (run probe first)
+   -- fix keypad regression (AltGr changes, again)
+   -- fix MS Windows shadow servers
+   -- fix race condition collecting latency data for session info
+   -- fix missing pycuda dependency for nvenc on MS Windows
+   -- fix missing signatures on MS Windows EXE and MSI builds
+   -- fix scoring of NVENC codec (should be used ahead of sofware encoders)
+   -- fix start menu updates getting lost
+   -- fix OpenGL diagnostic messages getting cut off
+   -- fix change of encoding from the system tray
+   -- fix quality and speed changes 

commit xpra for openSUSE:Leap:15.2

2020-04-05 Thread root
Hello community,

here is the log from the commit of package xpra for openSUSE:Leap:15.2 checked 
in at 2020-04-05 17:07:27

Comparing /work/SRC/openSUSE:Leap:15.2/xpra (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xpra.new.3248 (New)


Package is "xpra"

Sun Apr  5 17:07:27 2020 rev:2 rq:790674 version:3.0.8

Changes:

--- /work/SRC/openSUSE:Leap:15.2/xpra/xpra.changes  2020-03-21 
16:46:30.905607793 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xpra.new.3248/xpra.changes2020-04-05 
17:07:38.654250052 +0200
@@ -1,0 +2,41 @@
+Tue Mar 31 21:08:47 UTC 2020 - aloi...@gmx.com
+
+- Update to version 3.0.8
+  * fix handling of dpi command line switch (correctly this
+time?)
+  * fix bug report window not getting focus on MacOS
+  * fix spurious ssh key warnings with newer versions of paramiko
+  * fix AltGr mode with non-X11 clients, layout-group changes
+  * fix rare unexpected client exit on MS Windows
+  * fix MS Windows clipboard:
++ update failures
++ convert CRLF line endings
+  * Clipboard:
++ fix selection not shown as active in menus (MS Windows and
+  MacOS)
++ fix spurious warnings when sharing a session
++ fix clipboard reset with python2 builds
++ selection translation for outbound data
++ support client applications that don't use TARGETS (ie:
+  Motif)
++ reject invalid targets
+  * fix 'xpra upgrade' wrongly updating non-xpra displays
+  * fix logging error in client geometry debugging output
+  * fix spurious de-iconifications
+  * fix handling of server control commands with python3 clients
+  * fix UDP backport bug sending control packets
+  * fix vfb getting killed on upgrade failure
+  * fix proxy server cleanup: force forwarders to terminate
+  * fix session info errors during client exit
+  * fix printer cleanup errors with invalid UTF8 printer names
+  * fix transient-for popup window workaround
+  * fix unicode errors saving xpra runner shell script with
+python3
+  * better detection of Wayland environments
+  * use python3 (if installed) by default on Ubuntu Xenial
+  * don't use Xdummy on arm, too slow
+  * don't show 'Download' button that we can't honour
+  * show all pressed keys according to X11 server in 'xpra info'
+  * try harder not to use video for tiny areas
+
+---

Old:

  xpra-3.0.7.tar.xz

New:

  xpra-3.0.8.tar.xz



Other differences:
--
++ xpra.spec ++
--- /var/tmp/diff_new_pack.QX5A0g/_old  2020-04-05 17:07:39.030250453 +0200
+++ /var/tmp/diff_new_pack.QX5A0g/_new  2020-04-05 17:07:39.034250457 +0200
@@ -19,7 +19,7 @@
 
 %global __requires_exclude 
^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
 Name:   xpra
-Version:3.0.7
+Version:3.0.8
 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

++ xpra-3.0.7.tar.xz -> xpra-3.0.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xpra-3.0.7/NEWS new/xpra-3.0.8/NEWS
--- old/xpra-3.0.7/NEWS 2020-03-13 17:51:18.0 +0100
+++ new/xpra-3.0.8/NEWS 2020-03-31 13:39:15.0 +0200
@@ -1,3 +1,42 @@
+v3.0.8 (2020-03-31)
+==
+   -- fix handling of dpi command line switch (correctly this time?)
+   -- fix bug report window not getting focus on MacOS
+   -- fix spurious ssh key warnings with newer versions of paramiko
+   -- fix AltGr mode with non-X11 clients, layout-group changes
+   -- fix rare unexpected client exit on MS Windows
+   -- fix MS Windows clipboard:
+   update failures
+   convert CRLF line endings
+   -- Clipboard:
+   fix selection not shown as active in menus (MS Windows and MacOS)
+   fix spurious warnings when sharing a session
+   fix clipboard reset with python2 builds
+   selection translation for outbound data
+   support client applications that don't use TARGETS (ie: Motif)
+   reject invalid targets
+   -- fix 'xpra upgrade' wrongly updating non-xpra displays
+   -- fix logging error in client geometry debugging output
+   -- fix pulseaudio start command with Ubuntu Xenial
+   -- fix spurious de-iconifications
+   -- fix handling of server control commands with python3 clients
+   -- fix UDP backport bug sending control packets
+   -- fix vfb getting killed on upgrade failure
+   -- fix proxy server cleanup: force forwarders to terminate
+   -- fix session info errors during client exit
+   -- fix printer cleanup errors with invalid UTF8 printer names
+