summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-07 13:49:57 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-07 13:49:57 +0200
commit8f8d216b7f8d059ac0ae885f6f907ff7a994b517 (patch)
treee9055368cd04e5d97e53c4825ea17954b613ddb2
parent91a4bb755abc112127e99e90bff61d1b2d829e68 (diff)
cassandra-cpp-driver: 2.4.0
-rw-r--r--cassandra-cpp-driver.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec
index 3172074..c3f00e5 100644
--- a/cassandra-cpp-driver.spec
+++ b/cassandra-cpp-driver.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit b4bb435129bab533612fa2caf194555fa943f925
+%global gh_commit 325febaa0c3eaafdda455159ba16e2a6889426a8
%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.2.2
+Version: 2.4.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
@@ -75,6 +75,7 @@ install -Dpm 644 packaging/cassandra.pc \
%{buildroot}%{_libdir}/pkgconfig/cassandra.pc
rm %{buildroot}%{_libdir}/%{libname}_static.a
+rm %{buildroot}%{_libdir}//pkgconfig/cassandra_static.pc
%post -p /sbin/ldconfig
@@ -98,6 +99,9 @@ rm %{buildroot}%{_libdir}/%{libname}_static.a
%changelog
+* Tue Jun 7 2016 Remi Collet <remi@fedoraproject.org> - 2.4.0-1
+- update to 2.4.0
+
* Fri Feb 12 2016 Remi Collet <remi@fedoraproject.org> - 2.2.2-1
- update to 2.2.2
@@ -105,4 +109,4 @@ rm %{buildroot}%{_libdir}/%{libname}_static.a
- update to 2.2.1
* Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
-- initial package \ No newline at end of file
+- initial package