Hello community,

here is the log from the commit of package owncloud-client for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/owncloud-client (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.owncloud-client.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owncloud-client"

Wed Feb 19 18:43:03 2020 rev:26 rq:774947 version:2.6.1.13407

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/owncloud-client/owncloud-client.changes        
2020-01-15 15:37:54.271047744 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.owncloud-client.new.26092/owncloud-client.changes 
    2020-02-19 18:43:08.758404931 +0100
@@ -1,0 +2,54 @@
+Tue Feb 11 20:17:04 UTC 2020 - Klaas Freitag <[email protected]>
+
+- Removed some unused parts from tarball as described in README.
+
+-------------------------------------------------------------------
+Fri Jan 31 08:10:43 UTC 2020 - Klaas Freitag <[email protected]>
+
+- update to 2.6.1, a bugfix release for 2.6.0 with little improvements
+  as well.
+  Changelog: https://github.com/owncloud/client/releases/tag/v2.6.1 
+
+-------------------------------------------------------------------
+Thu Nov 28 12:01:41 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Require python3-nautilus instead of nautilus: the py2 variant of
+  the plugin has been dropped (EOL of py2 approaching) and the
+  owncloud plugin has been able to handle py3 already for a while.
+
+-------------------------------------------------------------------
+Sat Nov 16 08:46:39 UTC 2019 - Klaas Freitag <[email protected]>
+
+- Update to Version 2.6.0 with the following major changes:
+  Major changes and additions:
+  * Rewrote discovery code for performance improvements and better 
maintainability.
+  * Tech Preview: Add native virtual files mode for Windows 10.
+    (https://github.com/owncloud/client/wiki/Virtual-Files-on-Windows-10)
+  * Tech Preview: Improvements and fixes for all virtual files mode
+    (https://github.com/owncloud/client/wiki/Virtual-Files)
+  * Add basic support for libcloudproviders for gtk/gnome integration (#7209)
+  * Remove support for Shibboleth auth, please use OAuth2 server app (#6451)
+  * Many bugfixes and other improvements, more to read at 
+    https://github.com/owncloud/client/releases/tag/v2.6.0
+
+-------------------------------------------------------------------
+Sat Nov  2 10:01:07 UTC 2019 - Klaas Freitag <[email protected]>
+
+- Update to 2.6.0 RC4. 
+
+-------------------------------------------------------------------
+Tue Oct 22 16:13:51 UTC 2019 - Klaas Freitag <[email protected]>
+
+- Update to 2.6.0 RC2. 
+
+-------------------------------------------------------------------
+Thu Sep  5 08:59:40 UTC 2019 - Klaas Freitag <[email protected]>
+
+- Update to 2.6.0 RC1. 
+
+-------------------------------------------------------------------
+Mon May 20 12:36:11 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Explicitly require zlib to build owncloud-client.
+
+-------------------------------------------------------------------

Old:
----
  owncloudclient-2.5.4.tar.xz

New:
----
  owncloudclient-2.6.1.13407.tar.xz

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

Other differences:
------------------
++++++ owncloud-client.spec ++++++
--- /var/tmp/diff_new_pack.3Ckhmy/_old  2020-02-19 18:43:09.582406659 +0100
+++ /var/tmp/diff_new_pack.3Ckhmy/_new  2020-02-19 18:43:09.586406667 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package owncloud-client
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 Name:           owncloud-client
 
-Version:        2.5.4
+Version:        2.6.1.13407 
 Release:        0
 
 Summary:        The ownCloud synchronization client
 License:        GPL-2.0-only AND GPL-3.0-only
 Group:          Productivity/Networking/Other
-Url:            http://owncloud.com
+URL:            https://owncloud.org/download
 Source0:        owncloudclient-%{version}.tar.xz
 Source1:        101-sync-inotify.conf
 Source2:        README.source
@@ -64,6 +64,7 @@
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(zlib)
 
 %if 0%{?build_dolphin_overlays}
 BuildRequires:  kio-devel
@@ -156,7 +157,7 @@
 Requires:       nautilus
 Supplements:    packageand(%{name}:nautilus)
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       python-nautilus
+Requires:       python3-nautilus
 
 %description -n %{name}-nautilus
 This package provides overlay icons to visualize the synchronization state
@@ -281,7 +282,11 @@
 %{_datadir}/applications/owncloud.desktop
 %{_datadir}/icons/hicolor
 %{_datadir}/mime/packages/owncloud.xml
-%doc CONTRIBUTING.md COPYING ChangeLog README.md README.source 
COPYING.documentation
+%{_libdir}/ownCloud/plugins/owncloudsync_vfs_suffix.so
+%dir %{_libdir}/ownCloud/
+%dir %{_libdir}/ownCloud/plugins
+%doc CONTRIBUTING.md ChangeLog README.md README.source
+%license COPYING COPYING.documentation
 
 %config /etc/ownCloud
 # https://github.com/owncloud/client/issues/4107

++++++ owncloudclient-2.5.4.tar.xz -> owncloudclient-2.6.1.13407.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/owncloud-client/owncloudclient-2.5.4.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.owncloud-client.new.26092/owncloudclient-2.6.1.13407.tar.xz
 differ: char 25, line 1


Reply via email to