Accepting request 767985 from home:alois:branches:X11:Utilities
update to 3.0.5 OBS-URL: https://build.opensuse.org/request/show/767985 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=33
This commit is contained in:
parent
cb81490fa3
commit
4966b5ed3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3776e59d027dc7789e8f7f25be103a6792fbac96fc2e613d9a5ac76bbb22fec4
|
||||
size 2751528
|
3
xpra-3.0.5.tar.xz
Normal file
3
xpra-3.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f0f941c1c9767cb16560528b09ee8204825a4a21eedc1fbf200488035c2c4ff
|
||||
size 2752016
|
@ -1,8 +1,8 @@
|
||||
Index: xpra-3.0-rc3/setup.py
|
||||
Index: xpra-3.0.5/setup.py
|
||||
===================================================================
|
||||
--- xpra-3.0-rc3.orig/setup.py
|
||||
+++ xpra-3.0-rc3/setup.py
|
||||
@@ -1501,7 +1501,7 @@ else:
|
||||
--- xpra-3.0.5.orig/setup.py
|
||||
+++ xpra-3.0.5/setup.py
|
||||
@@ -1502,7 +1502,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 @@ Index: xpra-3.0-rc3/setup.py
|
||||
add_data_files("share/appdata", ["xdg/xpra.appdata.xml"])
|
||||
|
||||
#here, we override build and install so we can
|
||||
@@ -1574,7 +1574,7 @@ else:
|
||||
@@ -1575,10 +1575,10 @@ else:
|
||||
if pam_ENABLED:
|
||||
copytodir("etc/pam.d/xpra", "/etc/pam.d")
|
||||
|
||||
@ -19,8 +19,12 @@ Index: xpra-3.0-rc3/setup.py
|
||||
+ systemd_dir = "__UNITDIR__"
|
||||
if service_ENABLED:
|
||||
#Linux init service:
|
||||
if os.path.exists("/bin/systemctl"):
|
||||
@@ -1585,7 +1585,9 @@ else:
|
||||
- if os.path.exists("/bin/systemctl"):
|
||||
+ if os.path.exists("/usr/bin/systemctl"):
|
||||
if sd_listen_ENABLED:
|
||||
copytodir("service/xpra.service", systemd_dir)
|
||||
else:
|
||||
@@ -1586,7 +1586,9 @@ else:
|
||||
else:
|
||||
copytodir("service/xpra", "/etc/init.d")
|
||||
if os.path.exists("/etc/sysconfig"):
|
||||
@ -31,7 +35,7 @@ Index: xpra-3.0-rc3/setup.py
|
||||
elif os.path.exists("/etc/default"):
|
||||
copytodir("etc/sysconfig/xpra", "/etc/default")
|
||||
if sd_listen_ENABLED:
|
||||
@@ -1703,7 +1705,6 @@ if scripts_ENABLED:
|
||||
@@ -1704,7 +1706,6 @@ if scripts_ENABLED:
|
||||
toggle_modules(WIN32, "xpra/scripts/win32_proxy_service")
|
||||
|
||||
if data_ENABLED:
|
||||
|
30
xpra.changes
30
xpra.changes
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 10:20:29 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 3.0.5
|
||||
* fix fake Xinerama errors with unicode monitor names
|
||||
* fix av-sync backport for python2 servers
|
||||
* fix errors when the dbus submodule is not installed
|
||||
* fix RFB server key handling
|
||||
* fix exit code for unsupported sockets
|
||||
* fix tray title with openssh and plink SSH backends
|
||||
* fix 'xpra upgrade'
|
||||
* fix focus problems with OR windows
|
||||
* fix wrong client info shown in 'xpra top'
|
||||
* fix 'xpra top' error that scrambled the output, flickering
|
||||
* fix X11 keyboard query against secondary screens
|
||||
* skip trying to load X11 components on non-X11 platforms
|
||||
* allow F11 through to the browser to make it easier to go
|
||||
fullscreen
|
||||
* prevent sshfp dns errors from causing ssh connection failures
|
||||
* obscure passwords from log files
|
||||
* remove duplicated attribute from xpra info
|
||||
* remove unused loggers
|
||||
* expose av-sync and webcam client capabilities
|
||||
* better wayland mode detection
|
||||
* add more missing files to MANIFEST
|
||||
* add v4l2 codec files to clean target
|
||||
* add logging to gtk display cleanup
|
||||
|
||||
- Refreshed xpra-paths.patch to update systemctl location
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 13:44:02 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xpra
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2012-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
||||
Name: xpra
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user