Sync from SUSE:SLFO:Main gnome-session revision 56c1dff2715271708d9697dfcf468aa8
This commit is contained in:
parent
704d2ea707
commit
e871239320
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-session.git</param>
|
||||
<param name="revision">refs/tags/45.0</param>
|
||||
<param name="revision">47.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
gnome-session-45.0.obscpio
(Stored with Git LFS)
BIN
gnome-session-45.0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
gnome-session-47.0.1.obscpio
(Stored with Git LFS)
Normal file
BIN
gnome-session-47.0.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 13:28:13 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0.1:
|
||||
+ Add back gnome-session-ctl.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 18:02:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Allow to disable X11 sessions.
|
||||
+ Updated translations.
|
||||
- Bump base_ver define to 47.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:47:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:23:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.rc:
|
||||
+ Fix for race a shutdown with loginctl terminate-user
|
||||
+ Updates for Access portal changes
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 12:06:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.alpha:
|
||||
+ Make ctrl-c behave better in gnome-session-inhibit.
|
||||
+ Advertise support for headless session.
|
||||
+ Build goo cleanups.
|
||||
+ Copyright header cleanups.
|
||||
+ README cleanups.
|
||||
+ Updated translations.
|
||||
- Drop -D systemd=true -D systemd_journal=true meson parameters: no
|
||||
longer supported to be switched off.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 12:01:16 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-session
|
||||
version: 45.0
|
||||
mtime: 1694951611
|
||||
commit: 998ed1d8ee2ff5396583c284230648625b4103e5
|
||||
version: 47.0.1
|
||||
mtime: 1726749415
|
||||
commit: 51f1872f8e2a60a52126c082531307b9aae05add
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-session
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define basever 45
|
||||
%define basever 47
|
||||
|
||||
Name: gnome-session
|
||||
Version: 45.0
|
||||
Version: 47.0.1
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0-or-later
|
||||
@ -112,8 +112,6 @@ functional GNOME desktop.
|
||||
%build
|
||||
%meson \
|
||||
-D docbook=false \
|
||||
-D systemd=true \
|
||||
-D systemd_journal=true \
|
||||
-D systemduserunitdir=%{_userunitdir} \
|
||||
%{nil}
|
||||
%meson_build
|
||||
@ -185,7 +183,6 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%{_bindir}/gnome-session
|
||||
%{_bindir}/gnome-session-inhibit
|
||||
%{_bindir}/gnome-session-quit
|
||||
%{_datadir}/GConf/gsettings/gnome-session.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
|
||||
%dir %{_datadir}/gnome-session
|
||||
%dir %{_datadir}/gnome-session/sessions
|
||||
|
Loading…
Reference in New Issue
Block a user