From 6d4f13540bfd0ae215cb63a29072297c93044aa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 16:36:55 +0200 Subject: v2.7.0 (differ because of BC break) --- cassandra-cpp-driver.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'cassandra-cpp-driver.spec') 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 - 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 - 2.6.0-2 - add upstream patch for EL-6 -- cgit