From 0c6810ee60fc6dcd037585d3850600dc84a110b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Nov 2015 09:46:27 +0100 Subject: cassandra-cpp-driver: 2.2.1 --- cassandra-cpp-driver.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 15b6cb2..61e4eb2 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 2c97015988e0a9e9342b233db5f37ca9386e4d7d +%global gh_commit f19b1abee4627a45df7b2873d45136d4706c8e07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner datastax %global gh_project cpp-driver @@ -16,7 +16,7 @@ Name: cassandra-cpp-driver Summary: DataStax C/C++ Driver for Apache Cassandra -Version: 2.1.0 +Version: 2.2.1 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -98,5 +98,8 @@ rm %{buildroot}%{_libdir}/%{libname}_static.a %changelog +* Thu Nov 26 2015 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Thu Aug 13 2015 Remi Collet - 2.1.0-1 - initial package \ No newline at end of file -- cgit