diff options
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r-- | cassandra-cpp-driver.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 327f472..cc770ca 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for cassandra-cpp-driver # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit b188785862a9e3b25179a733a0ef859b3033fc03 +%global gh_commit 3d88847002f33e8b236f52e8eb2a9f842394e758 %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.8.0 +Version: 2.8.1 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -24,6 +24,7 @@ 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 +BuildRequires: gcc BuildRequires: cmake >= 2.6.4 BuildRequires: libuv-devel BuildRequires: openssl-devel @@ -86,6 +87,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 2.8.1-1 +- Update to 2.8.1 + * Wed Nov 22 2017 Remi Collet <remi@remirepo.net> - 2.8.0-1 - update to 2.8.0 |