From 7e12d597d6f3b01403046170fca5d86e9f0cfa5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Feb 2020 14:10:33 +0100 Subject: v2.10.6 from Fedora --- compat_reports/2.10.5_to_2.10.6/compat_report.html | 695 +++++++++++++++++++++ libcouchbase.spec | 7 +- libcouchbase.xml | 2 +- 3 files changed, 701 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.10.5_to_2.10.6/compat_report.html diff --git a/compat_reports/2.10.5_to_2.10.6/compat_report.html b/compat_reports/2.10.5_to_2.10.6/compat_report.html new file mode 100644 index 0000000..cb41050 --- /dev/null +++ b/compat_reports/2.10.5_to_2.10.6/compat_report.html @@ -0,0 +1,695 @@ + + + + + + + + + +libcouchbase: 2.10.5 to 2.10.6 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.10.5 and 2.10.6 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.10.5
Version #22.10.6
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types286 / 465
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Constants
-1
+ + +

Problems with Constants, Low Severity  1 


+cntl.h
+ +[+] LCB_CNTL__MAX +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+cntl-private.h
+ +[+] LCB_CNTL_N1QL_GRACE_PERIOD +
+ + +
+to the top
+

Header Files  33 


+
+_cxxwrap.h
+analytics.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.67
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.10.5
Version #22.10.6
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files33
Total Libraries1
Total Symbols / Types554 / 472
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
Other Changes
in Constants
-1
+ + +

Problems with Constants, Low Severity  4 


+cntl.h
+ +[+] LCB_CNTL__MAX +
+ + +
+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+cntl-private.h
+ +[+] LCB_CNTL_N1QL_GRACE_PERIOD +
+ + +
+to the top
+

Header Files  33 


+
+_cxxwrap.h
+analytics.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+deprecated.h
+http.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+metrics.h
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+tracing.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.67
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index 30acbea..5932d32 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for libcouchbase # -# Copyright (c) 2013-2019 Remi Collet +# Copyright (c) 2013-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,7 +23,7 @@ %endif Name: libcouchbase -Version: 2.10.5 +Version: 2.10.6 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -204,6 +204,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Thu Feb 27 2020 Sergey Avseyev - 2.10.6-1 +- Update to 2.10.6 + * Fri Nov 01 2019 Sergey Avseyev - 2.10.5-1 - Update to 2.10.5 diff --git a/libcouchbase.xml b/libcouchbase.xml index 55a938a..e7aad74 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -2.10.5 +2.10.6 -- cgit