From d8377130b86ef7fa0ca997c3dd1d5260f16890ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2019 07:36:38 +0200 Subject: add upstream patch for GCC 9 from https://github.com/datastax/cpp-driver/pull/453 --- 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 d73d5f1..0068ee8 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.13.0%{?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: https://patch-diff.githubusercontent.com/raw/datastax/cpp-driver/pull/453.patch + BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6.4 @@ -52,6 +54,7 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 -b .up find examples -name .gitignore -exec rm {} \; -print @@ -90,6 +93,10 @@ make install DESTDIR="%{buildroot}" %changelog +* 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 + * Thu Jul 4 2019 Remi Collet - 2.13.0-1 - update to 2.13.0 -- cgit