Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package owncloud-dolphin for
openSUSE:Factory checked in at 2026-02-12 17:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-dolphin (Old)
and /work/SRC/openSUSE:Factory/.owncloud-dolphin.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "owncloud-dolphin"
Thu Feb 12 17:29:51 2026 rev:4 rq:1332688 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-dolphin/owncloud-dolphin.changes
2025-07-17 17:20:15.215468521 +0200
+++
/work/SRC/openSUSE:Factory/.owncloud-dolphin.new.1977/owncloud-dolphin.changes
2026-02-12 17:30:08.626356189 +0100
@@ -1,0 +2,7 @@
+Thu Feb 12 11:50:15 UTC 2026 - Christophe Marin <[email protected]>
+
+- Spec cleanup
+- Install owncloud-dolphin if both owncloud-client and dolphin
+ are installed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ owncloud-dolphin.spec ++++++
--- /var/tmp/diff_new_pack.HiZ4vK/_old 2026-02-12 17:30:09.702401781 +0100
+++ /var/tmp/diff_new_pack.HiZ4vK/_new 2026-02-12 17:30:09.702401781 +0100
@@ -1,7 +1,7 @@
#
# spec file for package owncloud-dolphin
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -23,12 +23,9 @@
Release: 0
Summary: Dolphin Integrations for the ownCloud desktop syncing client
License: GPL-2.0-or-later
-Group: Productivity/Networking/Other
URL:
https://github.com/owncloud/client-desktop-shell-integration-dolphin
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
-BuildRequires: cmake >= 2.8.11
-BuildRequires: gcc
-BuildRequires: gcc-c++
+BuildRequires: cmake >= 3.18
BuildRequires: kf6-extra-cmake-modules >= 6.0.0
BuildRequires: owncloud-extensions-resources
BuildRequires: pkgconfig
@@ -38,20 +35,23 @@
BuildRequires: cmake(Qt6Core) >= %{qt6_ver}
BuildRequires: cmake(Qt6Gui) >= %{qt6_ver}
BuildRequires: cmake(Qt6Network) >= %{qt6_ver}
+Supplements: (owncloud-client and dolphin)
Requires: owncloud-extensions-resources
Provides: owncloud-client-dolphin = %{version}
Obsoletes: owncloud-client-dolphin < %{version}
%description
-This package provides shell integration for the ownCloud desktop sync client
for KDE dolphin.
+This package provides shell integration for the ownCloud desktop sync client
+for KDE dolphin.
%prep
%autosetup -n client-desktop-shell-integration-dolphin-%{version}
%build
%cmake_kf6
-%{kf6_build}
+
+%kf6_build
%install
%kf6_install
@@ -62,12 +62,12 @@
%ctest
%files
+%license COPYING
+%doc README.md
%{_libdir}/libownclouddolphinpluginhelper.so
%dir %{_libdir}/qt6/plugins/kf6/kfileitemaction
%{_libdir}/qt6/plugins/kf6/kfileitemaction/ownclouddolphinactionplugin.so
%dir %{_libdir}/qt6/plugins/kf6/overlayicon
%{_libdir}/qt6/plugins/kf6/overlayicon/ownclouddolphinoverlayplugin.so
%{_libdir}/qt6/plugins/ownclouddolphinactionplugin.so
-%doc README.md
-%license COPYING