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 2025-03-06 14:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-dolphin (Old)
 and      /work/SRC/openSUSE:Factory/.owncloud-dolphin.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-dolphin"

Thu Mar  6 14:49:34 2025 rev:2 rq:1250567 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-dolphin/owncloud-dolphin.changes        
2024-01-04 16:00:29.891315121 +0100
+++ 
/work/SRC/openSUSE:Factory/.owncloud-dolphin.new.19136/owncloud-dolphin.changes 
    2025-03-06 14:50:30.341910798 +0100
@@ -1,0 +2,21 @@
+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.p1NLzD/_old  2025-03-06 14:50:30.849932102 +0100
+++ /var/tmp/diff_new_pack.p1NLzD/_new  2025-03-06 14:50:30.849932102 +0100
@@ -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} -C build
 
 %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