Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package owncloud-dolphin for 
openSUSE:Leap:16.0 checked in at 2025-08-01 08:31:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/owncloud-dolphin (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.owncloud-dolphin.new.1944 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-dolphin"

Fri Aug  1 08:31:33 2025 rev:2 rq:1293963 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/owncloud-dolphin/owncloud-dolphin.changes      
2025-03-19 11:53:31.458826923 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.owncloud-dolphin.new.1944/owncloud-dolphin.changes
    2025-08-01 08:32:11.596110596 +0200
@@ -1,0 +2,26 @@
+Wed Jul 16 21:46:08 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Fix %install
+
+-------------------------------------------------------------------
+Mon Jan 27 20:33:51 UTC 2025 - Christian Tallner <chrt...@gmx.de>
+
+- Added package dependency on owncloud-extensions-resources 
+
+-------------------------------------------------------------------
+Mon Jan 27 19:53:56 UTC 2025 - Christian Tallner <chrt...@gmx.de>
+
+- Updated to 6.0.0
+- Changes since 5.0.0:
+  * Set a project version
+  * Cleanup
+  * Depend on the icons to be present
+  * Use a tumbleweed container in Ubuntu for CI to build with KF6
+  * Different split code to satisfy review
+  * Use pragma once consistently and add license header
+  * Fix workflow description: Use Ubu 24.04 and use KF6
+  * Update README
+  * Cleanups, fixed the json.in
+  * Port to KF6, splitting a header for the action plugin
+
+-------------------------------------------------------------------

Old:
----
  client-desktop-shell-integration-dolphin-5.0.0.tar.gz

New:
----
  v6.0.0.tar.gz

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

Other differences:
------------------
++++++ owncloud-dolphin.spec ++++++
--- /var/tmp/diff_new_pack.b8ik8W/_old  2025-08-01 08:32:11.828120269 +0200
+++ /var/tmp/diff_new_pack.b8ik8W/_new  2025-08-01 08:32:11.832120436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package owncloud-dolphin
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,29 @@
 #
 
 
+%define kf6_ver 6.1.0
+%define qt6_ver 6.5.0
 Name:           owncloud-dolphin
-Version:        5.0.0
+Version:        6.0.0
 Release:        0
 Summary:        Dolphin Integrations for the ownCloud desktop syncing client
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
-URL:            https://owncloud.org/download
-Source0:        client-desktop-shell-integration-dolphin-%{version}.tar.gz
+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:  extra-cmake-modules
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  kf6-extra-cmake-modules >= 6.0.0
+BuildRequires:  owncloud-extensions-resources
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF6Bookmarks) >= %{kf6_ver}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_ver}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_ver}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_ver}
+BuildRequires:  cmake(Qt6Gui) >= %{qt6_ver}
+BuildRequires:  cmake(Qt6Network) >= %{qt6_ver}
+Requires:       owncloud-extensions-resources
 Provides:       owncloud-client-dolphin = %{version}
 Obsoletes:      owncloud-client-dolphin < %{version}
 
@@ -39,23 +47,27 @@
 This package provides shell integration for the ownCloud desktop sync client 
for KDE dolphin.
 
 %prep
-%autosetup -p1 -n client-desktop-shell-integration-dolphin-%{version}
+%autosetup -n client-desktop-shell-integration-dolphin-%{version}
 
 %build
-%cmake
-%cmake_build
+%cmake_kf6
+%{kf6_build}
 
 %install
-%cmake_install
+%kf6_install
 
 %ldconfig_scriptlets
 
+%check
+%ctest
+
 %files
 %{_libdir}/libownclouddolphinpluginhelper.so
-%{_libdir}/qt5/plugins/kf5/overlayicon/ownclouddolphinoverlayplugin.so
-%{_libdir}/qt5/plugins/ownclouddolphinactionplugin.so
-%{_datadir}/kservices5/ownclouddolphinactionplugin.desktop
-%dir %{_libdir}/qt5/plugins/kf5/overlayicon
-%doc README
+%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
 

Reply via email to