diff options
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r-- | cassandra-cpp-driver.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 4fadd22..d0c8ebe 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit d5152deeeb188c1a1cb285233ffd98c6e9261e0c +%global gh_commit 1582dc371044d71033875734edc82fe7b9c4d807 %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.7.0 +Version: 2.7.1 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -89,6 +89,9 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc %changelog +* Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * 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 |