From 4dfd689362f01c9cae73afb270ea2b8fb4c0c664 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jun 2020 16:27:45 +0200 Subject: update to 2.10.7 --- compat_reports/2.10.6_to_2.10.7/compat_report.html | 600 +++++++++++++++++++++ libcouchbase.spec | 11 +- libcouchbase.xml | 2 +- 3 files changed, 608 insertions(+), 5 deletions(-) create mode 100644 compat_reports/2.10.6_to_2.10.7/compat_report.html diff --git a/compat_reports/2.10.6_to_2.10.7/compat_report.html b/compat_reports/2.10.6_to_2.10.7/compat_report.html new file mode 100644 index 0000000..6f93fb9 --- /dev/null +++ b/compat_reports/2.10.6_to_2.10.7/compat_report.html @@ -0,0 +1,600 @@ + + + + + + + + + +libcouchbase: 2.10.6 to 2.10.7 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.10.6
Version #22.10.7
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
Low0
+ +

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.68
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.10.6
Version #22.10.7
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
Low3
+ + +

Problems with Constants, Low Severity  3 


+configuration.h
+ +[+] LCB_VERSION +
+ + + +[+] LCB_VERSION_CHANGESET +
+ + + +[+] LCB_VERSION_STRING +
+ + +
+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.68
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index 5932d32..e157b44 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -8,10 +8,10 @@ # %if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests %else # check-select-sock-tests hangs (btw, libevent backend is mandatory) -%global with_tests 0%{?_with_tests:1} +%bcond_with tests %endif %global with_dtrace 1 @@ -23,7 +23,7 @@ %endif Name: libcouchbase -Version: 2.10.6 +Version: 2.10.7 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -157,7 +157,7 @@ make install DESTDIR=%{buildroot} %check -%if %{with_tests} +%if %{with tests} # ARGS needed to pass arguments to ctest export CTEST_OUTPUT_ON_FAILURE=1 make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} @@ -204,6 +204,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Jun 17 2020 Remi Collet - 2.10.7-1 +- update to 2.10.7 + * Thu Feb 27 2020 Sergey Avseyev - 2.10.6-1 - Update to 2.10.6 diff --git a/libcouchbase.xml b/libcouchbase.xml index e7aad74..b71eea9 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -2.10.6 +2.10.7 -- cgit