diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-19 15:37:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-19 15:37:50 +0200 |
commit | 835c24b760c909bd40df6a4a016e5fe42ff7a3fe (patch) | |
tree | 01ba2a92e8520f6d44fa9363f613a56aa7374373 /php-pecl-simdjson.spec | |
parent | e75a77dc5d00465f2fd1f33e14b641c10dbd4243 (diff) |
update to 4.0.0
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 |