Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wall-broadcaster for 
openSUSE:Factory checked in at 2026-08-09 21:33:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wall-broadcaster (Old)
 and      /work/SRC/openSUSE:Factory/.wall-broadcaster.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wall-broadcaster"

Sun Aug  9 21:33:57 2026 rev:2 rq:1370054 version:0.4.1+git20260806.19775bc

Changes:
--------
--- /work/SRC/openSUSE:Factory/wall-broadcaster/wall-broadcaster.changes        
2026-05-23 23:26:28.262492192 +0200
+++ 
/work/SRC/openSUSE:Factory/.wall-broadcaster.new.16738/wall-broadcaster.changes 
    2026-08-09 21:35:44.395000066 +0200
@@ -1,0 +2,7 @@
+Thu Aug 06 13:05:18 UTC 2026 - Thorsten Kukuk <[email protected]>
+
+- Update to version 0.4.1+git20260806.19775bc:
+  * Release version 0.4.1
+  * Add and document userwall-bcst-gateway.service
+
+-------------------------------------------------------------------

Old:
----
  wall-broadcaster-0.4.0+git20260513.fc6c03a.tar.xz

New:
----
  wall-broadcaster-0.4.1+git20260806.19775bc.tar.xz

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

Other differences:
------------------
++++++ wall-broadcaster.spec ++++++
--- /var/tmp/diff_new_pack.gou25F/_old  2026-08-09 21:35:45.119024653 +0200
+++ /var/tmp/diff_new_pack.gou25F/_new  2026-08-09 21:35:45.123024789 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           wall-broadcaster
-Version:        0.4.0+git20260513.fc6c03a
+Version:        0.4.1+git20260806.19775bc
 Release:        0
 Summary:        Service to broadcast wall messages via dbus
 License:        GPL-2.0-or-later
@@ -80,6 +80,7 @@
 %{_mandir}/man1/wall-bcst-watcher.1%{?ext_man}
 %{_mandir}/man8/wall-broadcaster.8%{?ext_man}
 %{_prefix}/lib/systemd/system/wall-broadcaster.service
+%{_prefix}/lib/systemd/user/wall-bcst-gateway.service
 
 %files gtk4
 %license LICENSE

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gou25F/_old  2026-08-09 21:35:45.171026419 +0200
+++ /var/tmp/diff_new_pack.gou25F/_new  2026-08-09 21:35:45.175026555 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/thkukuk/wall-broadcaster.git</param>
-<param 
name="changesrevision">fc6c03ab05e4f3d889e3b26f00516ce30aa75d05</param></service></servicedata>
+<param 
name="changesrevision">19775bc6f0156c79dca74a74bbb95bbd34e6a8c2</param></service></servicedata>
 (No newline at EOF)
 

++++++ wall-broadcaster-0.4.0+git20260513.fc6c03a.tar.xz -> 
wall-broadcaster-0.4.1+git20260806.19775bc.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wall-broadcaster-0.4.0+git20260513.fc6c03a/README.md 
new/wall-broadcaster-0.4.1+git20260806.19775bc/README.md
--- old/wall-broadcaster-0.4.0+git20260513.fc6c03a/README.md    2026-05-13 
15:14:11.000000000 +0200
+++ new/wall-broadcaster-0.4.1+git20260806.19775bc/README.md    2026-08-06 
15:01:53.000000000 +0200
@@ -27,7 +27,9 @@
 
 ### wall-bcst-gateway
 
-This application will register to the system dbus and the user session dbus of 
the Desktop Environment and convert messages coming from 
org.opensuse.WallBroadcast to Freedesktop notifications. It should be run by 
the user.
+This application will register to the system dbus and the user session dbus of 
the Desktop Environment and convert messages coming from 
org.opensuse.WallBroadcast to Freedesktop notifications. It's available as 
systemd user service and should be run by the user.
+
+Run `systemctl --user enable --now wall-bcst-gateway.service` as user to 
enable and start the service.
 
 ### wall-bcst-watcher
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wall-broadcaster-0.4.0+git20260513.fc6c03a/man/wall-bcst-gateway.1.xml 
new/wall-broadcaster-0.4.1+git20260806.19775bc/man/wall-bcst-gateway.1.xml
--- old/wall-broadcaster-0.4.0+git20260513.fc6c03a/man/wall-bcst-gateway.1.xml  
2026-05-13 15:14:11.000000000 +0200
+++ new/wall-broadcaster-0.4.1+git20260806.19775bc/man/wall-bcst-gateway.1.xml  
2026-08-06 15:01:53.000000000 +0200
@@ -49,6 +49,15 @@
   </refsect1>
 
   <refsect1>
+    <title>SYSTEMD</title>
+    <para>A systemd user service is provided to start 
<command>wall-bcst-gateway</command> automatically at login. It can be enabled 
with:</para>
+    <para>
+      <literal>systemctl --user enable --now 
wall-bcst-gateway.service</literal>
+    </para>
+    <para>This will start the gateway service immediately and every time the 
user logs in.</para>
+  </refsect1>
+
+  <refsect1>
     <title>SEE ALSO</title>
     <para>
       <citerefentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wall-broadcaster-0.4.0+git20260513.fc6c03a/meson.build 
new/wall-broadcaster-0.4.1+git20260806.19775bc/meson.build
--- old/wall-broadcaster-0.4.0+git20260513.fc6c03a/meson.build  2026-05-13 
15:14:11.000000000 +0200
+++ new/wall-broadcaster-0.4.1+git20260806.19775bc/meson.build  2026-08-06 
15:01:53.000000000 +0200
@@ -13,7 +13,7 @@
                   'werror=true',
                  'warning_level=2'],
   license : ['GPL-2.0-or-later'],
-  version : '0.4.0',
+  version : '0.4.1',
 )
 
 conf = configuration_data()
@@ -54,6 +54,7 @@
 endif
 libexecdir = get_option('libexecdir')
 systemunitdir = prefixdir / 'lib/systemd/system'
+userunitdir = prefixdir / 'lib/systemd/user'
 dbuspolicydir = prefixdir / 'share/dbus-1/system.d'
 
 libsystemd = dependency('libsystemd', required : true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wall-broadcaster-0.4.0+git20260513.fc6c03a/units/meson.build 
new/wall-broadcaster-0.4.1+git20260806.19775bc/units/meson.build
--- old/wall-broadcaster-0.4.0+git20260513.fc6c03a/units/meson.build    
2026-05-13 15:14:11.000000000 +0200
+++ new/wall-broadcaster-0.4.1+git20260806.19775bc/units/meson.build    
2026-08-06 15:01:53.000000000 +0200
@@ -1 +1,2 @@
 install_data('wall-broadcaster.service', install_dir : systemunitdir)
+install_data('wall-bcst-gateway.service', install_dir : userunitdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wall-broadcaster-0.4.0+git20260513.fc6c03a/units/wall-bcst-gateway.service 
new/wall-broadcaster-0.4.1+git20260806.19775bc/units/wall-bcst-gateway.service
--- 
old/wall-broadcaster-0.4.0+git20260513.fc6c03a/units/wall-bcst-gateway.service  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/wall-broadcaster-0.4.1+git20260806.19775bc/units/wall-bcst-gateway.service  
    2026-08-06 15:01:53.000000000 +0200
@@ -0,0 +1,10 @@
+[Unit]
+Description=Wall Broadcast Gateway
+After=graphical-session.target dbus.socket
+
+[Service]
+ExecStart=/usr/bin/wall-bcst-gateway
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Reply via email to