diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:26:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:26:43 +0200 |
commit | 60716a4a34de30e837e0843a185518a5a32fb52e (patch) | |
tree | 0f3142035023baff57322068af371819888362fb | |
parent | 1070c7c3d11ff4c2329f16c82299ca4568c1dae4 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |