Accepting request 937784 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/937784 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-remote-desktop?expand=0&rev=10
This commit is contained in:
parent
63c943d369
commit
79cace7e2d
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/41.1</param>
|
||||
<param name="revision">refs/tags/41.2</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">f895c2b28b3341af54cb2ce24ce76af8f3e1513d</param></service></servicedata>
|
||||
<param name="changesrevision">32c8d66ab6b5e5c6e75ba494e5e1a45d92270f83</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:599cfc37cb58be0e0fd31557605c6a703644a836c6aaa8699684ee3de532bae6
|
||||
size 809996
|
3
gnome-remote-desktop-41.2.obscpio
Normal file
3
gnome-remote-desktop-41.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53f2cc8495f2ff5fa6fc77036324fbaba03ece48618f8e60650d9269f1782d63
|
||||
size 828428
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 09 12:36:19 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 41.2:
|
||||
+ stream: Add method to disconnect proxy signals
|
||||
+ session:
|
||||
- Stop trying to stop the session, when it is already destroyed
|
||||
- Disconnect num/caps lock changed signals when stopping
|
||||
- Fix small style issue
|
||||
- Only handle Selection* signals when clipboard is enabled
|
||||
+ settings:
|
||||
- Clear settings of type string before setting new values
|
||||
- Don't leak credentials, when username or password is NULL
|
||||
- Set error if username or password is NULL
|
||||
+ clipboard-rdp:
|
||||
- Make a warning message a little bit more explicit
|
||||
- Make SelectionTransfer requests async
|
||||
- Fix error message, when runtime directory creation fails
|
||||
- Fix small style issues
|
||||
+ clipboard:
|
||||
- Split up SelectionTransfer handling
|
||||
- Also clear GMutexes and GConds on destruction
|
||||
+ context: Clear proxies before setting new proxies
|
||||
+ daemon: Also clear context on destruction
|
||||
+ rdp/nw-auto:
|
||||
- Only create ping source if required and non-existent
|
||||
- Also clear GMutexes on destruction
|
||||
+ rdp-graphics-pipeline: Also clear gfx_mutex on destruction
|
||||
+ rdp-fuse-clipboard: Also clear GMutexes on destruction
|
||||
+ rdp-event-queue: Also clear event_mutex on destruction
|
||||
+ rdp-pipewire-stream: Also clear frame_mutex on destruction
|
||||
+ session-rdp: Also clear GMutexes and GConds on destruction
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 30 14:40:59 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: gnome-remote-desktop
|
||||
version: 41.1
|
||||
mtime: 1635604639
|
||||
commit: f895c2b28b3341af54cb2ce24ce76af8f3e1513d
|
||||
version: 41.2
|
||||
mtime: 1638950934
|
||||
commit: 32c8d66ab6b5e5c6e75ba494e5e1a45d92270f83
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define freerdp_version 2.2.0
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 41.1
|
||||
Version: 41.2
|
||||
Release: 0
|
||||
Summary: GNOME Remote Desktop screen sharing service
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user