diff options
| -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 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  | 
