From e50644bb98d4a8231f7cf4154ee980e8d170840b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Jul 2026 07:11:38 +0200 Subject: update to 2.2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- composer.json | 3 ++- php-iliaal-statgrab.spec | 5 ++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 85b518a..626d1a8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ statgrab statgrab support => enabled -Extension version => 2.2.0 +Extension version => 2.2.1 libstatgrab => initialized diff --git a/REFLECTION b/REFLECTION index f269dcb..ad84bc7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 statgrab version 2.2.0 ] { +Extension [ extension #129 statgrab version 2.2.1 ] { - Constants [16] { Constant [ int SG_FULL_DUPLEX ] { 0 } diff --git a/composer.json b/composer.json index 9f87341..37bfed5 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ } ], "support-zts": false, - "support-nts": true + "support-nts": true, + "os-families-exclude": ["windows"] } } diff --git a/php-iliaal-statgrab.spec b/php-iliaal-statgrab.spec index d1dcd60..c5278cc 100644 --- a/php-iliaal-statgrab.spec +++ b/php-iliaal-statgrab.spec @@ -28,7 +28,7 @@ Name: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} Summary: PHP extension wrapping libstatgrab License: PHP-3.01 -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -127,5 +127,8 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{ext_name}.so" \ %changelog +* Sat Jul 4 2026 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Wed Apr 29 2026 Remi Collet - 2.2.0-1 - new package -- cgit