Update to 41.beta
Related: rhbz#1993979
This commit is contained in:
parent
a7387b84c0
commit
2a488f99b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gnome-connections-40.0.tar.xz
|
||||
/gnome-connections-41.beta.tar.xz
|
||||
|
@ -1,22 +0,0 @@
|
||||
From 37020ddc025629077ae3b52f3e675857586a4ac7 Mon Sep 17 00:00:00 2001
|
||||
From: Felipe Borges <felipeborges@gnome.org>
|
||||
Date: Tue, 6 Apr 2021 09:05:15 +0200
|
||||
Subject: [PATCH] service: Rename executable for DBus activation
|
||||
|
||||
See https://github.com/flathub/org.gnome.Connections/issues/2
|
||||
---
|
||||
data/org.gnome.Connections.service.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/org.gnome.Connections.service.in b/data/org.gnome.Connections.service.in
|
||||
index f21aa1b..2decda8 100644
|
||||
--- a/data/org.gnome.Connections.service.in
|
||||
+++ b/data/org.gnome.Connections.service.in
|
||||
@@ -1,3 +1,3 @@
|
||||
[D-BUS Service]
|
||||
Name=@appid@
|
||||
-Exec=@bindir@/connections --gapplication-service
|
||||
+Exec=@bindir@/gnome-connections --gapplication-service
|
||||
--
|
||||
2.31.1
|
||||
|
@ -6,16 +6,14 @@
|
||||
%global url_ver %%(echo %{version} | cut -d. -f1)
|
||||
|
||||
Name: gnome-connections
|
||||
Version: 40.0
|
||||
Release: 8%{?dist}
|
||||
Version: 41.beta
|
||||
Release: 1%{?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
|
||||
|
||||
Patch0: gnome-connections-fix-dbus-activation.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
@ -58,7 +56,7 @@ rm -rf %{buildroot}%{_datadir}/gnome-connections/gir-1.0/
|
||||
rm -rf %{buildroot}%{_datadir}/gnome-connections/vapi/
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.gnome.Connections.appdata.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections.desktop
|
||||
|
||||
%files -f gnome-connections.lang
|
||||
@ -66,7 +64,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
||||
%doc README.md NEWS
|
||||
%{_bindir}/gnome-connections
|
||||
%{_libdir}/gnome-connections/
|
||||
%{_datadir}/appdata/org.gnome.Connections.appdata.xml
|
||||
%{_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
|
||||
@ -75,6 +73,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
||||
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 Felipe Borges <feborges@redhat.com> - 41.beta-1
|
||||
- Update to 41.beta
|
||||
Related: rhbz#1993979
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-8
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-connections-40.0.tar.xz) = ae3ca82a7cd548983f48982e22879e08a3fb1012a0f9c2ffa3fc44e77c73e1ccbad46af5c560aea3fe51993b08161b1da3bee5c3c78b42e4779588f5c8a1854f
|
||||
SHA512 (gnome-connections-41.beta.tar.xz) = de5766d2a45afda2cff1c0427eca0e9dbf555cb1c030af5a6dfbf5003ce8cbd6fc7b968f3a12eda7ca8005a0693754c1ef526fc760f79d89b10fee2aab5de4e6
|
||||
|
Loading…
Reference in New Issue
Block a user