Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2026-02-12 17:29:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
 and      /work/SRC/openSUSE:Factory/.owncloud-client.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-client"

Thu Feb 12 17:29:53 2026 rev:47 rq:1332689 version:6.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2024-12-18 20:09:36.711950773 +0100
+++ 
/work/SRC/openSUSE:Factory/.owncloud-client.new.1977/owncloud-client.changes    
    2026-02-12 17:30:10.978455848 +0100
@@ -1,0 +2,9 @@
+Thu Feb 12 11:00:36 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.0.3. Check the CHANGELOG.md file for the full list
+  of changes
+  * Fixes CVE-2025-64441
+- Drop patch, merged upstream:
+  * owncloud-qt68.patch
+
+-------------------------------------------------------------------

Old:
----
  ownCloud_os-5.3.1.obscpio
  owncloud-qt68.patch

New:
----
  ownCloud_os-6.0.3.obscpio

----------(Old B)----------
  Old:- Drop patch, merged upstream:
  * owncloud-qt68.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.XiWvQi/_old  2026-02-12 17:30:12.158505847 +0100
+++ /var/tmp/diff_new_pack.XiWvQi/_new  2026-02-12 17:30:12.158505847 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package owncloud-client
 #
-# Copyright (c) 2024 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
@@ -17,37 +17,28 @@
 
 
 # The minimum required version of qtkeychain
-%define keychain_version 0.12.0
+%define keychain_version 0.13.0
 # old rpm without /usr/etc
 %if 0%{?suse_version} && 0%{?suse_version} <= 1500
 %global _distconfdir /etc
 %endif
-
 Name:           owncloud-client
-Version:        5.3.1
+Version:        6.0.3
 Release:        0
 Summary:        The ownCloud synchronization client
 License:        GPL-2.0-only AND GPL-3.0-only
-Group:          Productivity/Networking/Other
 URL:            https://owncloud.com/desktop-app
 Source0:        ownCloud_os-%{version}.tar.xz
-Source2:        69-sync-inotify.conf
+Source1:        69-sync-inotify.conf
+Source2:        ownCloud.conf
 Source3:        README.source
-Source4:        ownCloud.conf
-# PATCH-FIX-UPSTREAM
-Patch0:         owncloud-qt68.patch
-
-BuildRequires:  cmake >= 2.8.11
-BuildRequires:  extra-cmake-modules
-
+BuildRequires:  cmake >= 3.18
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  kf6-extra-cmake-modules >= 6.0.0
 BuildRequires:  pkgconfig
-BuildRequires:  qt6-core-private-devel
-BuildRequires:  qt6-gui-private-devel
-BuildRequires:  qt6-widgets-private-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  shared-mime-info
 BuildRequires:  cmake(KDSingleApplication-qt6)
-BuildRequires:  cmake(LibreGraphAPI)
+BuildRequires:  cmake(LibreGraphAPI) >= 1.0.4
 BuildRequires:  cmake(Qt6Concurrent)
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6DBus)
@@ -55,19 +46,17 @@
 BuildRequires:  cmake(Qt6Keychain) >= %{keychain_version}
 BuildRequires:  cmake(Qt6LinguistTools)
 BuildRequires:  cmake(Qt6Network)
-BuildRequires:  cmake(Qt6Sql)
+BuildRequires:  cmake(Qt6Quick)
+BuildRequires:  cmake(Qt6QuickControls2)
+BuildRequires:  cmake(Qt6QuickWidgets)
 BuildRequires:  cmake(Qt6Test)
+BuildRequires:  cmake(Qt6Widgets)
 BuildRequires:  cmake(Qt6Xml)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
 Requires:       libowncloudsync0 = %{version}
 Requires:       owncloud-extensions-resources
-Requires:       qt6-sql-sqlite
-Suggests:       %{name}-nautilus
-Suggests:       %{name}-nemo
-Suggests:       owncloud-dolphin
-Supplements:    (%{name} and nautilus)
 Obsoletes:      libocsync-devel
 Obsoletes:      libocsync-devel-doc
 Obsoletes:      libocsync-doc
@@ -93,7 +82,6 @@
 
 %package -n %{name}-doc
 Summary:        Documentation for ownCloud
-Group:          Development/Libraries/C and C++
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description -n %{name}-doc
@@ -101,7 +89,6 @@
 
 %package -n libowncloudsync0
 Summary:        The ownCloud synchronization library
-Group:          Development/Libraries/C and C++
 Requires:       libqt6keychain1 >= %{keychain_version}
 
 %description -n libowncloudsync0
@@ -111,7 +98,6 @@
 
 %package -n libowncloudsync-devel
 Summary:        Development files for the ownCloud synchronization library
-Group:          Development/Libraries/C and C++
 Requires:       libowncloudsync0 = %{version}
 
 %description -n libowncloudsync-devel
@@ -122,54 +108,51 @@
 %prep
 %autosetup -p1 -n ownCloud_os-%{version}
 
+cp %{SOURCE3} .
+
 %build
-%cmake_qt6 -DKDE_SKIP_RPATH_SETTINGS=ON 
-DKDE_INSTALL_SYSCONFDIR=%{_distconfdir}
-%{qt6_build}
+%cmake_qt6 -DKDE_SKIP_RPATH_SETTINGS:BOOL=TRUE 
-DKDE_INSTALL_SYSCONFDIR:STRING=%{_distconfdir}
 
-%install
-%{qt6_install}
+%qt6_build
 
-# Copy the source README here to be picked up by doc macro
-cp %{SOURCE3} .
+%install
+%qt6_install
 
 # https://github.com/owncloud/client/issues/4107
-install -m 0644 -D %{SOURCE2} %{buildroot}/%{_sysctldir}/69-sync-inotify.conf
-# do not allow to call home
-install -m 0644 -D %{SOURCE4} -t %{buildroot}%{_distconfdir}/ownCloud/
-
-# remove the icons that this version of the source tarball still contains
-rm %{buildroot}%{_datadir}/icons/hicolor/*/apps/ownCloud_*png
+install -m 0644 -D %{SOURCE1} %{buildroot}%{_sysctldir}/69-sync-inotify.conf
 
-%suse_update_desktop_file -n owncloud
+# do not allow to call home
+install -m 0644 -D %{SOURCE2} -t %{buildroot}%{_distconfdir}/ownCloud/
 
+%ldconfig_scriptlets
 %ldconfig_scriptlets -n libowncloudsync0
 
 %files
+%license COPYING COPYING.documentation
+%doc CHANGELOG.md CONTRIBUTING.md README.md README.source
+%config %{_distconfdir}/ownCloud
 %{_bindir}/owncloud
 %{_bindir}/owncloudcmd
 %{_datadir}/applications/owncloud.desktop
 %{_datadir}/applications/owncloudcmd.desktop
-%{_datadir}/mime/packages/owncloud.xml
-%{_libdir}/qt6/plugins/owncloudsync_vfs_*.so
 %{_datadir}/icons/hicolor/*/apps/owncloud.png
-
-%doc CONTRIBUTING.md README.md
-%license COPYING COPYING.documentation
-
-%config %{_distconfdir}/ownCloud
+%{_datadir}/mime/packages/owncloud.xml
+%{_qt6_libdir}/libowncloudGui.so
+%{_qt6_pluginsdir}/ownCloud_vfs_*.so
+%{_qt6_qmldir}/org/ownCloud/
 # https://github.com/owncloud/client/issues/4107
 %{_sysctldir}/69-sync-inotify.conf
 
 %files -n libowncloudsync0
-%{_libdir}/libowncloudsync.so.*
-%{_libdir}/libowncloud_csync.so.*
-%{_libdir}/libowncloudResources.so.*
+%license COPYING
+%{_qt6_libdir}/libownCloudCsync.so.*
+%{_qt6_libdir}/libownCloudLibSync.so.*
+%{_qt6_libdir}/libownCloudResources.so.*
 
 %files -n libowncloudsync-devel
-%{_libdir}/libowncloudsync.so
-%{_libdir}/libowncloud_csync.so
-%{_libdir}/libowncloudResources.so
-%dir %{_libdir}/cmake/ownCloud
-%{_libdir}/cmake/ownCloud/ownCloud*.cmake
 %{_includedir}/ownCloud
+%{_qt6_cmakedir}/ownCloud/
+%{_qt6_libdir}/libownCloudCsync.so
+%{_qt6_libdir}/libownCloudLibSync.so
+%{_qt6_libdir}/libownCloudResources.so
 

++++++ README.source ++++++
--- /var/tmp/diff_new_pack.XiWvQi/_old  2026-02-12 17:30:12.238509237 +0100
+++ /var/tmp/diff_new_pack.XiWvQi/_new  2026-02-12 17:30:12.242509407 +0100
@@ -7,9 +7,8 @@
 
 In particular, the owncloudclient_os tarball was created by
 
-rm -rf src/3rdparty/libcrashreporter-qt
-rm -rf shell_integration/windows
-rm -rf shell_integration/MacOSX
+rm -r shell_integration/windows
+rm -r shell_integration/MacOSX
 
 Apart from that, the tarball is unchanged compared to the upstream one.
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XiWvQi/_old  2026-02-12 17:30:12.278510932 +0100
+++ /var/tmp/diff_new_pack.XiWvQi/_new  2026-02-12 17:30:12.286511271 +0100
@@ -1,7 +1,7 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="filename">ownCloud_os</param>
-    <param name="revision">v5.3.1</param>
+    <param name="revision">v6.0.3</param>
     <param name="scm">git</param>
     <param name="url">https://github.com/owncloud/client.git</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ ownCloud_os-5.3.1.obscpio -> ownCloud_os-6.0.3.obscpio ++++++
++++ 252231 lines of diff (skipped)

++++++ ownCloud_os.obsinfo ++++++
--- /var/tmp/diff_new_pack.XiWvQi/_old  2026-02-12 17:30:14.562607710 +0100
+++ /var/tmp/diff_new_pack.XiWvQi/_new  2026-02-12 17:30:14.578608388 +0100
@@ -1,5 +1,5 @@
 name: ownCloud_os
-version: 5.3.1
-mtime: 1718104713
-commit: f15fd5635eb4b24e7e5a29a36a882628fb87a1e9
+version: 6.0.3
+mtime: 1768223136
+commit: 7c8209b457e0fceeb56efcf771384b1eefa9de27
 

Reply via email to