Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2017-03-12 20:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
 and      /work/SRC/openSUSE:Factory/.owncloud-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-client"

Sun Mar 12 20:01:54 2017 rev:2 rq:477267 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2016-12-05 18:04:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes     
2017-03-12 20:01:58.039014558 +0100
@@ -1,0 +2,42 @@
+Fri Mar  3 16:22:55 UTC 2017 - [email protected]
+
+- version 2.3.0 (2017-03-03)
+  * Decreased memory usage during sync
+  * Overlay icons: Lower CPU usage
+  * Allow to not sync the server's external storages by default
+  * Switch Windows and OS X build to Qt 5.6.2
+  * Switch to new ownCloud server WebDAV endpoint
+  * Chunking NG: New file upload chunking algorithmn for ownCloud server 9.2
+  * Allow to sync a folder to multiple different servers (Filename change from 
.csync_journal.db to _sync_$HASH.db)
+  * Conflicts: Use the local mtime for the conflict file name (#5273)
+  * "Sync now" menu item
+  * SSL Client certificate support improved (Show UI, Store keys in keychain)
+  * Propagator: Upload more small files in parallel
+  * Sync Engine: Read data-fingerprint property to detect backups (#2325)
+  * GUI: Show link to ceate an app password/token for syncing
+  * Share dialog: Add 'Mail link' button
+  * Caja file manager plugin
+  * Make "backup detected" message to not trigger in wrong cases
+  * SyncEngine: Fix renaming of folder when file are changed (#5192)
+  * Fix reconnect bug if status.php intermittently returns wrong data (#5188)
+  * Improve sync scheduling (#5317)
+  * Overlay icons: Improvements in correctnes
+  * Tray menu: Only update on demand to fix Linux desktop integration glitches
+  * Progress: Better time/bandwidth estimations
+  * Network: Follow certain HTTP redirects (#2791)
+  * Network: Remove all cookies (including load balancers etc) when logging out
+  * Discovery thread: Low priority
+  * owncloudsync.log: Write during propagation
+  * Better error message for files with trailing spaces on Windows
+  * Excludes: Consider files in hidden folders excluded (#5163)
+  * Allow sync directory to be a symlinked directory
+  * Add manifest file on Windows to make the application UAC aware
+  * macOS: Improve monochrome tray icons
+  * Shibboleth bugfixes
+  * Fixes with regards to low disk space
+  * A ton of other bugfixes
+  * Refactorings
+  * Improved documentation
+  * Crash fixes
+
+-------------------------------------------------------------------

Old:
----
  owncloudclient-2.2.4.tar.bz2

New:
----
  owncloudclient-2.3.0.tar.xz

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

Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.GIkiDY/_old  2017-03-12 20:02:00.462671611 +0100
+++ /var/tmp/diff_new_pack.GIkiDY/_new  2017-03-12 20:02:00.462671611 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package owncloud-client
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 Name:           owncloud-client
 
-Version:        2.2.4
+Version:        2.3.0
 Release:        0
 
 Summary:        The ownCloud synchronization client
 License:        GPL-2.0 and GPL-3.0
 Group:          Productivity/Networking/Other
 Url:            http://owncloud.com
-Source0:        owncloudclient-%{version}.tar.bz2
+Source0:        owncloudclient-%{version}.tar.xz
 Source1:        101-sync-inotify.conf
 
 %define cmake_args -DSYSCONF_INSTALL_DIR=%{_sysconfdir}
@@ -166,6 +166,18 @@
 This package provides overlay icons to visualize the synchronization state
 in the Nemo file manager.
 
+%package -n %{name}-caja
+Summary:        Caja overlay icons
+Group:          Productivity/Networking/Other
+Requires:       nemo
+Supplements:    packageand(%{name}:caja}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       python-caja
+
+%description -n %{name}-caja
+This package provides overlay icons to visualize the synchronization state
+in the Caja file manager.
+
 %if 0%{?build_dolphin_overlays}
 %package -n %{name}-dolphin
 Summary:        Dolphin overlay icons
@@ -287,17 +299,24 @@
 %files -n %{name}-nautilus
 %defattr(-,root,root,-)
 # Fedora also has *.pyc and *.pyo files here.
-%{_datadir}/nautilus-python/extensions/syncstate.py*
+%{_datadir}/nautilus-python/extensions/syncstate*.py*
 %dir %{_datadir}/nautilus-python
 %dir %{_datadir}/nautilus-python/extensions/
 
 %files -n %{name}-nemo
 %defattr(-,root,root,-)
 # Fedora also has *.pyc and *.pyo files here.
-%{_datadir}/nemo-python/extensions/syncstate.py*
+%{_datadir}/nemo-python/extensions/syncstate*.py*
 %dir %{_datadir}/nemo-python
 %dir %{_datadir}/nemo-python/extensions/
 
+%files -n %{name}-caja
+%defattr(-,root,root,-)
+# Fedora also has *.pyc and *.pyo files here.
+%{_datadir}/caja-python/extensions/syncstate*.py*
+%dir %{_datadir}/caja-python
+%dir %{_datadir}/caja-python/extensions/
+
 %if 0%{?build_dolphin_overlays}
 %files -n %{name}-dolphin
 %defattr(-,root,root,-)


Reply via email to