Accepting request 1205957 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1205957 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-connections?expand=0&rev=14
This commit is contained in:
commit
6cd1479889
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/connections.git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c93143999ecb4eb969460071d05af9815218cdb3e58934433fee49af3ea9092
|
||||
size 5593101
|
3
gnome-connections-47.0.obscpio
Normal file
3
gnome-connections-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818b96b365bbc02925007416c57f1bc7a84884fa0b8689099183c2f713ec6dad
|
||||
size 5694477
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 13:29:16 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace pkgconfig(freerdp2) with pkgconfig(freerdp3)
|
||||
BuildRequires: Move the newer, more up to date freerdp support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 15:33:14 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Updated translations.
|
||||
- Changes from version 47.beta:
|
||||
+ Update text describing remote desktop settings location
|
||||
+ Make PATH translatable
|
||||
+ Updated translations.
|
||||
- Changes from version 47.alpha:
|
||||
+ Bump freerdp version to 3.6.3 for flatpak
|
||||
+ Fix build of flatpak
|
||||
+ Move fullscreen button to the topbar
|
||||
+ Fix handling of authentication/certificate dialog
|
||||
+ Update gtk-frdp:
|
||||
- Make connection via RDP synchronous to prevent race
|
||||
conditions
|
||||
- Handle freerdp_shall_disconnect() sooner
|
||||
- Clear the update_id when the source is removed
|
||||
- Fix getting of properties for session
|
||||
- Do not block CPU during iterations
|
||||
- Disconnect handlers on disconnection
|
||||
- Wait until fuse-session thread is finished
|
||||
- Clear the clipboard if it contains remote data at finalize
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:54:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-connections
|
||||
version: 46.0
|
||||
mtime: 1710764711
|
||||
commit: 3563cf21f086adaa68b5ed19fb7a25ec01e353ab
|
||||
version: 47.0
|
||||
mtime: 1726240528
|
||||
commit: e47237ed667cc7a2c0bdf70e92255835fffd7dca
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-connections
|
||||
Version: 46.0
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: A remote desktop client for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
@ -30,7 +30,7 @@ BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(freerdp2) >= 2.0.0
|
||||
BuildRequires: pkgconfig(freerdp3)
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user