Hello community, here is the log from the commit of package cmis-client for openSUSE:Factory checked in at 2019-08-10 23:45:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmis-client (Old) and /work/SRC/openSUSE:Factory/.cmis-client.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmis-client" Sat Aug 10 23:45:13 2019 rev:22 rq:714046 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes 2018-09-05 13:43:01.865735356 +0200 +++ /work/SRC/openSUSE:Factory/.cmis-client.new.9556/cmis-client.changes 2019-08-10 23:45:13.263623311 +0200 @@ -1,0 +2,19 @@ +Mon Jul 8 10:40:24 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.5.2: + * Fixed Google Drive login, broken by Google's new 2-page login sequence + * Added support for Google Drive two-factor authentication + * Fixed access to SharePoint root folder (tdf#101385) + * Limited the maximal number of redirections to 20 (rhbz#1410197) + * Switched library implementation to C++11 (the API remains C++98-compatible) + * Fixed build with boost >= 1.68.0 (#19) + * Fixed encoding of OAuth2 credentials + * Dropped cppcheck run from "make check". A new "make cppcheck" target was created for it + * Added proper API symbol exporting + * Speeded up building of tests a bit + * Fixed a few issues found by coverity and cppcheck +- Remove merged patches: + * boost_168.patch + * declare-automake-foreign.patch + +------------------------------------------------------------------- Old: ---- boost_168.patch declare-automake-foreign.patch libcmis-0.5.1.tar.gz New: ---- libcmis-0.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmis-client.spec ++++++ --- /var/tmp/diff_new_pack.nosGPf/_old 2019-08-10 23:45:14.567623079 +0200 +++ /var/tmp/diff_new_pack.nosGPf/_new 2019-08-10 23:45:14.595623074 +0200 @@ -1,7 +1,7 @@ # # spec file for package cmis-client # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,16 +20,13 @@ %define incname 0.5 %define _name libcmis Name: cmis-client -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: Sample CMIS client License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://github.com/tdf/libcmis Source0: https://github.com/tdf/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM: declare automake foreign -Patch0: declare-automake-foreign.patch -Patch1: boost_168.patch BuildRequires: docbook2X BuildRequires: gcc-c++ BuildRequires: intltool @@ -89,8 +86,6 @@ %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 -%patch1 -p1 %build autoreconf -fvi @@ -98,7 +93,6 @@ export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)" %configure \ --disable-silent-rules \ - --disable-long-tests \ --disable-static \ --disable-werror make %{?_smp_mflags} ++++++ libcmis-0.5.1.tar.gz -> libcmis-0.5.2.tar.gz ++++++ ++++ 31065 lines of diff (skipped)
