summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 15:22:05 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 15:22:05 +0200
commitb825787d84094a7bc9c71b4f7ea4ec3cdb4e18d2 (patch)
tree7c49176a3c8d84bd6b53e162e52dc3f215c7f4a9
parenta18f81914f9614fc8ecb9b709c15b90b9b6f6714 (diff)
rebuild
-rw-r--r--php-pecl-cassandra.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec
index 10df6fc..4b94b94 100644
--- a/php-pecl-cassandra.spec
+++ b/php-pecl-cassandra.spec
@@ -32,7 +32,7 @@
Summary: DataStax PHP Driver for Apache Cassandra
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.3.2
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: http://pecl.php.net/package/%{pecl_name}
@@ -259,6 +259,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.3.2-6.7.2
+- rebuild
+
* Thu May 23 2019 Remi Collet <remi@remirepo.net> - 1.3.2-5
- add patch for PHP 7.4 from
https://github.com/datastax/php-driver/pull/132