summaryrefslogtreecommitdiffstats
path: root/cassandra-cpp-driver.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r--cassandra-cpp-driver.spec14
1 files changed, 8 insertions, 6 deletions
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 <remi@remirepo.net> - 2.14.0-1
+- update to 2.14.0
+- drop patch merged upstream
+
* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 2.13.0-2
- add upstream patch for GCC 9 from
https://github.com/datastax/cpp-driver/pull/453