From 012038905e7e834d2a784ab56d6950b424662f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 27 Dec 2019 22:31:12 +0100 Subject: [PATCH] gnome-session: 3.34.1 -> 3.34.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit >From [1]: ============== Version 3.34.2 ============== autostart-app: Strip blacklisted variables from autostart environment data: Ensure shutdown target does not keep units loaded data: Make X11 services part of gnome-session-initialized data: Remove gnome-session-stable.timer and related units data: Remove never used gnome-session-shutdown.service doap: Add a description manager: Disable session saving on systemd managed sessions session-fill: Disable session restoring on systemd Translation updates: Chinese (Taiwan), Russian [1] http://ftp.gnome.org/pub/gnome/sources/gnome-session/3.34/gnome-session-3.34.2.news Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-session_3.34.1.bb => gnome-session_3.34.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-session/{gnome-session_3.34.1.bb => gnome-session_3.34.2.bb} (86%) diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb similarity index 86% rename from meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb rename to meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb index e1bf16b5c8..15bf489c7a 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.2.bb @@ -22,8 +22,8 @@ inherit gnomebase gettext gsettings upstream-version-is-even features_check REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" -SRC_URI[archive.md5sum] = "1a9c10d5468b3ba8abee94653692fe0d" -SRC_URI[archive.sha256sum] = "d7801fe2d5a751b19cb58081771316a76aabd5c550cd58d4e4c6a5a4ed356660" +SRC_URI[archive.md5sum] = "38dcdb844a0349cc2fb10998095543e4" +SRC_URI[archive.sha256sum] = "8bb77381650a03ae4be7260751363bd27da93f09bac1ddbc885f4ce44ebaf8e1" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}"