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 --- php-iliaal-fastjson.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-iliaal-fastjson.spec') 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