Accepting request 1030706 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1030706 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-remote-desktop?expand=0&rev=27
This commit is contained in:
parent
c90c515e95
commit
8d084fa779
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.0</param>
|
||||
<param name="revision">refs/tags/43.1</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">d13870c7eee77e5f7229625fa06b795b4bff96b1</param></service></servicedata>
|
||||
<param name="changesrevision">8bd9270365213e2d2d088385e30d9ff192e2c095</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce50237f7610a62f9c19a42bde56788ac18f04f282d469d62aa0d552718ea69c
|
||||
size 1692172
|
3
gnome-remote-desktop-43.1.obscpio
Normal file
3
gnome-remote-desktop-43.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66ac236260c80715bb646b1dc198876450772a64f14070ce77acc7515ae881b7
|
||||
size 1702924
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 09:16:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.1:
|
||||
+ clipboard: Always clear mime type tables when updating clients
|
||||
clipboard
|
||||
+ hwaccel-nvidia:
|
||||
- Also output actual NVENC errors when API calls fail
|
||||
- Always output CUDA errors when API calls fail
|
||||
- Fix small style issue
|
||||
+ man: Only include man page content for compiled-in backends
|
||||
+ rdp-audio-output-stream: Set stream inactive before destroying
|
||||
it
|
||||
+ rdp-monitor-config: Fix typo in verify_monitor_config
|
||||
+ rdp/nw-auto: Fix crash when updating unchanged ping source
|
||||
+ rdp:
|
||||
- Suspend PipeWire stream on exit instead of flushing it
|
||||
- Unlock stream lock mutex while suspending other audio streams
|
||||
+ session-rdp:
|
||||
- Also check VCM handle when clearing it
|
||||
- Fix check when creation of virtual channel manager fails
|
||||
- Only print colour depth fix message when situation applies
|
||||
+ vnc: Suspend PipeWire stream on exit instead of flushing it
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 07:29:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-remote-desktop
|
||||
version: 43.0
|
||||
mtime: 1663436520
|
||||
commit: d13870c7eee77e5f7229625fa06b795b4bff96b1
|
||||
version: 43.1
|
||||
mtime: 1666474989
|
||||
commit: 8bd9270365213e2d2d088385e30d9ff192e2c095
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define gstreamer_version 1.10.0
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 43.0
|
||||
Version: 43.1
|
||||
Release: 0
|
||||
Summary: GNOME Remote Desktop screen sharing service
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user