From d4a5fd5c0142a4520842535fa8264760af910007 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 16:27:09 +0100 Subject: v2.14.0 --- 453.patch | 57 -- cassandra-cpp-driver.spec | 14 +- compat_reports/2.13.0_to_2.14.0/compat_report.html | 662 +++++++++++++++++++++ libcassandra.xml | 2 +- 4 files changed, 671 insertions(+), 64 deletions(-) delete mode 100644 453.patch create mode 100644 compat_reports/2.13.0_to_2.14.0/compat_report.html diff --git a/453.patch b/453.patch deleted file mode 100644 index 0e1f8cb..0000000 --- a/453.patch +++ /dev/null @@ -1,57 +0,0 @@ -From 1709ca129d0d1da3e473a0fcc3a90ccc409012bd Mon Sep 17 00:00:00 2001 -From: Eric Evans -Date: Fri, 16 Aug 2019 18:43:22 -0500 -Subject: [PATCH] CPP-754: remove user-defined copy contructors - -Under GCC9 `-Werror=deprecated-copy` makes an implicit declaration of -a copy contructor an error if a user-provided one exists. - -See also: https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecated-copy ---- - src/deque.hpp | 3 --- - src/map.hpp | 3 --- - src/vector.hpp | 3 --- - 3 files changed, 9 deletions(-) - -diff --git a/src/deque.hpp b/src/deque.hpp -index f4671f180..5541c6c51 100644 ---- a/src/deque.hpp -+++ b/src/deque.hpp -@@ -28,9 +28,6 @@ class Deque : public std::deque > { - template - Deque(InputIt first, InputIt last, const Allocator& alloc = Allocator()) - : std::deque(first, last, alloc) {} -- -- Deque(const Deque& other) -- : std::deque(other) {} - }; - - }} // namespace datastax::internal -diff --git a/src/map.hpp b/src/map.hpp -index 679cdfa5c..aa9999924 100644 ---- a/src/map.hpp -+++ b/src/map.hpp -@@ -25,9 +25,6 @@ class Map - explicit Map(const Compare& compare = Compare(), const Allocator& alloc = Allocator()) - : std::map(compare, alloc) {} - -- Map(const Map& other) -- : std::map(other) {} -- - template - Map(InputIt first, InputIt last, const Compare& compare = Compare(), - const Allocator& alloc = Allocator()) -diff --git a/src/vector.hpp b/src/vector.hpp -index 71114c75a..1d4204201 100644 ---- a/src/vector.hpp -+++ b/src/vector.hpp -@@ -28,9 +28,6 @@ class Vector - explicit Vector(size_t count, const T& value = T()) - : std::vector(count, value) {} - -- Vector(const Vector& other) -- : std::vector(other) {} -- - template - Vector(InputIt first, InputIt last) - : std::vector(first, last) {} diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 0068ee8..356c3ac 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 3a5d3a50299fafc9c02c2dd42447e617593a19e9 +%global gh_commit bbbbd7bc3eaba1b10ad8ac6f53c41fa93ee718db %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -17,21 +17,20 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.13.0%{?prever:~%{prever}} -Release: 2%{?dist} +Version: 2.14.0%{?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: https://patch-diff.githubusercontent.com/raw/datastax/cpp-driver/pull/453.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6.4 BuildRequires: libuv-devel >= 1:1.0 BuildRequires: openssl-devel +BuildRequires: zlib-devel %description @@ -54,7 +53,6 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .up find examples -name .gitignore -exec rm {} \; -print @@ -93,6 +91,10 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Oct 28 2019 Remi Collet - 2.14.0-1 +- update to 2.14.0 +- drop patch merged upstream + * Tue Aug 20 2019 Remi Collet - 2.13.0-2 - add upstream patch for GCC 9 from https://github.com/datastax/cpp-driver/pull/453 diff --git a/compat_reports/2.13.0_to_2.14.0/compat_report.html b/compat_reports/2.13.0_to_2.14.0/compat_report.html new file mode 100644 index 0000000..96d3d28 --- /dev/null +++ b/compat_reports/2.13.0_to_2.14.0/compat_report.html @@ -0,0 +1,662 @@ + + + + + + + + + +libcassandra: 2.13.0 to 2.14.0 compatibility report + + + +

API compatibility report for the libcassandra library between 2.13.0 and 2.14.0 versions on x86_64

+ +
+
+

Test Info


+ + + + + + + +
Library Namelibcassandra
Version #12.13.0
Version #22.14.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types605 / 128
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1
+ +

Added Symbols  4 


+cassandra.h, libcassandra.so.2.14.0
+cass_cluster_set_cloud_secure_connection_bundle ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_n ( CassCluster* cluster, char const* path, size_t path_length )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init_n ( CassCluster* cluster, char const* path, size_t path_length )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+cassandra.h
+ +[+] enum CassError_  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+cassandra.h
+ +[+] enum CassError_  1  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.13.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibcassandra
Version #12.13.0
Version #22.14.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types605 / 128
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-2
+ +

Added Symbols  4 


+cassandra.h
+cass_cluster_set_cloud_secure_connection_bundle ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_n ( CassCluster* cluster, char const* path, size_t path_length )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init ( CassCluster* cluster, char const* path )
+cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init_n ( CassCluster* cluster, char const* path, size_t path_length )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  2 


+cassandra.h
+ +[+] enum CassError_  2  +
+ + +
+to the top
+

Header Files  1 


+
+cassandra.h
+
+
to the top
+

Libraries  1 


+
+libcassandra.so.2.13.0
+
+
to the top
+



+ +
+ + diff --git a/libcassandra.xml b/libcassandra.xml index 83d7054..78650a2 100644 --- a/libcassandra.xml +++ b/libcassandra.xml @@ -9,7 +9,7 @@ -2.13.0 +2.14.0 -- cgit