From 7bf9796b586e9c78075d0575adeddddb6d1400af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2018 17:18:57 +0100 Subject: v2.8.1 --- cassandra-cpp-driver.spec | 10 +- compat_reports/2.8.0_to_2.8.1/compat_report.html | 509 +++++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 517 insertions(+), 4 deletions(-) create mode 100644 compat_reports/2.8.0_to_2.8.1/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 327f472..cc770ca 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-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit b188785862a9e3b25179a733a0ef859b3033fc03 +%global gh_commit 3d88847002f33e8b236f52e8eb2a9f842394e758 %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.0 +Version: 2.8.1 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -24,6 +24,7 @@ Group: System Environment/Libraries URL: http://datastax.github.io/cpp-driver/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +BuildRequires: gcc BuildRequires: cmake >= 2.6.4 BuildRequires: libuv-devel BuildRequires: openssl-devel @@ -86,6 +87,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Feb 14 2018 Remi Collet - 2.8.1-1 +- Update to 2.8.1 + * Wed Nov 22 2017 Remi Collet - 2.8.0-1 - update to 2.8.0 diff --git a/compat_reports/2.8.0_to_2.8.1/compat_report.html b/compat_reports/2.8.0_to_2.8.1/compat_report.html new file mode 100644 index 0000000..340f3c4 --- /dev/null +++ b/compat_reports/2.8.0_to_2.8.1/compat_report.html @@ -0,0 +1,509 @@ + + + + + + + + +libcassandra: 2.8.0 to 2.8.1 compatibility report + + + +

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

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.8.0
Version #22.8.1
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types550 / 115
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.8.1
+cass_cluster_set_consistency ( CassCluster* cluster, CassConsistency consistency )
+cass_cluster_set_serial_consistency ( CassCluster* cluster, CassConsistency consistency )
+
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.8.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.8.0
Version #22.8.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types550 / 115
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_consistency ( CassCluster* cluster, CassConsistency consistency )
+cass_cluster_set_serial_consistency ( CassCluster* cluster, CassConsistency consistency )
+
+to the top
+ +

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.8.0
+
+
to the top
+



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