Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2026-04-10 17:45:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Fri Apr 10 17:45:53 2026 rev:220 rq:1345377 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2025-11-27 15:19:35.295988064 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new.21863/gnome-session.changes   
2026-04-10 17:47:06.223193123 +0200
@@ -1,0 +2,70 @@
+Mon Mar 23 08:41:37 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Sat Mar 14 10:17:45 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + No changes, version bump only.
+
+-------------------------------------------------------------------
+Tue Mar  3 07:37:20 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc:
+  + Hid availability of session save/restore support. This feature
+    has been postponed to a future release of GNOME
+  + Fixed bug where inhibitors list doesn't update in end-session
+    dialog
+  + Refactored CanShutdown() to more accurately represent the
+    availability of the shutdown action, including API-incompatible
+    changes that allow it to report inhibitor status,
+    needs-authentication status, and so on
+  + Introduced CanReboot(), which enables the rest of the session
+    to hide reboot buttons if rebooting isn't actually available
+  + Introduced CanSuspend() and Suspend(), for putting the system
+    to sleep
+  + GNOME's logind sleep inhibitor was downgraded from a
+    type='block' to a type='block-weak'. This restores the behavior
+    of the inhibitor prior to systemd v257
+  + We now ignore sleep inhibitors when the user manually suspends
+    the system. The user will likely need to authenticate before
+    ignoring the inhibitors. Note that systemd will, by default,
+    also automatically ignore sleep inhibitors when a laptop's lid
+    is closed.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 10 13:32:35 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + Updates to mimeapps.list: Incorporated latest changes to
+    Font Viewer, Software, and Loupe
+- Changes from version 50.alpha:
+  + Updated documentation to reflect the major changes in GNOME 49
+    work better in non-systemd environments
+  + Removed version number from gettext POT name, which should make
+    translations easier on services like launchpad.net
+  + Fixed bug with offline updates that prevented gnome-shell from
+    converting a shutdown into a reboot
+  + Improved safety check that enforces only one active graphical
+    session per user by checking for any running graphical session,
+    not just another GNOME session
+  + Dropped support for running X11 sessions. Note that this
+    dropped all display server specific unit files, since the
+    generic gnome-session*.target units are now Wayland-only
+  + Implemented initial plumbing for session save/restore
+  + Reworked unit files to adapt to new changes where gnome-shell's
+    unit file takes the gnome-shell mode as its argument. This
+    makes it easier for kiosk sessions or other special/custom
+    sessions to use gnome-shell modes
+  + Dropped unused dependencies: json-glib and gtk4
+  + Updates to mimeapps.list: Added Shaper (new GTK icon editor
+    tool) and fixed bugs with GNOME Disk Utility
+  + Updated translations
+- Drop pkgconfig(gtk4) and pkgconfig(json-glib-1.0) BuildRequires:
+  no longer required
+- Drop basever defines: no longer needed as translations are now
+  uinversioned.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-49.2.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gnome-session-50.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.jWTHY9/_old  2026-04-10 17:47:07.907262415 +0200
+++ /var/tmp/diff_new_pack.jWTHY9/_new  2026-04-10 17:47:07.911262579 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-session
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,14 @@
 #
 
 
-%define basever 49
-
 Name:           gnome-session
-Version:        49.2
+Version:        50.0
 Release:        0
 Summary:        Session Tools for the GNOME Desktop
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 URL:            https://www.gnome.org
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -40,9 +38,7 @@
 BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.82.0
 BuildRequires:  pkgconfig(gnome-desktop-4) >= 3.24.2
-BuildRequires:  pkgconfig(gtk4) >= 3.22.0
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(json-glib-1.0) >= 0.10
 BuildRequires:  pkgconfig(libsystemd) >= 209
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(systemd) >= 242
@@ -87,7 +83,7 @@
 
 %install
 %meson_install
-%find_lang %{name}-%{basever} %{?no_lang_C}
+%find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}/%{_prefix}
 
 # Prepare for 'default.desktop' being update-alternative handled, boo#1039756
@@ -110,7 +106,6 @@
 %dir %{_datadir}/wayland-sessions
 %{_datadir}/wayland-sessions/default.desktop
 %{_datadir}/wayland-sessions/gnome.desktop
-%{_datadir}/wayland-sessions/gnome-wayland.desktop
 %ghost %{_sysconfdir}/alternatives/default-waylandsession.desktop
 %{_bindir}/gnome-session
 %{_bindir}/gnome-session-inhibit
@@ -134,8 +129,7 @@
 %{_userunitdir}/gnome-session-restart-dbus.service
 %{_userunitdir}/gnome-session-shutdown.target
 %{_userunitdir}/gnome-session-signal-init.service
-%{_userunitdir}/gnome-session-wayland.target
-%{_userunitdir}/[email protected]
+%{_userunitdir}/gnome-session-services.target
 %{_userunitdir}/gnome-session-x11-services-ready.target
 %{_userunitdir}/gnome-session-x11-services.target
 %{_userunitdir}/gnome-session.target
@@ -148,5 +142,5 @@
 %dir %{_userunitdir}/[email protected]
 %{_userunitdir}/[email protected]/gnome.session.conf
 
-%files lang -f %{name}-%{basever}.lang
+%files lang -f %{name}.lang
 

++++++ _scmsync.obsinfo ++++++
mtime: 1774255297
commit: bd3d96e256a7ffb63cddab2b1132585a8cb355d59347b1d1c1e3f103307777d4
url: https://src.opensuse.org/GNOME/gnome-session
revision: bd3d96e256a7ffb63cddab2b1132585a8cb355d59347b1d1c1e3f103307777d4
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jWTHY9/_old  2026-04-10 17:47:07.975265212 +0200
+++ /var/tmp/diff_new_pack.jWTHY9/_new  2026-04-10 17:47:07.979265377 +0200
@@ -3,18 +3,17 @@
   <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">49.2</param>
+    <param name="revision">50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--    <param name="changesgenerate">enable</param> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-24 12:06:49.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gnome-session.obsinfo ++++++
--- /var/tmp/diff_new_pack.jWTHY9/_old  2026-04-10 17:47:08.087269821 +0200
+++ /var/tmp/diff_new_pack.jWTHY9/_new  2026-04-10 17:47:08.091269985 +0200
@@ -1,5 +1,5 @@
 name: gnome-session
-version: 49.2
-mtime: 1764029669
-commit: 645dd6ef78d912cd57c395efeb3f5a0c8110dfb2
+version: 50.0
+mtime: 1773439431
+commit: 9d3b90ab0de1a3b479f8628446ac3e5b08cd71c1
 

Reply via email to