diff --git a/glib2.spec b/glib2.spec index 1fc5640..b6fc529 100644 --- a/glib2.spec +++ b/glib2.spec @@ -13,6 +13,14 @@ Source0: http://download.gnome.org/sources/glib/2.67/glib-%{version}.tar.xz Patch0: gnutls-hmac.patch %endif +# Add patches to move applications into systemd scopes in compliance with +# https://systemd.io/DESKTOP_ENVIRONMENTS/ +# Proposed upstream at https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1596 +Patch001: 0001-tests-Iterate-mainloop-during-launch-test.patch +Patch002: 0002-gdesktopappinfo-Move-launched-applications-into-tran.patch +Patch003: 0003-gdesktopappinfo-Handle-task-completion-from-spawn-fu.patch +Patch004: 0004-gdesktopappinfo-Add-SourcePath-to-transient-systemd-.patch + # Backported from upstream # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1958 Patch5: 1958.patch @@ -50,14 +58,6 @@ Obsoletes: glib2-fam < 2.67.1-3 # glib 2.59.0 hash table changes broke older gcr versions / password prompts in gnome-shell Conflicts: gcr < 3.28.1 -# Add patches to move applications into systemd scopes in compliance with -# https://systemd.io/DESKTOP_ENVIRONMENTS/ -# Proposed upstream at https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1596 -Patch001: 0001-tests-Iterate-mainloop-during-launch-test.patch -Patch002: 0002-gdesktopappinfo-Move-launched-applications-into-tran.patch -Patch003: 0003-gdesktopappinfo-Handle-task-completion-from-spawn-fu.patch -Patch004: 0004-gdesktopappinfo-Add-SourcePath-to-transient-systemd-.patch - %description GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C,