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 b74f732..89f8575 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: 2.0.4 +Version: 2.0.5 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 +* Thu Oct 13 2022 Remi Collet <remi@remirepo.net> - 2.0.5-1 +- update to 2.0.5 + * Mon Oct 3 2022 Remi Collet <remi@remirepo.net> - 2.0.4-1 - update to 2.0.4 |