Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdenetwork-filesharing for
openSUSE:Factory checked in at 2026-05-11 16:49:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenetwork-filesharing (Old)
and /work/SRC/openSUSE:Factory/.kdenetwork-filesharing.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdenetwork-filesharing"
Mon May 11 16:49:17 2026 rev:82 rq:1351630 version:26.04.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdenetwork-filesharing/kdenetwork-filesharing.changes
2026-05-07 15:43:07.750612461 +0200
+++
/work/SRC/openSUSE:Factory/.kdenetwork-filesharing.new.1966/kdenetwork-filesharing.changes
2026-05-11 16:49:52.750308611 +0200
@@ -1,0 +2,10 @@
+Thu May 7 08:02:38 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/26.04.1/
+- Changes since 26.04.0:
+ * filepropertiesplugin: fix build without systemd
+
+-------------------------------------------------------------------
Old:
----
kdenetwork-filesharing-26.04.0.tar.xz
kdenetwork-filesharing-26.04.0.tar.xz.sig
New:
----
kdenetwork-filesharing-26.04.1.tar.xz
kdenetwork-filesharing-26.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdenetwork-filesharing.spec ++++++
--- /var/tmp/diff_new_pack.6QDVEY/_old 2026-05-11 16:49:53.318331986 +0200
+++ /var/tmp/diff_new_pack.6QDVEY/_new 2026-05-11 16:49:53.318331986 +0200
@@ -21,7 +21,7 @@
%bcond_without released
Name: kdenetwork-filesharing
-Version: 26.04.0
+Version: 26.04.1
Release: 0
Summary: KDE Network Libraries
License: GPL-2.0-or-later
++++++ kdenetwork-filesharing-26.04.0.tar.xz ->
kdenetwork-filesharing-26.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdenetwork-filesharing-26.04.0/samba/filepropertiesplugin/sambausershareplugin.h
new/kdenetwork-filesharing-26.04.1/samba/filepropertiesplugin/sambausershareplugin.h
---
old/kdenetwork-filesharing-26.04.0/samba/filepropertiesplugin/sambausershareplugin.h
2026-04-09 06:18:28.000000000 +0200
+++
new/kdenetwork-filesharing-26.04.1/samba/filepropertiesplugin/sambausershareplugin.h
2026-04-18 14:19:39.000000000 +0200
@@ -20,7 +20,9 @@
#include "groupmanager.h"
#include "model.h"
#include "permissionshelper.h"
+#ifdef USE_SYSTEMD
#include "servicehelper.h"
+#endif
#include "usermanager.h"
#include <memory>
#include <qcorotask.h>
@@ -159,7 +161,9 @@
Q_PROPERTY(UserPermissionModel *userPermissionModel MEMBER m_model
CONSTANT)
Q_PROPERTY(ShareContext *shareContext MEMBER m_context CONSTANT)
Q_PROPERTY(PermissionsHelper *permissionsHelper MEMBER m_permissionsHelper
CONSTANT)
+#ifdef USE_SYSTEMD
Q_PROPERTY(ServiceHelper *serviceHelper MEMBER m_serviceHelper CONSTANT)
+#endif
Q_PROPERTY(GroupManager *groupManager MEMBER m_groupManager CONSTANT)
Q_PROPERTY(QString bugReportUrl READ bugReportUrl CONSTANT)
@@ -209,7 +213,9 @@
UserPermissionModel *m_model = nullptr;
UserManager *m_userManager = nullptr;
PermissionsHelper *m_permissionsHelper = nullptr;
+#ifdef USE_SYSTEMD
ServiceHelper *m_serviceHelper = nullptr;
+#endif
GroupManager *m_groupManager = nullptr;
QStringList m_addressList;
bool m_checkingService = true;