From 4531f672d092847352f211f18bb43cd8c5d0aa6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Apr 2018 08:55:37 +0200 Subject: v2.9.0 --- cassandra-cpp-driver.spec | 11 +- compat_reports/2.8.1_to_2.9.0/compat_report.html | 526 +++++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 534 insertions(+), 5 deletions(-) create mode 100644 compat_reports/2.8.1_to_2.9.0/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index f9e5a19..e25887e 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 3d88847002f33e8b236f52e8eb2a9f842394e758 +%global gh_commit ee29ebf32a5941b7bb0c40e9b03f595123598058 %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.8.1 +Version: 2.9.0 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -55,7 +55,7 @@ find examples -name .gitignore -exec rm {} \; -print %build -%if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 export CXXFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough" %endif %cmake @@ -68,7 +68,7 @@ make install DESTDIR="%{buildroot}" %if 0%{?fedora} < 28 && 0%{?rhel} < 8 -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %endif @@ -88,6 +88,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Apr 17 2018 Remi Collet - 2.9.0-1 +- update to 2.9.0 + * Wed Feb 14 2018 Remi Collet - 2.8.1-1 - Update to 2.8.1 diff --git a/compat_reports/2.8.1_to_2.9.0/compat_report.html b/compat_reports/2.8.1_to_2.9.0/compat_report.html new file mode 100644 index 0000000..47fa3ee --- /dev/null +++ b/compat_reports/2.8.1_to_2.9.0/compat_report.html @@ -0,0 +1,526 @@ + + + + + + + + +libcassandra: 2.8.1 to 2.9.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.8.1 and 2.9.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.8.1
Version #22.9.0
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  1 


+cassandra.h, libcassandra.so.2.9.0
+cass_cluster_set_no_compact ( CassCluster* cluster, enum cass_bool_t enabled )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.8.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.8.1
Version #22.9.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  1 


+cassandra.h
+cass_cluster_set_no_compact ( CassCluster* cluster, enum cass_bool_t enabled )
+
+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.8.1
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 354384f..97938cb 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.8.1 +2.9.0 -- cgit