Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cinnamon-session for
openSUSE:Factory checked in at 2023-12-03 20:48:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-session (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-session.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-session"
Sun Dec 3 20:48:40 2023 rev:26 rq:1130389 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2022-02-13 00:16:15.528262941 +0100
+++
/work/SRC/openSUSE:Factory/.cinnamon-session.new.25432/cinnamon-session.changes
2023-12-03 20:49:00.906220822 +0100
@@ -1,0 +2,35 @@
+Sat Dec 2 08:47:42 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 6.0.0:
+ * Fix meson.build deprecations up to 0.56.0
+ * wayland: Don't use egg library
+ * wayland: Replace cs-idle-monitor with gnome-idle-monitor
+ * wayland: Add compatibility
+ * wayland: Add DisplayServer phase
+ * wayland: Reimplement logout/inhibit dialogs as a separate
+ process
+ * Clean up and unify logging for session failures
+ * More cleanup - leftover includes, unused files
+ * Fix build.
+ * Don't make a required component failure fatal.
+ * On required app failure, log both the app and startup ID.
+ * csm-manager: Remove maybe_restart_user_bus.
+ * main.c: Don't direct logging to the journal.
+ * csm-manager: Terminate the logout dialog at the beginning of
+ the session end phase, not the end.
+ * cinnamon-session-quit: Set modal.
+ * l10n: Update POT
+ * cinnamon-session (5.8.1) victoria; urgency=medium
+ * Block touchegg from autostarting.
+ * cinnamon-session (5.8.0) victoria; urgency=medium
+ * main.c: Don't set GTK_OVERLAY_SCROLLING.
+ * github workflow: Add optional ssh session.
+ * cinnamon-session (5.6.0) vera; urgency=medium
+ * Fix .gitignore for builds
+ * Accept Desktop Entry Specification v1.5
+ * Use github instead of circleci.
+ * cinnamon-session (5.4.0) vanessa; urgency=medium
+ * Remove gconf code, disable docs, remove doc dependencies.
+ * CI: Update targets
+
+-------------------------------------------------------------------
Old:
----
cinnamon-session-5.2.0.tar.gz
New:
----
cinnamon-session-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-session.spec ++++++
--- /var/tmp/diff_new_pack.OQmJGd/_old 2023-12-03 20:49:01.426239919 +0100
+++ /var/tmp/diff_new_pack.OQmJGd/_new 2023-12-03 20:49:01.430240066 +0100
@@ -1,7 +1,7 @@
#
# spec file for package cinnamon-session
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: cinnamon-session
-Version: 5.2.0
+Version: 6.0.0
Release: 0
Summary: The session manager for the Cinnamon Desktop
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -33,6 +33,7 @@
BuildRequires: update-desktop-files
BuildRequires: xmlto
BuildRequires: xtrans
+BuildRequires: pkgconfig(cinnamon-desktop)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glib-2.0)
@@ -61,8 +62,6 @@
%build
%meson \
- -Ddocbook=true \
- -Dgconf=false \
-Dipv6=true \
-Dxtrans=true
%meson_build
@@ -73,11 +72,6 @@
# We should own this directory.
mkdir -p %{buildroot}%{_datadir}/%{name}/sessions/
-# Fix documentation location.
-mkdir -p %{buildroot}%{_docdir}/
-mv -f %{buildroot}%{_datadir}/doc/%{name}/ \
- %{buildroot}%{_docdir}/%{name}/
-
# Use systemd-logind for suspend by default.
install -Dpm 0644 %{SOURCE1} \
%{buildroot}%{_datadir}/glib-2.0/schemas/org.cinnamon.desktop.session.gschema.override
@@ -85,8 +79,6 @@
%files
%license COPYING
%doc AUTHORS README README.md
-%dir %{_docdir}/%{name}/dbus/
-%doc %{_docdir}/%{name}/dbus/%{name}.html
%{_bindir}/%{name}
%{_bindir}/%{name}-quit
%{_libexecdir}/%{name}-check-accelerated*
++++++ cinnamon-session-5.2.0.tar.gz -> cinnamon-session-6.0.0.tar.gz ++++++
++++ 11193 lines of diff (skipped)