Fix the GLib dependency
GLib 2.69.1 is necessary for the GPowerProfileMonitor API. The use of
this API is conditional on the version of GLib that's available at
build-time, so it's important that a similar version of GLib also be
available at run-time. Otherwise, the processes will crash at
start-up, if they were built with GPowerProfileMonitor and it's
missing at run-time.
Fallout from 94f4b58a4d
This commit is contained in:
parent
02390140ca
commit
ace5b8f6ca
@ -1,11 +1,11 @@
|
||||
%global pipewire_version 0.2.90
|
||||
%global geoclue_version 2.5.2
|
||||
%global glib_version 2.63.3
|
||||
%global glib_version 2.69.1
|
||||
%global low_memory_monitor_version 2.0
|
||||
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.12.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Portal frontend service to flatpak
|
||||
|
||||
License: LGPLv2+
|
||||
@ -101,6 +101,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.3-2
|
||||
- Fix the GLib dependency
|
||||
|
||||
* Mon Mar 28 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.3-1
|
||||
- Update to 1.12.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user