From 17bab4ae8efebcc7e952070186535a00fd32b2d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jul 2019 13:25:38 +0200 Subject: v2.13.0 --- cassandra-cpp-driver.spec | 9 +- compat_reports/2.12.0_to_2.13.0/compat_report.html | 510 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 517 insertions(+), 4 deletions(-) create mode 100644 compat_reports/2.12.0_to_2.13.0/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index c008548..d73d5f1 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for cassandra-cpp-driver # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit a748e9f15f6b4c46e46680357254b397ffcbb72e +%global gh_commit 3a5d3a50299fafc9c02c2dd42447e617593a19e9 %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.12.0%{?prever:~%{prever}} +Version: 2.13.0%{?prever:~%{prever}} Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -90,6 +90,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Thu Jul 4 2019 Remi Collet - 2.13.0-1 +- update to 2.13.0 + * Tue Apr 23 2019 Remi Collet - 2.12.0-1 - update to 2.12.0 diff --git a/compat_reports/2.12.0_to_2.13.0/compat_report.html b/compat_reports/2.12.0_to_2.13.0/compat_report.html new file mode 100644 index 0000000..e4c85a5 --- /dev/null +++ b/compat_reports/2.12.0_to_2.13.0/compat_report.html @@ -0,0 +1,510 @@ + + + + + + + + + +libcassandra: 2.12.0 to 2.13.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.12.0 and 2.13.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.12.0
Version #22.13.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


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

Added Symbols  2 


+cassandra.h, libcassandra.so.2.13.0
+cass_cluster_set_constant_reconnect ( CassCluster* cluster, cass_uint64_t delay_ms )
+cass_cluster_set_exponential_reconnect ( CassCluster* cluster, cass_uint64_t base_delay_ms, cass_uint64_t max_delay_ms )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.12.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.12.0
Version #22.13.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Added Symbols  2 


+cassandra.h
+cass_cluster_set_constant_reconnect ( CassCluster* cluster, cass_uint64_t delay_ms )
+cass_cluster_set_exponential_reconnect ( CassCluster* cluster, cass_uint64_t base_delay_ms, cass_uint64_t max_delay_ms )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.12.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 6c0790b..83d7054 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.12.0 +2.13.0 -- cgit