From c2003a9827a27bdc35ccd57f96ecb87d5bd61d9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Nov 2021 16:43:58 +0100 Subject: add patch for OpenSSL 3.0 from https://github.com/datastax/cpp-driver/pull/519 --- cassandra-cpp-driver.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cassandra-cpp-driver.spec') diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index f4077e5..45839d3 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -18,13 +18,15 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra Version: 2.16.1%{?prever:~%{prever}} -Release: 1%{?dist} +Release: 2%{?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 @@ -54,6 +56,7 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 find examples -name .gitignore -exec rm {} \; -print @@ -104,6 +107,10 @@ make install DESTDIR="%{buildroot}" %changelog +* 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 + * Tue Apr 6 2021 Remi Collet - 2.16.1-1 - update to 2.16.1 -- cgit