1
0
forked from pool/xfce4-session

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
This commit is contained in:
Maurizio Galli 2023-06-01 02:50:27 +00:00 committed by Git OBS Bridge
parent 1d733cf7ee
commit a632c0df6d
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01ff7fe8d4c2091adefc2925c6b7bb93152ba0732e95c9b9e64d8207fdbdeb8a
size 874616

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:382f93e096ec6493098719cab8cc31b93ad9bb469c0715c0c5117d75fe7394ec
size 875517

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 29 17:28:12 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
- 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 <manfred.h@gmx.net>

View File

@ -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)