diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 14 |
3 files changed, 8 insertions, 10 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.2.7 +igbinary version => 3.2.9 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #76 igbinary version 3.2.7 ] { +Extension [ <persistent> extension #78 igbinary version 3.2.9 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 8b04c0d..11d6dfc 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -24,9 +24,9 @@ %global gh_commit 6a2d5b7ea71489c4d7065dc7746d37cfa80d501c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161018 -%global ini_name 40-%{pecl_name}.ini +%global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.7 +%global upstream_version 3.2.9 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.14.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -225,11 +225,6 @@ if [ -f %{php_extdir}/json.so ]; then fi %if "%{php_version}" > "8.0" -rm ?TS/tests/igbinary_073.phpt -rm ?TS/tests/igbinary_065.phpt -%endif - -%if "%{php_version}" > "8.0" OPTS="-q --show-diff %{?_smp_mflags}" %else OPTS="-q -P --show-diff" @@ -303,6 +298,9 @@ fi %changelog +* Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 3.2.9-1 +- update to 3.2.9 + * Thu Sep 8 2022 Remi Collet <remi@remirepo.net> - 3.2.7-2 - ignore 2 failed tests with 8.2 |