Resolves: RHEL-53973 (Update to 3.51.3)
This commit is contained in:
parent
dbda67aef0
commit
1b43575158
@ -1,30 +1,32 @@
|
||||
%global gettext_version 0.22
|
||||
%global glib2_version 2.78.3
|
||||
%global gtk4_version 4.12.4
|
||||
%global gtk4_version 4.15.2
|
||||
%global libadwaita_version 1.6~beta
|
||||
%global libsoup_version 3.0
|
||||
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.51.0
|
||||
Version: 3.51.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Single sign-on framework for GNOME
|
||||
|
||||
# Sources are LGPL-2.0-or-later, icons are CC-BY-SA-4.0.
|
||||
License: LGPL-2.0-or-later AND CC-BY-SA-4.0
|
||||
URL: https://wiki.gnome.org/Projects/GnomeOnlineAccounts
|
||||
Source0: https://download.gnome.org/sources/gnome-online-accounts/3.51/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.51/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch: 0001-remove-google-files-backend.patch
|
||||
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gcr-4)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
BuildRequires: pkgconfig(libkeyutils)
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext >= %{gettext_version}
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
@ -42,6 +44,7 @@ BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
%if !0%{?flatpak}
|
||||
Requires: gtk4%{?_isa} >= %{gtk4_version}
|
||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||
Requires: libsoup3%{?_isa} >= %{libsoup_version}
|
||||
Requires: gvfs-goa
|
||||
%endif
|
||||
@ -122,6 +125,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.OnlineAcco
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2024 Milan Crha <mcrha@redhat.com> - 3.51.3-1
|
||||
- Resolves: RHEL-53973 (Update to 3.51.3)
|
||||
|
||||
* Tue Jul 16 2024 Milan Crha <mcrha@redhat.com> - 3.51.0-1
|
||||
- Related: RHEL-45844 (Update to 3.51.0)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-online-accounts-3.51.0.tar.xz) = 36849c734c2fef152c67d6b0ec00cdcd126d1ddac055ce44d6daebafeaf665afd9b4f5b09dcd19a05612fdcfdbdb20d9f54a502b5a857e399f110d9fd5701ad2
|
||||
SHA512 (gnome-online-accounts-3.51.3.tar.xz) = f509b1f9ea8a2eb43d6be5651549e56df984672f1c4610d6bc36d60fe7eba412630253fecda921b00265381cecce6d1a163e851d9264f133bd2dd87b99ac813b
|
||||
|
Loading…
Reference in New Issue
Block a user