From b70e2a85cd67af3da59bb29f80cc1246a36425e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 10:34:43 +0200 Subject: update to 2.16.1 --- cassandra-cpp-driver.spec | 7 +- compat_reports/2.16.0_to_2.16.1/compat_report.html | 477 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 483 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.16.0_to_2.16.1/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 462c593..f4077e5 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 70812a0b5d21fb3e7f6c6e98a76f0a688d0c8a69 +%global gh_commit 698a1b01801ddf150d9f8793faa8548877f5f7f5 %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.16.0%{?prever:~%{prever}} +Version: 2.16.1%{?prever:~%{prever}} Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -104,6 +104,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Apr 6 2021 Remi Collet - 2.16.1-1 +- update to 2.16.1 + * Thu Mar 11 2021 Remi Collet - 2.16.0-1 - update to 2.16.0 - drop patch merged upstream diff --git a/compat_reports/2.16.0_to_2.16.1/compat_report.html b/compat_reports/2.16.0_to_2.16.1/compat_report.html new file mode 100644 index 0000000..ee7e1e7 --- /dev/null +++ b/compat_reports/2.16.0_to_2.16.1/compat_report.html @@ -0,0 +1,477 @@ + + + + + + + + + + +libcassandra: 2.16.0 to 2.16.1 compatibility report + + + +

API compatibility report for the libcassandra library between 2.16.0 and 2.16.1 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.16.0
Version #22.16.1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types700 / 145
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  2 


+
+cassandra.h
+dse.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.16.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.16.0
Version #22.16.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types700 / 145
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  2 


+
+cassandra.h
+dse.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.16.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index a03f134..13dd037 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.16.0 +2.16.1 -- cgit