Accepting request 1073195 from GNOME:Factory
New stable release (forwarded request 1072896 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-remote-desktop?expand=0&rev=17
This commit is contained in:
commit
2740b41abc
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/43.3</param>
|
||||
<param name="revision">refs/tags/44.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git</param>
|
||||
<param name="changesrevision">aab43175c204c5e984b194a0a16353d0ce076cfa</param></service></servicedata>
|
||||
<param name="changesrevision">71d82c8604fc2b5142bd66af77259d5b2f2504fa</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:694d197141febda6423032f58f9396bc0c71d8668133953f259ba91f5c7fa640
|
||||
size 1715212
|
3
gnome-remote-desktop-44.0.obscpio
Normal file
3
gnome-remote-desktop-44.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5464b2f855b36009b9217f7ce613d02d00bb2cb84626180be5996d62f868dc
|
||||
size 1747468
|
@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 07:38:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.0:
|
||||
* rdp-audio-playback:
|
||||
- Fix typo in debug message
|
||||
- Also output client version, when version is too old
|
||||
- Add SVC fallback, when DVC is unavailable
|
||||
* session-rdp: Disable audio output redirection for mobile
|
||||
clients
|
||||
* build: Bump FreeRDP version requirement
|
||||
* rdp-dsp: Fix typo in error message
|
||||
* vnc-pipewire-stream: Acquire EGL slot for transfer tasks
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 06 13:19:11 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 44.rc:
|
||||
* build: Bump FreeRDP version requirement
|
||||
* clipboard: Always call g_task_return_pointer() after reading
|
||||
content
|
||||
* egl: Release current context before destroying it in error
|
||||
paths
|
||||
* egl-thread: Add ability to replace transfer tasks
|
||||
* hwaccel-nvidia: Replace deprecated function
|
||||
cuDeviceComputeCapability
|
||||
* pipewire-utils: Fix a few style issues
|
||||
* rdp:
|
||||
- Be more strict with invalid monitor layouts
|
||||
- Stop dequeuing PipeWire buffers while destroying the stream
|
||||
- Only invoke frame source, when previous operation was
|
||||
successful
|
||||
* rdp-audio-output-stream: Destroy the stream before clearing its
|
||||
pointer
|
||||
* rdp-audio-playback:
|
||||
- Add SVC fallback, when DVC is unavailable
|
||||
- Also output client version, when version is too old
|
||||
- Fix typo in debug message
|
||||
* rdp-display-control: Disconnect clients, that violate message
|
||||
order
|
||||
* rdp-dsp: Fix typo in error message
|
||||
* rdp-fuse-clipboard: Rely on include dir in pkgconfig file
|
||||
* rdp-pipewire-stream:
|
||||
- Acquire EGL slot for transfer tasks
|
||||
- Remove code path, that is not hit any more
|
||||
- Remove superfluous condition
|
||||
* session: Fix a small style issue
|
||||
* session-rdp:
|
||||
- Add error info for invalid monitor layouts
|
||||
- Also advertise RemoteFX in image mode
|
||||
- Disable audio output redirection for mobile clients
|
||||
* vnc:
|
||||
- Stop dequeuing PipeWire buffers while destroying the stream
|
||||
- Only invoke frame source, when previous operation was
|
||||
successful
|
||||
* vnc-pipewire-stream:
|
||||
- Acquire EGL slot for transfer tasks
|
||||
- Remove code path, that is not hit any more
|
||||
- Remove superfluous condition
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 16:40:38 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 44.alpha:
|
||||
* build: Use schemadir variable for installed enums
|
||||
* clipboard-rdp: Also check for / separator when preparing
|
||||
uri-list
|
||||
* egl-thread:
|
||||
- Remove unused callback context
|
||||
- Remove unused typedef
|
||||
* rdp:
|
||||
- Avoid direct usage of the attributes of RDP buffers
|
||||
- Deprecate the legacy graphics path
|
||||
* rdp-buffer:
|
||||
- Add API to actually unmap the CUDA resource
|
||||
- Add API to map CUDA resource
|
||||
- Add API to register read-only GL buffer
|
||||
- Add getters to retrieve buffer attributes
|
||||
- Make buffer struct private
|
||||
- Rename unmap_resources to queue_resource_unmap
|
||||
* rdp-pipewire-stream:
|
||||
- Assert buffer types to be either MemFds or DmaBufs
|
||||
- Decouple pointer updates from frame updates
|
||||
- Ignore frame data, when mapping memfd fails
|
||||
* rdp-server: Remove stray new line
|
||||
* vnc-pipewire-stream:
|
||||
- Assert buffer types to be either MemFds or DmaBufs
|
||||
- Decouple pointer updates from frame updates
|
||||
- Don't pass NULL as frame to on_frame_ready
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 14:31:18 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-remote-desktop
|
||||
version: 43.3
|
||||
mtime: 1673202176
|
||||
commit: aab43175c204c5e984b194a0a16353d0ce076cfa
|
||||
version: 44.0
|
||||
mtime: 1679162344
|
||||
commit: 71d82c8604fc2b5142bd66af77259d5b2f2504fa
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
%global systemd_unit gnome-remote-desktop.service
|
||||
%define freerdp_version 2.8.0
|
||||
%define freerdp_version 2.10.0
|
||||
%define glib_version 2.68
|
||||
%define gstreamer_version 1.10.0
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 43.3
|
||||
Version: 44.0
|
||||
Release: 0
|
||||
Summary: GNOME Remote Desktop screen sharing service
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user