Accepting request 1072830 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1072830 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-connections?expand=0&rev=17
This commit is contained in:
parent
fd5966e1d1
commit
4f7621a182
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85dad82f93c0b2f609fe8ec7ecdeec70600a55612afc0e3f02774c25a0bb309f
|
||||
size 3992760
|
3
gnome-connections-44.0.tar.xz
Normal file
3
gnome-connections-44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34c7a6bbfec9a9acfa9c2d2dba4b251431cd71874f8f055c5ff26f26f4244199
|
||||
size 3998876
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 18 10:50:23 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.0:
|
||||
+ Added rdp-preferences-window.vala to POTFILES.in.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 19:11:32 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.rc:
|
||||
+ Update gtk-frdp.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 20:36:32 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.beta:
|
||||
+ Update gtk-frdp
|
||||
+ Allow resizing of remote desktops
|
||||
+ Use app-id for icon name
|
||||
+ Keep aspect ratios of remote desktops
|
||||
+ Fix position of cursor for original scale
|
||||
+ Switch to master branch of gtk-frdp
|
||||
+ Use GNOME module post_install with meson
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 14:37:46 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-connections
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: gnome-connections
|
||||
Version: 43.0
|
||||
Version: 44.0
|
||||
Release: 0
|
||||
Summary: A remote desktop client for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://wiki.gnome.org/Apps/Connections
|
||||
Source: https://download.gnome.org/sources/gnome-connections/43/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gnome-connections/44/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -57,10 +57,10 @@ A remote desktop client for the GNOME desktop environment.
|
||||
%find_lang %{name}
|
||||
# gtk-frdp is a subproject, do not offer it for consumption outside
|
||||
rm -rf %{buildroot}%{_includedir}/%{name}/gtk-frdp/
|
||||
rm %{buildroot}%{_libdir}/gnome-connections/pkgconfig/gtk-frdp-0.1.pc
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/gir-1.0/GtkFrdp-0.1.gir
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.1.deps
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.1.vapi
|
||||
rm %{buildroot}%{_libdir}/gnome-connections/pkgconfig/gtk-frdp-0.2.pc
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/gir-1.0/GtkFrdp-0.2.gir
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.2.deps
|
||||
rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.2.vapi
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
@ -70,8 +70,8 @@ rm %{buildroot}%{_datadir}/gnome-connections/vapi/gtk-frdp-0.1.vapi
|
||||
%{_bindir}/gnome-connections
|
||||
%dir %{_libdir}/gnome-connections
|
||||
%dir %{_libdir}/gnome-connections/girepository-1.0
|
||||
%{_libdir}/gnome-connections/girepository-1.0/GtkFrdp-0.1.typelib
|
||||
%{_libdir}/gnome-connections/libgtk-frdp-0.1.so
|
||||
%{_libdir}/gnome-connections/girepository-1.0/GtkFrdp-0.2.typelib
|
||||
%{_libdir}/gnome-connections/libgtk-frdp-0.2.so
|
||||
%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Connections.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Connections.service
|
||||
|
Loading…
Reference in New Issue
Block a user