From 0ed3ac53f6136a1c7e682ed1330d3cd3c3219a3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Aug 2023 18:47:22 +0200 Subject: update to 2.16.2 --- cassandra-cpp-driver.spec | 12 +- compat_reports/2.16.1_to_2.16.2/compat_report.html | 521 +++++++++++++++++++++ libcassandra.xml | 2 +- 3 files changed, 528 insertions(+), 7 deletions(-) create mode 100644 compat_reports/2.16.1_to_2.16.2/compat_report.html diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 45839d3..d640dda 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 698a1b01801ddf150d9f8793faa8548877f5f7f5 +%global gh_commit 90df2c9ca1aa184a746445698533c71f7f34a2e1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -17,16 +17,14 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.16.1%{?prever:~%{prever}} -Release: 2%{?dist} +Version: 2.16.2%{?prever:~%{prever}} +Release: 1%{?dist} License: ASL 2.0 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}%{?prever:-%{prever}}-%{gh_short}.tar.gz -Patch0: %{name}-openssl3.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.8.12 @@ -56,7 +54,6 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 find examples -name .gitignore -exec rm {} \; -print @@ -107,6 +104,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Dec 8 2021 Remi Collet - 2.16.2-1 +- update to 2.16.2 + * Wed Nov 10 2021 Remi Collet - 2.16.1-2 - add patch for OpenSSL 3.0 from https://github.com/datastax/cpp-driver/pull/519 diff --git a/compat_reports/2.16.1_to_2.16.2/compat_report.html b/compat_reports/2.16.1_to_2.16.2/compat_report.html new file mode 100644 index 0000000..b0fe664 --- /dev/null +++ b/compat_reports/2.16.1_to_2.16.2/compat_report.html @@ -0,0 +1,521 @@ + + + + + + + + + +libcassandra: 2.16.1 to 2.16.2 compatibility report + + + +

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

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.16.1
Version #22.16.2
Archx86_64
GCC Version11
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.1
Version #22.16.2
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
Low2
+ + +

Problems with Constants, Low Severity  2 


+cassandra.h
+ +[+] CASS_VERSION_PATCH +
+ + +
+dse.h
+ +[+] DSE_VERSION_PATCH +
+ + +
+to the top
+

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 13dd037..c0a2472 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.16.1 +2.16.2 -- cgit