diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-19 16:57:57 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-19 16:57:57 +0200 |
| commit | 01c77362ae566b1cba9556de4cec580187b13f56 (patch) | |
| tree | cc0d26db5e087bd92183c84fbe115efa6f1a08ed /php-iliaal-fastjson.spec | |
| parent | dc9150dc727de505e06a2cd5167f1a16c19e6a27 (diff) | |
Diffstat (limited to 'php-iliaal-fastjson.spec')
| -rw-r--r-- | php-iliaal-fastjson.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-iliaal-fastjson.spec b/php-iliaal-fastjson.spec index c77a0b1..60a1c75 100644 --- a/php-iliaal-fastjson.spec +++ b/php-iliaal-fastjson.spec @@ -32,7 +32,7 @@ Summary: Fast JSON encode/decode/validate for PHP # Extension is BSD-3-Clause # Library is MIT License: BSD-3-Clause AND MIT -Version: 0.2.1 +Version: 0.3.0 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -89,6 +89,9 @@ cat << 'EOF' | tee %{ini_name} extension = %{ext_name} EOF +cat vendor/yyjson/VERSION +grep -q %{libyyjsonver} vendor/yyjson/VERSION + %build %{?dtsenable} @@ -137,5 +140,8 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{ext_name}.so" \ %changelog +* Tue May 19 2026 Remi Collet <remi@remirepo.net> - 0.3.0-1 +- update to 0.3.0 + * Sat May 16 2026 Remi Collet <remi@remirepo.net> - 0.2.1-1 - new package |
