Accepting request 973116 from GNOME:Next
Update to 42.1.1 OBS-URL: https://build.opensuse.org/request/show/973116 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-remote-desktop?expand=0&rev=16
This commit is contained in:
parent
8c676f2e8e
commit
d5e43cace3
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/42.0</param>
|
||||
<param name="revision">refs/tags/42.1.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">252f495a0f23ca25056cc5815587255614ffdfc7</param></service></servicedata>
|
||||
<param name="changesrevision">a7cbaae7139c108a6c0297dac7881ab071a91ca3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc7b083e6269fc2da2618538f97b14eb8948d516d6c4edd690bb8e88e3d3a67
|
||||
size 1303052
|
3
gnome-remote-desktop-42.1.1.obscpio
Normal file
3
gnome-remote-desktop-42.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc96ecfb6d92c6cd7596a72397c0149fb4a6cd1a6b45a3f89ef607a472d73175
|
||||
size 1335308
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 11:50:09 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.1.1:
|
||||
+ session-vnc: Don't leak the socket source
|
||||
+ hwaccel-nvidia: Degrade a warning to a normal message
|
||||
+ context: Initialize EGL thread when daemon is ready
|
||||
+ rdp: Perform basic error checking in SAM file creation
|
||||
+ session-rdp: Always check return values of API calls
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 09:10:38 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.1:
|
||||
+ vnc: Retrieve frame members before stealing frame pointer.
|
||||
+ rdp: Retrieve frame members before stealing frame pointer.
|
||||
+ daemon: Only start servers, when they are not started yet.
|
||||
+ settings: Don't crash, when parsing the credentials string
|
||||
fails.
|
||||
+ egl: Use Wayland platform instead of surfaceless.
|
||||
+ session-rdp: Only show NSC disable message, when NSC is
|
||||
available.
|
||||
+ session-rdp: Fix typo in warning message.
|
||||
+ systemd: Autostart as part of gnome-session.target.
|
||||
+ daemon: Handle SIGINT and SIGTERM signals properly.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 09:14:28 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-remote-desktop
|
||||
version: 42.0
|
||||
mtime: 1647842811
|
||||
commit: 252f495a0f23ca25056cc5815587255614ffdfc7
|
||||
version: 42.1.1
|
||||
mtime: 1651003121
|
||||
commit: a7cbaae7139c108a6c0297dac7881ab071a91ca3
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define freerdp_version 2.2.0
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 42.0
|
||||
Version: 42.1.1
|
||||
Release: 0
|
||||
Summary: GNOME Remote Desktop screen sharing service
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user