From f73c8c370623ecdf930fa51513b20af056b59eef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2017 10:30:53 +0100 Subject: v2.8.0 --- cassandra-cpp-driver.spec | 10 +- compat_reports/2.7.1_to_2.8.0/compat_report.html | 534 +++++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 540 insertions(+), 6 deletions(-) create mode 100644 compat_reports/2.7.1_to_2.8.0/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index d0c8ebe..327f472 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 1582dc371044d71033875734edc82fe7b9c4d807 +%global gh_commit b188785862a9e3b25179a733a0ef859b3033fc03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -16,7 +16,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.7.1 +Version: 2.8.0 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -65,9 +65,6 @@ make %{_smp_mflags} %install make install DESTDIR="%{buildroot}" -rm %{buildroot}%{_libdir}/%{libname}_static.a -rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc - %post -p /sbin/ldconfig @@ -89,6 +86,9 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc %changelog +* Wed Nov 22 2017 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Wed Sep 20 2017 Remi Collet - 2.7.1-1 - update to 2.7.1 diff --git a/compat_reports/2.7.1_to_2.8.0/compat_report.html b/compat_reports/2.7.1_to_2.8.0/compat_report.html new file mode 100644 index 0000000..792c8d5 --- /dev/null +++ b/compat_reports/2.7.1_to_2.8.0/compat_report.html @@ -0,0 +1,534 @@ + + + + + + + + +libcassandra: 2.7.1 to 2.8.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.7.1 and 2.8.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.7.1
Version #22.8.0
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types545 / 115
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  5 


+cassandra.h, libcassandra.so.2.8.0
+cass_batch_set_keyspace ( CassBatch* batch, char const* keyspace )
+cass_batch_set_keyspace_n ( CassBatch* batch, char const* keyspace, size_t keyspace_length )
+cass_cluster_set_prepare_on_all_hosts ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_cluster_set_prepare_on_up_or_add_host ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_session_prepare_from_existing ( CassSession* session, CassStatement* statement )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.7.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.7.1
Version #22.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types545 / 115
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
+ +

Added Symbols  5 


+cassandra.h
+cass_batch_set_keyspace ( CassBatch* batch, char const* keyspace )
+cass_batch_set_keyspace_n ( CassBatch* batch, char const* keyspace, size_t keyspace_length )
+cass_cluster_set_prepare_on_all_hosts ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_cluster_set_prepare_on_up_or_add_host ( CassCluster* cluster, enum cass_bool_t enabled )
+cass_session_prepare_from_existing ( CassSession* session, CassStatement* statement )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.7.1
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 150ae9a..cff83df 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.7.1 +2.8.0 -- cgit