From 01c77362ae566b1cba9556de4cec580187b13f56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2026 16:57:57 +0200 Subject: update to 0.3.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-iliaal-fastjson.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index e8bb481..82a479f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ fastjson fastjson support => enabled -Version => 0.2.1 +Version => 0.3.0 Backend => yyjson 0.12.0 diff --git a/REFLECTION b/REFLECTION index 7946c0f..4e5af15 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #83 fastjson version 0.2.1 ] { +Extension [ extension #84 fastjson version 0.3.0 ] { - Constants [7] { Constant [ int FASTJSON_ERROR_NONE ] { 0 } 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 - 0.3.0-1 +- update to 0.3.0 + * Sat May 16 2026 Remi Collet - 0.2.1-1 - new package -- cgit