From e906992da43266f94f4f2338269c083bbfca5dde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 11:06:09 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-scrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.4.2-6 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 1.4.2-5 - rebuild for 7.3.0alpha4 new ABI -- cgit