diff options
Diffstat (limited to 'php-pecl-scrypt.spec')
-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 bb2a8e0..6be5b38 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: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?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} @@ -237,6 +237,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.4.2-8 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.4.2-7 - rebuild for 7.4.0beta1 |