From b16c67ae94fea0f1618838c49a60060592dfca72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Mar 2021 08:23:37 +0100 Subject: update to 3.1.0 bump soname to 7 --- compat_reports/3.0.7_to_3.1.0/compat_report.html | 692 +++++++++++++++++++++++ libcouchbase.spec | 32 +- libcouchbase.xml | 2 +- 3 files changed, 716 insertions(+), 10 deletions(-) create mode 100644 compat_reports/3.0.7_to_3.1.0/compat_report.html diff --git a/compat_reports/3.0.7_to_3.1.0/compat_report.html b/compat_reports/3.0.7_to_3.1.0/compat_report.html new file mode 100644 index 0000000..e212d9a --- /dev/null +++ b/compat_reports/3.0.7_to_3.1.0/compat_report.html @@ -0,0 +1,692 @@ + + + + + + + + + +libcouchbase: 3.0.7 to 3.1.0 compatibility report + + + +

API compatibility report for the libcouchbase library between 3.0.7 and 3.1.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibcouchbase
Version #13.0.7
Version #23.1.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types610 / 360
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+couchbase.h, libcouchbase.so.7.0.1
+lcb_cmdanalytics_scope_name ( lcb_CMDANALYTICS* cmd, char const* scope, size_t scope_len )
+lcb_cmdanalytics_scope_qualifier ( lcb_CMDANALYTICS* cmd, char const* qualifier, size_t qualifier_len )
+
+to the top
+ +

Other Changes in Data Types  1 


+error.h
+ +[+] enum lcb_STATUS  1  +
+ + +
+to the top
+

Header Files  25 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.6.0.8
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcouchbase
Version #13.0.7
Version #23.1.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types615 / 366
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+couchbase.h
+lcb_cmdanalytics_scope_name ( lcb_CMDANALYTICS* cmd, char const* scope, size_t scope_len )
+lcb_cmdanalytics_scope_qualifier ( lcb_CMDANALYTICS* cmd, char const* qualifier, size_t qualifier_len )
+
+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  1 


+error.h
+ +[+] enum lcb_STATUS  1  +
+ + +
+to the top
+

Header Files  25 


+
+assert.h
+auth.h
+cntl-private.h
+cntl.h
+configuration.h
+couchbase.h
+crypto.h
+iops.h
+ixmgmt.h
+kvbuf.h
+libev_io_opts.h
+libevent_io_opts.h
+libuv_compat.h
+libuv_io_opts.h
+logger.h
+metrics.h
+pktfwd.h
+plugin-internal.h
+select_io_opts.h
+sysdefs.h
+tracing.h
+utils.h
+vbucket.h
+visibility.h
+wsaerr.h
+
+
to the top
+

Libraries  1 


+
+libcouchbase.so.6.0.8
+
+
to the top
+



+ +
+ + diff --git a/libcouchbase.spec b/libcouchbase.spec index b49e89d..8ea578d 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for libcouchbase # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,9 +8,9 @@ # %global libname libcouchbase -%global soname 6 +%global soname 7 -%if 0%{?fedora} >= 34 || 0%{?rhel} >= 7 +%if 0%{?fedora} >= 35 || 0%{?rhel} >= 7 %bcond_with rename %else %bcond_without rename @@ -31,8 +31,8 @@ Name: %{libname}%{soname} %else Name: %{libname} %endif -Version: 3.0.7 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries License: ASL 2.0 @@ -71,6 +71,7 @@ Requires: %{name}-libevent%{_isa} = %{version}-%{release} %endif %if %{without rename} Obsoletes: %{libname}%{soname} < %{version}-%{release} +Obsoletes: %{libname}3 < %{version}-%{release} %endif # Filter shared private badly named @@ -97,10 +98,13 @@ Summary: Development files for Couchbase client library Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %if %{with rename} -Conflicts: %{libname}-devel < %{version} -Provides: %{libname}-devel = %{version}-%{release} +Conflicts: %{libname}-devel < %{version} +Provides: %{libname}-devel = %{version}-%{release} +Conflicts: %{libname}6-devel < %{version} +Conflicts: %{libname}3-devel < %{version} %else Obsoletes: %{libname}%{soname}-devel < %{version}-%{release} +Obsoletes: %{libname}3-devel < %{version}-%{release} %endif %description devel @@ -114,6 +118,7 @@ Group: System Environment/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %if %{without rename} Obsoletes: %{libname}%{soname}-libevent < %{version}-%{release} +Obsoletes: %{libname}3-libevent < %{version}-%{release} %endif %description libevent @@ -126,6 +131,7 @@ Group: System Environment/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %if %{without rename} Obsoletes: %{libname}%{soname}-libev < %{version}-%{release} +Obsoletes: %{libname}3-libev < %{version}-%{release} %endif %description libev @@ -139,6 +145,7 @@ Group: System Environment/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %if %{without rename} Obsoletes: %{libname}%{soname}-libuv < %{version}-%{release} +Obsoletes: %{libname}3-libuv < %{version}-%{release} %endif %description libuv @@ -152,10 +159,13 @@ Group: Applications/System Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-libevent%{?_isa} = %{version}-%{release} %if %{with rename} -Conflicts: %{libname}-tools < %{version} -Provides: %{libname}-tools = %{version}-%{release} +Conflicts: %{libname}-tools < %{version} +Provides: %{libname}-tools = %{version}-%{release} +Conflicts: %{libname}6-tools < %{version} +Conflicts: %{libname}3-tools < %{version} %else Obsoletes: %{libname}%{soname}-tools < %{version}-%{release} +Obsoletes: %{libname}3-tools < %{version}-%{release} %endif %description tools @@ -266,6 +276,10 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Mar 3 2021 Remi Collet - 3.1.0-1 +- update to 3.1.0 +- bump soname to 7 + * Tue Jan 12 2021 Sergey Avseyev - 3.0.7-2 - Use cmake macros for build, install and test steps diff --git a/libcouchbase.xml b/libcouchbase.xml index 79ae868..4b697d3 100644 --- a/libcouchbase.xml +++ b/libcouchbase.xml @@ -9,7 +9,7 @@ -3.0.7 +3.1.0 -- cgit