|
|
|
@ -5,14 +5,15 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
%global url_ver %%(echo %{version} | cut -d. -f1)
|
|
|
|
|
|
|
|
|
|
Name: gnome-connections
|
|
|
|
|
Version: 41.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A remote desktop client for the GNOME desktop environment
|
|
|
|
|
Name: gnome-connections
|
|
|
|
|
Version: 46.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A remote desktop client for the GNOME desktop environment
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/gnome-connections-%{tarball_version}.tar.xz
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/gnome-connections-%{tarball_version}.tar.xz
|
|
|
|
|
Patch0: 0001-clipboard-Do-not-crash-during-disconnection.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -21,11 +22,14 @@ BuildRequires: libappstream-glib
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: yelp-tools
|
|
|
|
|
BuildRequires: pkgconfig(freerdp2)
|
|
|
|
|
BuildRequires: pkgconfig(freerdp3)
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk-vnc-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gvncpulse-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
BuildRequires: pkgconfig(fuse3)
|
|
|
|
|
|
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
|
|
|
|
|
@ -33,6 +37,12 @@ Requires: hicolor-icon-theme
|
|
|
|
|
Obsoletes: connections < 40.0-2
|
|
|
|
|
Provides: connections = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
# Remotely EOL and replaced by GNOME Connections.
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1957981
|
|
|
|
|
%if 0%{?fedora} >= 35
|
|
|
|
|
Obsoletes: remotely < 1.0-6
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Provides: bundled(gtk-frdp)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -65,46 +75,126 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
|
|
|
|
%doc README.md NEWS
|
|
|
|
|
%{_bindir}/gnome-connections
|
|
|
|
|
%{_libdir}/gnome-connections/
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
|
|
|
|
%{_datadir}/applications/org.gnome.Connections.desktop
|
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Connections.service
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Connections.gschema.xml
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Connections.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Connections-symbolic.svg
|
|
|
|
|
%{_metainfodir}/org.gnome.Connections.appdata.xml
|
|
|
|
|
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 05 2022 Felipe Borges <feborges@redhat.com> - 41.2-1
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 46.0-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.0-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 15 2024 Marek Kasik <mkasik@redhat.com> - 46.0-2
|
|
|
|
|
- Fix a crash during disconnection
|
|
|
|
|
- Resolves: RHEL-30212
|
|
|
|
|
|
|
|
|
|
* Thu Mar 21 2024 Marek Kasik <mkasik@redhat.com> - 46.0-1
|
|
|
|
|
- Update to 46.0
|
|
|
|
|
- Use FreeRDP 3
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 18 2023 Marek Kasik <mkasik@redhat.com> - 45.0-1
|
|
|
|
|
- Update to 45.0
|
|
|
|
|
|
|
|
|
|
* Tue Sep 05 2023 Kalev Lember <klember@redhat.com> - 45~rc-1
|
|
|
|
|
- Update to 45.rc
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Kalev Lember <klember@redhat.com> - 45~beta-1
|
|
|
|
|
- Update to 45.beta
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 24 2023 Marek Kasik <mkasik@redhat.com> - 44.1-1
|
|
|
|
|
- Update to 44.1
|
|
|
|
|
- Resolves: #2169121
|
|
|
|
|
|
|
|
|
|
* Sun Mar 19 2023 David King <amigadave@amigadave.com> - 44.0-1
|
|
|
|
|
- Update to 44.0
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2023 David King <amigadave@amigadave.com> - 44~rc-1
|
|
|
|
|
- Update to 44.rc
|
|
|
|
|
|
|
|
|
|
* Fri Feb 17 2023 David King <amigadave@amigadave.com> - 44~beta-1
|
|
|
|
|
- Update to 44.beta
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 16 2022 Marek Kasik <mkasik@redhat.com> - 43.0-1
|
|
|
|
|
- Update to 43.0
|
|
|
|
|
- Resolves: #2115889
|
|
|
|
|
|
|
|
|
|
* Mon Aug 15 2022 Simone Caronni <negativo17@gmail.com> - 43~beta-2
|
|
|
|
|
- Rebuild for updated FreeRDP.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 08 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
|
|
|
|
- Update to 43.beta
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 13 2022 Felipe Borges <feborges@redhat.com> - 42.1.2-1
|
|
|
|
|
- Update to 42.1.2
|
|
|
|
|
|
|
|
|
|
* Thu Apr 07 2022 Felipe Borges <feborges@redhat.com> - 42.1.1-1
|
|
|
|
|
- Update to 42.1.1
|
|
|
|
|
rhbz#2069820
|
|
|
|
|
rhbz#2072445
|
|
|
|
|
rhbz#2072462
|
|
|
|
|
rhbz#2072490
|
|
|
|
|
rhbz#2072513
|
|
|
|
|
|
|
|
|
|
* Tue Apr 05 2022 Felipe Borges <feborges@redhat.com> - 42.1-1
|
|
|
|
|
- Update to 42.1
|
|
|
|
|
rhbz#2068015
|
|
|
|
|
|
|
|
|
|
* Mon Mar 21 2022 David King <amigadave@amigadave.com> - 42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 41.2-1
|
|
|
|
|
- Update to 41.2
|
|
|
|
|
Related: rhbz#2031651
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2021 Felipe Borges <feborges@redhat.com> - 41.beta-2
|
|
|
|
|
- Add libhandy-1 dependency
|
|
|
|
|
Related: rhbz#1995538
|
|
|
|
|
* Wed Oct 27 2021 Kalev Lember <klember@redhat.com> - 41.1-1
|
|
|
|
|
- Update to 41.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Felipe Borges <feborges@redhat.com> - 41.beta-1
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
Related: rhbz#1993979
|
|
|
|
|
* Fri Sep 17 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 41~rc-1
|
|
|
|
|
- Update to 41.rc
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-8
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-7
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 20 2021 Felipe Borges <feborges@redhat.com> - 40.0-6
|
|
|
|
|
* Thu May 20 2021 Felipe Borges <feborges@redhat.com> - 40.0.1-4
|
|
|
|
|
- Add missing bundled provides
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Ondrej Holy <oholy@redhat.com> - 40.0-5
|
|
|
|
|
- Rebuild for updated FreeRDP (#1951123).
|
|
|
|
|
* Mon May 10 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 40.0.1-3
|
|
|
|
|
- build: Replace Remotely due EOL with GNOME Connections for f35 | rh#1957981
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Felipe Borges <feborges@redhat.com> - 40.0-4
|
|
|
|
|
- Fix regression with DBus activation. Related: rhbz#1951128
|
|
|
|
|
* Fri Apr 16 2021 Simone Caronni <negativo17@gmail.com> - 40.0.1-2
|
|
|
|
|
- Rebuild for updated FreeRDP.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Apr 15 2021 Felipe Borges <feborges@redhat.com> - 40.0.1-1
|
|
|
|
|
- Fix DBus activation
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-2
|
|
|
|
|
- Rename from connections to gnome-connections
|
|
|
|
|