summaryrefslogtreecommitdiffstats
path: root/cassandra-cpp-driver.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r--cassandra-cpp-driver.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec
index f9e5a19..e25887e 100644
--- a/cassandra-cpp-driver.spec
+++ b/cassandra-cpp-driver.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit 3d88847002f33e8b236f52e8eb2a9f842394e758
+%global gh_commit ee29ebf32a5941b7bb0c40e9b03f595123598058
%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.1
+Version: 2.9.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
@@ -55,7 +55,7 @@ find examples -name .gitignore -exec rm {} \; -print
%build
-%if 0%{?fedora} >= 26
+%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
export CXXFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough"
%endif
%cmake
@@ -68,7 +68,7 @@ make install DESTDIR="%{buildroot}"
%if 0%{?fedora} < 28 && 0%{?rhel} < 8
-%post -p /sbin/ldconfig
+%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%endif
@@ -88,6 +88,9 @@ make install DESTDIR="%{buildroot}"
%changelog
+* Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 2.9.0-1
+- update to 2.9.0
+
* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 2.8.1-1
- Update to 2.8.1