diff options
Diffstat (limited to 'php-pecl-simdjson.spec')
-rw-r--r-- | php-pecl-simdjson.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index 6d55f20..49360a2 100644 --- a/php-pecl-simdjson.spec +++ b/php-pecl-simdjson.spec @@ -19,7 +19,7 @@ Summary: Provides faster json decoding through simdjson bindings for PHP Name: %{?scl_prefix}php-pecl-simdjson -Version: 3.0.0 +Version: 4.0.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -204,6 +204,9 @@ cd ../ZTS %changelog +* Wed Oct 19 2022 Remi Collet <remi@remirepo.net> - 4.0.0-1 +- update to 4.0.0 + * Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 |