From 03fdbccea671a7c775430cb6f783922410513aca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2017 15:22:06 +0200 Subject: v2.8.1 --- compat_reports/2.8.0_to_2.8.1/compat_report.html | 1078 ++++++++++++++++++++++ libcouchbase.spec | 5 +- libcouchbase.xml | 62 ++ 3 files changed, 1144 insertions(+), 1 deletion(-) create mode 100644 compat_reports/2.8.0_to_2.8.1/compat_report.html create mode 100644 libcouchbase.xml diff --git a/compat_reports/2.8.0_to_2.8.1/compat_report.html b/compat_reports/2.8.0_to_2.8.1/compat_report.html new file mode 100644 index 0000000..c092f9b --- /dev/null +++ b/compat_reports/2.8.0_to_2.8.1/compat_report.html @@ -0,0 +1,1078 @@ + + + + + + + + +libcouchbase: 2.8.0 to 2.8.1 compatibility report + + + +

API compatibility report for the libcouchbase library between 2.8.0 and 2.8.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #12.8.0
Version #22.8.1
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types225 / 399
Compatibility89.8%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium4
Low6
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-2
+ + +

Problems with Data Types, Medium Severity  4 


+vbucket.h
+ +[+] struct lcbvb_SERVER  3  +
+ + + +[+] struct lcbvb_SERVICES  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  6 


+couchbase.h
+ +[+] enum lcb_http_type_t  1  +
+ + +
+vbucket.h
+ +[+] enum lcbvb_SVCTYPE  1  +
+ + + +[+] struct lcbvb_SERVER  1  +
+ + + +[+] struct lcbvb_SERVICES  3  +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+couchbase.h
+ +[+] enum lcb_http_type_t  1  +
+ + +
+vbucket.h
+ +[+] enum lcbvb_SVCTYPE  1  +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.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
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.48
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #12.8.0
Version #22.8.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files29
Total Libraries1
Total Symbols / Types434 / 406
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  4 


+vbucket.h
+ +[+] struct lcbvb_SERVER  1  +
+ + + +[+] struct lcbvb_SERVICES  3  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Other Changes in Data Types  4 


+couchbase.h
+ +[+] enum lcb_http_type_t  2  +
+ + +
+vbucket.h
+ +[+] enum lcbvb_SVCTYPE  2  +
+ + +
+to the top
+

Header Files  29 


+
+_cxxwrap.h
+api-legacy.h
+api3.h
+assert.h
+auth.h
+cbft.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.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
+n1ql.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+subdoc.h
+sysdefs.h
+vbucket.h
+views.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.2.0.48
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index 1db1e2c..0681c77 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -13,7 +13,7 @@ %global with_dtrace 1 Name: libcouchbase -Version: 2.8.0 +Version: 2.8.1 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -114,6 +114,9 @@ make check %changelog +* Wed Sep 20 2017 Remi Collet - 2.8.1-1 +- update to 2.8.1 + * Thu Aug 31 2017 Remi Collet - 2.8.0-1 - update to 2.8.0 diff --git a/libcouchbase.xml b/libcouchbase.xml new file mode 100644 index 0000000..52511b4 --- /dev/null +++ b/libcouchbase.xml @@ -0,0 +1,62 @@ + + + + + + + + + +2.8.1 + + + + +/usr/include/libcouchbase + + + + +/usr/lib64/libcouchbase.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit