diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:06:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:06:09 +0200 |
commit | e906992da43266f94f4f2338269c083bbfca5dde (patch) | |
tree | 5746013e8aff32268bf810ab47fd46495c5fc07d | |
parent | efd661e8b38efe369e59265331f145c9ad767fae (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-scrypt.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-scrypt.spec b/php-pecl-scrypt.spec index a431086..324f217 100644 --- a/php-pecl-scrypt.spec +++ b/php-pecl-scrypt.spec @@ -22,7 +22,7 @@ Summary: Scrypt hashing function Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.4.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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -233,6 +233,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.4.2-6 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.4.2-5 - rebuild for 7.3.0alpha4 new ABI |