diff options
-rw-r--r-- | php-pecl-cassandra.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec index aedeb6b..ac60eda 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} @@ -253,6 +253,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.3.2-4 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.3.2-3 - rebuld for 7.3.0alpha4 new ABI |