From 10702b4688afe520c71471e72eabae3b0fda04d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Oct 2025 11:48:11 +0200 Subject: update to 0.4.22 --- php-noisebynorthwest-php-spx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-noisebynorthwest-php-spx.spec') diff --git a/php-noisebynorthwest-php-spx.spec b/php-noisebynorthwest-php-spx.spec index 47b451c..8e9c975 100644 --- a/php-noisebynorthwest-php-spx.spec +++ b/php-noisebynorthwest-php-spx.spec @@ -14,7 +14,7 @@ # Extension %global ext_name spx %global ini_name 40-%{ext_name}.ini -%global upstream_version 0.4.21 +%global upstream_version 0.4.22 #global upstream_prever RC1 # PIE / packagist %global pie_vend noisebynorthwest @@ -23,7 +23,7 @@ %global gh_vend NoiseByNorthwest %global gh_proj php-spx %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -#global commit 06b9d7ec71d7a63805e1cc5047bab3412566876c +#global commit 625fa8542415ff9cd3380432989b1cd139e1d346 %global tag v%{upstream_version}%{?upstream_prever} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{upstream_version}%{?upstream_prever} @@ -166,6 +166,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{ext_name}.so" \ %changelog +* Wed Oct 15 2025 Remi Collet - 0.4.22-1 +- update to 0.4.22 + * Tue Oct 14 2025 Remi Collet - 0.4.21-1 - update to 0.4.21 -- cgit