Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nextcloud-desktop for 
openSUSE:Factory checked in at 2023-06-24 20:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud-desktop.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud-desktop"

Sat Jun 24 20:13:50 2023 rev:52 rq:1094996 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud-desktop/nextcloud-desktop.changes      
2023-06-14 16:32:32.327648172 +0200
+++ 
/work/SRC/openSUSE:Factory/.nextcloud-desktop.new.15902/nextcloud-desktop.changes
   2023-06-24 20:14:15.556256211 +0200
@@ -1,0 +2,14 @@
+Fri Jun 23 07:41:23 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Split off nextcloudcmd into nextcloud-cli subpackage, which is
+  required by nextcloud-desktop. Allow users of text-only remote
+  systems to interact with a nextcloud instance without the need to
+  pull ub a full graphical stack. Users of 'nextcloud-desktop', the
+  'leading' package, will get the -cli tool installed by
+  dependency.
+- Move /etc/Netcloud to the -cli sub package. This is the common
+  denominator for all installations (text-only users will pick the
+  -cli package, graphical users pick nextcloud-desktop, which in
+  turn requires the -cli package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nextcloud-desktop.spec ++++++
--- /var/tmp/diff_new_pack.SV5yHJ/_old  2023-06-24 20:14:16.248260297 +0200
+++ /var/tmp/diff_new_pack.SV5yHJ/_new  2023-06-24 20:14:16.252260320 +0200
@@ -69,6 +69,7 @@
 Requires:       %{soname}%{sover} = %{version}
 Requires:       libqt5-qtgraphicaleffects
 Requires:       libqt5-qtquickcontrols2
+Requires:       nextcloud-cli = %{version}
 Provides:       nextcloud-client = %{version}
 Obsoletes:      nextcloud-client < %{version}
 Provides:       nextcloud-client-lang = %{version}
@@ -186,6 +187,15 @@
 Dolphin filemanager to display overlay icons.
 %endif
 
+%package -n nextcloud-cli
+Summary:        Nextcloud sync client - Command-line utility
+
+%description -n nextcloud-cli
+The Nextcloud Desktop Client is a tool to synchronise files from
+the Nextcloud Server with your computer.
+
+This package provides Nextcloud's command-line sync utility.
+
 %prep
 %autosetup -p1 -n desktop-%{version}
 cp -a %{SOURCE1} sysctl-sync-inotify.conf
@@ -234,9 +244,8 @@
 
 %files
 %license COPYING*
-%config %{_sysconfdir}/Nextcloud/
 #%%config %%{_sysconfdir}/sysctl.d/99-%%{name}-sync-inotify.conf
-%{_bindir}/nextcloud*
+%{_bindir}/nextcloud
 %dir %{_datadir}/nextcloud/
 %{_datadir}/applications/com.nextcloud.desktopclient.nextcloud.desktop
 %dir %{_datadir}/icons/hicolor/1024x1024/
@@ -298,4 +307,9 @@
 %{_libdir}/qt5/plugins/kf5/kfileitemaction/nextclouddolphinactionplugin.so
 %endif
 
+%files -n nextcloud-cli
+%license COPYING
+%config %{_sysconfdir}/Nextcloud/
+%{_bindir}/nextcloudcmd
+
 %changelog

Reply via email to