From 7f8d99bf3fbadd87ffe3ff10cd0be133a94b9dc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jun 2021 08:11:50 +0200 Subject: update to 3.2.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 448ec77..86a4c12 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.2.2 +igbinary version => 3.2.3 igbinary APCu serializer ABI => 0 igbinary session support => yes diff --git a/REFLECTION b/REFLECTION index 20565e1..7c0fd9a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 igbinary version 3.2.2 ] { +Extension [ extension #74 igbinary version 3.2.3 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 3709780..46d55cd 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,7 +25,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -88,6 +88,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -296,6 +299,9 @@ fi %changelog +* Thu Jun 10 2021 Remi Collet - 3.2.3-1 +- update to 3.2.3 + * Mon Apr 19 2021 Remi Collet - 3.2.2-1 - update to 3.2.2 -- cgit