From a632c0df6d3d9696de98d8e0ff9afbdbe21d35173c5545e14aa358c5d502ff4e Mon Sep 17 00:00:00 2001 From: Maurizio Galli Date: Thu, 1 Jun 2023 02:50:27 +0000 Subject: [PATCH] Accepting request 1089628 from home:manfred-h:X11:xfce - Update to version 4.18.3 * shutdown: Do not set an error when returning TRUE * logout-dialog: Fix use-after-free * Use glib wrappers for memory allocation * build: Fix build when there is no suspend/hibernate support * build: Add suspend support for Solaris * startxfce4: Fix xinit arguments order * manager: Always use xfsm_manager_save_yourself_dbus() (Fixes #106) * settings: Remove useless tooltip * xflock4: Update fallback list * logout-dialog: Lower warning level * shutdown: Keep error NULL when unused * cleanup: Remove dead polkit code * Revert "Fallback to old method for shutdown (bug #8630)." * Use g_critical() instead of g_error() * Use GLib logging functions or g_printerr() instead of g_print() * Use GLib logging functions instead of g_printerr() * build: Fix untranslated policykit file * Escape/unescape string list delimiter when saving/restoring session * Replace XfceRc with GKeyFile for session file parsing * Translation Updates OBS-URL: https://build.opensuse.org/request/show/1089628 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=161 --- xfce4-session-4.18.2.tar.bz2 | 3 --- xfce4-session-4.18.3.tar.bz2 | 3 +++ xfce4-session.changes | 25 +++++++++++++++++++++++++ xfce4-session.spec | 5 +++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 xfce4-session-4.18.2.tar.bz2 create mode 100644 xfce4-session-4.18.3.tar.bz2 diff --git a/xfce4-session-4.18.2.tar.bz2 b/xfce4-session-4.18.2.tar.bz2 deleted file mode 100644 index d0bdb97..0000000 --- a/xfce4-session-4.18.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ff7fe8d4c2091adefc2925c6b7bb93152ba0732e95c9b9e64d8207fdbdeb8a -size 874616 diff --git a/xfce4-session-4.18.3.tar.bz2 b/xfce4-session-4.18.3.tar.bz2 new file mode 100644 index 0000000..9c262c9 --- /dev/null +++ b/xfce4-session-4.18.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382f93e096ec6493098719cab8cc31b93ad9bb469c0715c0c5117d75fe7394ec +size 875517 diff --git a/xfce4-session.changes b/xfce4-session.changes index 07f1a7c..1984e67 100644 --- a/xfce4-session.changes +++ b/xfce4-session.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon May 29 17:28:12 UTC 2023 - Manfred Hollstein + +- Update to version 4.18.3 + * shutdown: Do not set an error when returning TRUE + * logout-dialog: Fix use-after-free + * Use glib wrappers for memory allocation + * build: Fix build when there is no suspend/hibernate support + * build: Add suspend support for Solaris + * startxfce4: Fix xinit arguments order + * manager: Always use xfsm_manager_save_yourself_dbus() (Fixes #106) + * settings: Remove useless tooltip + * xflock4: Update fallback list + * logout-dialog: Lower warning level + * shutdown: Keep error NULL when unused + * cleanup: Remove dead polkit code + * Revert "Fallback to old method for shutdown (bug #8630)." + * Use g_critical() instead of g_error() + * Use GLib logging functions or g_printerr() instead of g_print() + * Use GLib logging functions instead of g_printerr() + * build: Fix untranslated policykit file + * Escape/unescape string list delimiter when saving/restoring session + * Replace XfceRc with GKeyFile for session file parsing + * Translation Updates + ------------------------------------------------------------------- Tue Mar 28 18:10:04 UTC 2023 - Manfred Hollstein diff --git a/xfce4-session.spec b/xfce4-session.spec index 07a9768..63129fa 100644 --- a/xfce4-session.spec +++ b/xfce4-session.spec @@ -18,7 +18,7 @@ %bcond_with git Name: xfce4-session -Version: 4.18.2 +Version: 4.18.3 Release: 0 Summary: Xfce Session Manager License: GPL-2.0-only @@ -42,13 +42,14 @@ BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gio-2.0) >= 2.66.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.66.0 BuildRequires: pkgconfig(gmodule-2.0) >= 2.66.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libwnck-3.0) >= 3.10 BuildRequires: pkgconfig(libxfce4panel-2.0) BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.2 -BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.15.2 +BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.2 BuildRequires: pkgconfig(libxfconf-0) >= 4.12.0 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.102 BuildRequires: pkgconfig(sm)