From 5b8485f771544c624bde7f86180348ff0bc284b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Dec 2019 09:06:26 +0100 Subject: v2.14.1 --- cassandra-cpp-driver.spec | 7 +- compat_reports/2.14.0_to_2.14.1/compat_report.html | 498 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 504 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.14.0_to_2.14.1/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 356c3ac..b91f20a 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit bbbbd7bc3eaba1b10ad8ac6f53c41fa93ee718db +%global gh_commit bb27c84bea51f84163d1a50e3e96c748a2cc583b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -17,7 +17,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.14.0%{?prever:~%{prever}} +Version: 2.14.1%{?prever:~%{prever}} Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -91,6 +91,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Thu Dec 12 2019 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Mon Oct 28 2019 Remi Collet - 2.14.0-1 - update to 2.14.0 - drop patch merged upstream diff --git a/compat_reports/2.14.0_to_2.14.1/compat_report.html b/compat_reports/2.14.0_to_2.14.1/compat_report.html new file mode 100644 index 0000000..bc9182c --- /dev/null +++ b/compat_reports/2.14.0_to_2.14.1/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +libcassandra: 2.14.0 to 2.14.1 compatibility report + + + +

API compatibility report for the libcassandra library between 2.14.0 and 2.14.1 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.14.0
Version #22.14.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types609 / 128
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  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.14.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.14.0
Version #22.14.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types609 / 128
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
+ + +

Problems with Constants, Low Severity  1 


+cassandra.h
+ +[+] CASS_VERSION_PATCH +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.14.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 78650a2..4b74fad 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.14.0 +2.14.1 -- cgit