diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-17 15:50:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-17 15:50:38 +0200 |
commit | e75a77dc5d00465f2fd1f33e14b641c10dbd4243 (patch) | |
tree | 084a58fbe7516947df0acd25c4eb12f2e72d4709 /php-pecl-simdjson.spec | |
parent | 488e5ecdf664b264e0a6225a71f3a3661b0664a1 (diff) |
update to 3.0.0
Diffstat (limited to 'php-pecl-simdjson.spec')
-rw-r--r-- | php-pecl-simdjson.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec index d90c40f..6d55f20 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.1.0 +Version: 3.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} @@ -72,7 +72,7 @@ mv %{pecl_name}-%{version}%{?prever} NTS cd NTS # Sanity check, really often broken -extver=$(sed -n '/#define PHP_SIMDJSON_VERSION/{s/.* "//;s/".*$//;p}' php_simdjson.h) +extver=$(sed -n '/#define PHP_SIMDJSON_VERSION /{s/.* "//;s/".*$//;p}' php_simdjson.h) if test "x${extver}" != "x%{version}%{?prever}"; then : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever}. exit 1 @@ -204,6 +204,9 @@ cd ../ZTS %changelog +* Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 3.0.0-1 +- update to 3.0.0 + * Fri Oct 14 2022 Remi Collet <remi@remirepo.net> - 2.1.0-1 - update to 2.1.0 |