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.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec
index f4f5c6e..4fadd22 100644
--- a/cassandra-cpp-driver.spec
+++ b/cassandra-cpp-driver.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit 8e4f51422ea71c6ec2e9b8eb20b2bb3051a3d63a
+%global gh_commit d5152deeeb188c1a1cb285233ffd98c6e9261e0c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner datastax
%global gh_project cpp-driver
@@ -16,16 +16,14 @@
Name: cassandra-cpp-driver
Summary: DataStax C/C++ Driver for Apache Cassandra
-Version: 2.6.0
-Release: 2%{?dist}
+Version: 2.7.0
+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}-%{gh_short}.tar.gz
-Patch0: 4d4453b555ec50701d9f50e8d97e5ef9720a4bfe.patch
-
BuildRequires: cmake >= 2.6.4
BuildRequires: libuv-devel
BuildRequires: openssl-devel
@@ -51,7 +49,6 @@ for %{name}.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .upstream
find examples -name .gitignore -exec rm {} \; -print
@@ -92,6 +89,10 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc
%changelog
+* Mon May 22 2017 Remi Collet <remi@remirepo.net> - 2.7.0-1
+- update to 2.7.0
+- open https://datastax-oss.atlassian.net/browse/CPP-470 - BC break
+
* Mon Mar 13 2017 Remi Collet <remi@fedoraproject.org> - 2.6.0-2
- add upstream patch for EL-6