Accepting request 991057 from home:sbradnick

- Update to version 4.4+git20220721.c00134211:
  * place the verification token at a random address
  * remove ancient mmap token location code
  * #3582 limit audio info
  * always enable bundling - no need for env switch
  * the '_proxy' subcommand doesn't need to load compressors
  * skip lib validation warnings when running 'sdist'
  * #3582 limit client info exposed
  * doh: return the info
  * return a dict even when we hit an error
  * #3591 clamp negative values to display
  * #3591 also drop negative dimensions
  * #2303 honour env var and skip processing ssh agent paths
  * some clients don't have ssh-auth-sock specified.. don't error out
  * silence linter
  * only forward ssl socket options to the ssl wrap function
  * fix ssl breakage: convert attribute names to arguments

- Update to version 4.4+git20220720.22e3ae211:
  * don't compress rgb pixels with anything but lz4
  * rename method to prevent confusion
  * #2303 ssh agent forwarding
  * #3582 hide detailed version info

- Update to version 4.4+git20220720.d0ae240e2:
  * #3582 skip opengl info
  * fixup estr logging method
  * #2303 make is_socket re-usable
  * #3483 pycuda also imports numpy
  * #3579 more f-strings

OBS-URL: https://build.opensuse.org/request/show/991057
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=107
This commit is contained in:
Scott Bradnick 2022-07-25 14:37:06 +00:00 committed by Git OBS Bridge
parent bf723ec774
commit ac8b7a6eb4
7 changed files with 126 additions and 8 deletions

View File

@ -6,6 +6,11 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/Xpra-org/xpra</param> <param name="url">https://github.com/Xpra-org/xpra</param>
<param name="scm">git</param> <param name="scm">git</param>
<!-- TESTING -->
<param name="revision">c001342</param>
<!-- LAST VERIFIED GOOD
<param name="revision">d0ae240</param>
-->
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param> <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<!-- These need changed dependent on tags <!-- These need changed dependent on tags
at github.com/Xpra-org/xpra ; Currently at github.com/Xpra-org/xpra ; Currently
@ -22,10 +27,14 @@
<service name="tar" mode="disabled"> <service name="tar" mode="disabled">
<!-- I'd like to include this, but METADATA_PATTERN <!-- I'd like to include this, but METADATA_PATTERN
seems to block including .git seems to block including .git
* 20220718:
* need "package-meta" here too
* "include" || "exclude", not both
<param name="include">.git</param> <param name="include">.git</param>
<param name="exclude">.github</param> <param name="exclude">.github</param>
<param name="exclude">.git/objects/pack</param> <param name="exclude">.git/objects/pack</param>
--> -->
<param name="package-meta">yes</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">
<param name="compression">gz</param> <param name="compression">gz</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/Xpra-org/xpra</param> <param name="url">https://github.com/Xpra-org/xpra</param>
<param name="changesrevision">872c7f8d861777f09cb765b945cc600e49a7f47d</param></service></servicedata> <param name="changesrevision">c0013421137962dcfdd9a9f97f4c7b4b456d05de</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,105 @@
-------------------------------------------------------------------
Fri Jul 22 20:22:17 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220721.c00134211:
* place the verification token at a random address
* remove ancient mmap token location code
* #3582 limit audio info
* always enable bundling - no need for env switch
* the '_proxy' subcommand doesn't need to load compressors
* skip lib validation warnings when running 'sdist'
* #3582 limit client info exposed
* doh: return the info
* return a dict even when we hit an error
* #3591 clamp negative values to display
* #3591 also drop negative dimensions
* #2303 honour env var and skip processing ssh agent paths
* some clients don't have ssh-auth-sock specified.. don't error out
* silence linter
* only forward ssl socket options to the ssl wrap function
* fix ssl breakage: convert attribute names to arguments
-------------------------------------------------------------------
Fri Jul 22 19:37:59 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220720.22e3ae211:
* don't compress rgb pixels with anything but lz4
* rename method to prevent confusion
* #2303 ssh agent forwarding
* #3582 hide detailed version info
-------------------------------------------------------------------
Wed Jul 20 20:09:42 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220720.d0ae240e2:
* #3582 skip opengl info
* fixup estr logging method
* #2303 make is_socket re-usable
* #3483 pycuda also imports numpy
* #3579 more f-strings
* oops: missing import
* #3582 mixins info, option to log capabilities
-------------------------------------------------------------------
Tue Jul 19 19:01:06 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220719.d301bf723:
* #3582 restrict client info exposed
* the system tray forwarding is challenging
* we are forced to use appindicator now
* simplify
* #3577 simplify
* #3577 reorder
* #3577 remove v4l2 legacy workarounds
* typo
* too many distros are missing pam pkgconfig files
* not all Linux distros have this header file
* another strangely misnamed package: libpam0g'
* fix misnamed package dependencies
* RHEL doesn't have a pam-devel package?
* distros have all moved pam to /usr/include/security/pam*
-------------------------------------------------------------------
Mon Jul 18 22:29:08 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220718.6b84ef9f6:
* skip all guessing using an env var
* #3386 fix typo
* procps-devel is not available on RHEL?
* pam pkgconfig refs had gone missing
* refer to Cython 'Extension' class directly
* oops: nvenc is not a package
* make it easier to change the number of cores used
* ignore 'address' warnings building nvenc
* use booleans for switches
* no longer used
* try the local cuda symlink before anything else
* this doesn't do anything
* make it easier to choose the number of threads
* #3577 remove legacy workarounds
* #3577 add switch for 'argb' codec
* #3577 group subsystems together
* #3577 group macos / win32 bundling workarounds together
* #3577 nvenc must use pkgconfig
* #3577 enable '-DDEBUG' globally
* #3577 convert pam module in pkg-config
* CUDA symlink on MS Windows:
* #3577 move nvenc tweaks to pkgconfig file
* ignore temporary build generated installer file
* #3390 evdi uses c++
* #3577 use pkgconfig file for nvfbc flags
* #3577 simplify nvenc / nvjpeg using pkgconfig files on win32
* #3584 typo
* fixup bccf36d62f6857094054cb3bd5cefd70b1fd5423: directories must start with a '/'
* #2753 RPM file list update
* #2753 add new packaging dependency
* #3582 limit the info available to remote hosts
* convert tray menu to use the new qrencode module
* #56 fix miscalculation of initial refresh rate
* #3583 update to the new python-cryptography API
* #3579 (almost) finish this one module
* #3483 only import numpy once, block if necessary
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 21 17:37:18 UTC 2022 - scott.bradnick@suse.com Tue Jun 21 17:37:18 UTC 2022 - scott.bradnick@suse.com

View File

@ -1,4 +1,4 @@
name: xpra name: xpra
version: 4.4+git20220621.872c7f8d8 version: 4.4+git20220721.c00134211
mtime: 1655829759 mtime: 1658437988
commit: 872c7f8d861777f09cb765b945cc600e49a7f47d commit: c0013421137962dcfdd9a9f97f4c7b4b456d05de

View File

@ -28,7 +28,7 @@
# ----- # -----
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$ %global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra Name: xpra
Version: 4.4+git20220621.872c7f8d8 Version: 4.4+git20220721.c00134211
Release: 0 Release: 0
Summary: Remote display server for applications and desktops 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 License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT
@ -69,6 +69,9 @@ BuildRequires: pkgconfig(libavformat) >= 58
BuildRequires: pkgconfig(libswscale) >= 5 BuildRequires: pkgconfig(libswscale) >= 5
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libwebp) >= 0.4 BuildRequires: pkgconfig(libwebp) >= 0.4
# TW can do this, 15.4 can't ...
#BuildRequires: pkgconfig(pam)
#BuildRequires: pkgconfig(pam_misc)
BuildRequires: pkgconfig(py3cairo) BuildRequires: pkgconfig(py3cairo)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(vpx) >= 1.4.0 BuildRequires: pkgconfig(vpx) >= 1.4.0
@ -78,6 +81,8 @@ BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xres) BuildRequires: pkgconfig(xres)
BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(xtst)
BuildRequires: procps-devel
BuildRequires: qrencode-devel
Requires: dbus-1-x11 Requires: dbus-1-x11
Requires: gstreamer-plugins-base Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good Requires: gstreamer-plugins-good
@ -225,6 +230,7 @@ mkdir -p %{_rundir}/%{name} || exit 1
%dir %{_sysconfdir}/xpra %dir %{_sysconfdir}/xpra
%dir %{_sysconfdir}/xpra/conf.d %dir %{_sysconfdir}/xpra/conf.d
%dir %{_sysconfdir}/xpra/content-categories %dir %{_sysconfdir}/xpra/content-categories
%dir %{_sysconfdir}/xpra/content-parent
%dir %{_sysconfdir}/xpra/content-type %dir %{_sysconfdir}/xpra/content-type
%dir %{_sysconfdir}/xpra/http-headers %dir %{_sysconfdir}/xpra/http-headers
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/xpra.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/xpra.conf
@ -232,6 +238,7 @@ mkdir -p %{_rundir}/%{name} || exit 1
%config(noreplace) %{_sysconfdir}/xpra/*.conf %config(noreplace) %{_sysconfdir}/xpra/*.conf
%config(noreplace) %{_sysconfdir}/xpra/conf.d/*.conf %config(noreplace) %{_sysconfdir}/xpra/conf.d/*.conf
%config(noreplace) %{_sysconfdir}/xpra/content-categories/*.conf %config(noreplace) %{_sysconfdir}/xpra/content-categories/*.conf
%config(noreplace) %{_sysconfdir}/xpra/content-parent/*.conf
%config(noreplace) %{_sysconfdir}/xpra/content-type/*.conf %config(noreplace) %{_sysconfdir}/xpra/content-type/*.conf
%config(noreplace) %{_sysconfdir}/xpra/http-headers/*.txt %config(noreplace) %{_sysconfdir}/xpra/http-headers/*.txt
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/90-xpra-virtual.conf %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/90-xpra-virtual.conf