Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-settings-daemon for
openSUSE:Factory checked in at 2026-04-26 21:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-settings-daemon"
Sun Apr 26 21:11:07 2026 rev:210 rq:1348434 version:50.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes
2026-04-10 17:47:29.372148090 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.11940/gnome-settings-daemon.changes
2026-04-26 21:12:29.120294420 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 06:06:49 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.1:
+ + Build improvements for systemd-less systems
+
+-------------------------------------------------------------------
Old:
----
gnome-settings-daemon-50.0.tar.xz
New:
----
gnome-settings-daemon-50.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.VsbBzV/_old 2026-04-26 21:12:29.812322714 +0200
+++ /var/tmp/diff_new_pack.VsbBzV/_new 2026-04-26 21:12:29.816322878 +0200
@@ -30,7 +30,7 @@
%define base_ver 50
Name: gnome-settings-daemon
-Version: 50.0
+Version: 50.1
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0-or-later AND LGPL-2.1-only
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.VsbBzV/_old 2026-04-26 21:12:29.856324513 +0200
+++ /var/tmp/diff_new_pack.VsbBzV/_new 2026-04-26 21:12:29.860324677 +0200
@@ -1,6 +1,6 @@
-mtime: 1774255312
-commit: 98721964a9dad4a3b995b2751e9eaab13239d8f46ac6b7054afb488021e3a64b
+mtime: 1776319692
+commit: 4bd56e32126e69af2d1ea3910e4f14078637d3800b6441d52a0666cd02198e27
url: https://src.opensuse.org/GNOME/gnome-settings-daemon
-revision: 98721964a9dad4a3b995b2751e9eaab13239d8f46ac6b7054afb488021e3a64b
+revision: 4bd56e32126e69af2d1ea3910e4f14078637d3800b6441d52a0666cd02198e27
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
++++++ _service ++++++
--- /var/tmp/diff_new_pack.VsbBzV/_old 2026-04-26 21:12:29.884325658 +0200
+++ /var/tmp/diff_new_pack.VsbBzV/_new 2026-04-26 21:12:29.888325822 +0200
@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param
name="url">https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git</param>
- <param name="revision">50.0</param>
+ <param name="revision">50.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
++++++ build.specials.obscpio ++++++
++++++ 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-04-17 11:56:02.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*
++++++ gnome-settings-daemon-50.0.tar.xz -> gnome-settings-daemon-50.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-settings-daemon-50.0/NEWS
new/gnome-settings-daemon-50.1/NEWS
--- old/gnome-settings-daemon-50.0/NEWS 2026-03-15 01:42:54.000000000 +0100
+++ new/gnome-settings-daemon-50.1/NEWS 2026-04-14 23:54:53.000000000 +0200
@@ -1,4 +1,9 @@
============
+Version 50.1
+============
+- Build improvements for systemd-less systems
+
+============
Version 50.0
============
- Translation updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-settings-daemon-50.0/meson.build
new/gnome-settings-daemon-50.1/meson.build
--- old/gnome-settings-daemon-50.0/meson.build 2026-03-15 01:42:54.000000000
+0100
+++ new/gnome-settings-daemon-50.1/meson.build 2026-04-14 23:54:53.000000000
+0200
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '50.0',
+ version: '50.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.64.0'
)
@@ -110,19 +110,24 @@
upower_glib_dep = dependency('upower-glib', version: '>= 0.99.12')
enable_systemd = get_option('systemd')
+enable_systemd_units = get_option('systemd-units')
enable_elogind = get_option('elogind')
if enable_systemd and enable_elogind
error('Only systemd or elogind support should be activated')
elif enable_systemd
- systemd_dep = dependency('systemd', version: '>= 243', required: true)
libsystemd_dep = dependency('libsystemd', version: '>= 243', required: true)
- systemd_userunitdir = systemd_dep.get_variable(pkgconfig:
'systemduserunitdir',
- pkgconfig_define: ['prefix',
gsd_prefix])
elif enable_elogind
elogind_dep = dependency('libelogind', version: '>= 209', required: true)
endif
+if enable_systemd_units or enable_systemd
+ systemd_dep = dependency('systemd', version: '>= 243', required: false)
+ systemd_userunitdir = systemd_dep.get_variable(pkgconfig:
'systemduserunitdir',
+ pkgconfig_define: ['prefix',
gsd_prefix],
+ default_value: gsd_prefix /
gsd_libdir / 'systemd/user')
+endif
+
config_h.set10('HAVE_SYSTEMD_LIB', enable_systemd or enable_elogind)
m_dep = cc.find_library('m')
@@ -282,7 +287,7 @@
output += ' USB Protection support: ' +
enable_usb_protection.to_string() + '\n'
output += ' Cups support: ' + enable_cups.to_string() + '\n'
output += ' RFKill support: ' + enable_rfkill.to_string() +
'\n'
-if enable_systemd
+if enable_systemd_units
output += ' Systemd user unit dir: ' + systemd_userunitdir + '\n'
endif
if enable_rfkill
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-settings-daemon-50.0/meson_options.txt
new/gnome-settings-daemon-50.1/meson_options.txt
--- old/gnome-settings-daemon-50.0/meson_options.txt 2026-03-15
01:42:54.000000000 +0100
+++ new/gnome-settings-daemon-50.1/meson_options.txt 2026-04-14
23:54:53.000000000 +0200
@@ -1,5 +1,6 @@
option('udev_dir', type: 'string', value: '', description: 'Absolute path of
the udev base directory')
option('systemd', type: 'boolean', value: true, description: 'Enable systemd
integration')
+option('systemd-units', type: 'boolean', value: true, description: 'Enable
systemd unit installation')
option('elogind', type: 'boolean', value: false, description: 'Use elogind')
option('alsa', type: 'boolean', value: true, description: 'build with ALSA
support (not optional on Linux platforms)')
option('gudev', type: 'boolean', value: true, description: 'build with gudev
device support (not optional on Linux platforms)')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-settings-daemon-50.0/plugins/meson.build
new/gnome-settings-daemon-50.1/plugins/meson.build
--- old/gnome-settings-daemon-50.0/plugins/meson.build 2026-03-15
01:42:54.000000000 +0100
+++ new/gnome-settings-daemon-50.1/plugins/meson.build 2026-04-14
23:54:53.000000000 +0200
@@ -127,7 +127,7 @@
endif
unit_conf.set('plugin_gate_units_section',
'\n'.join(gate_unit_section))
- if enable_systemd
+ if enable_systemd_units or enable_systemd
configure_file(
input: 'gsd.service.in',
output: user_service,
@@ -141,17 +141,6 @@
install_dir: systemd_userunitdir
)
- # Wipe out old target names if our prefix differes from the
- # systemd one, i.e. we are probably in a virtual environment and
- # may be picking up old units from a system installation.
- # This saves a lot of pain when running a new g-s-d inside
- # jhbuild on an old host.
- # TODO: Should be deleted once we can assume developers have 3.38
- # installed on their machines.
- if gsd_prefix != systemd_dep.get_variable(pkgconfig: 'prefix')
- meson.add_install_script('sh', '-c', 'ln -vfs /dev/null
"${DESTDIR:-}$1"', 'sh', systemd_userunitdir /
'gsd-@[email protected]'.format(plugin_name))
- endif
-
foreach target: gates_all
meson.add_install_script('meson-add-wants.sh',
systemd_userunitdir, target + '.wants/', user_service)
endforeach
++++++ gnome-settings-daemon.obsinfo ++++++
--- /var/tmp/diff_new_pack.VsbBzV/_old 2026-04-26 21:12:30.776362130 +0200
+++ /var/tmp/diff_new_pack.VsbBzV/_new 2026-04-26 21:12:30.776362130 +0200
@@ -1,5 +1,5 @@
name: gnome-settings-daemon
-version: 50.0
-mtime: 1773535374
-commit: 0037c5aab6ea7141640c1919d2fae7a604c61551
+version: 50.1
+mtime: 1776203693
+commit: ec681847221cf44e658363b9d8137b4cbae7b321