diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-21 08:22:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-21 08:22:57 +0200 |
commit | 23e221fa03efef661a7d262813d49d0141d546ea (patch) | |
tree | 0cf819924e1836e93026485b31b411ff6e362202 | |
parent | 38234bc7c09d80fed4da446968e1c3bc2d27e92b (diff) |
cassandra-cpp-driver: 2.5.0
-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 ef5d94e..1411b71 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 2b94bd1119c4bc6e005ce191cf7ec0fba6d823e9 +%global gh_commit a57e5d289d1ea500ccd958de6b75a5b4e0519377 %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.4.3 +Version: 2.5.0 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -86,6 +86,9 @@ rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc %changelog +* Fri Oct 21 2016 Remi Collet <remi@fedoraproject.org> - 2.5.0-1 +- update to 2.5.0 + * Sat Sep 3 2016 Remi Collet <remi@fedoraproject.org> - 2.4.3-1 - update to 2.4.3 |