From deeec7d3520e47a96208709e85861eed179adbff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Aug 2021 16:23:15 +0200 Subject: update to 3.2.6 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1ae9fbc..0153c83 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.2.5 +igbinary version => 3.2.6 igbinary APCu serializer ABI => 0 igbinary session support => yes diff --git a/REFLECTION b/REFLECTION index 35c44be..316bf5a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 igbinary version 3.2.5 ] { +Extension [ extension #75 igbinary version 3.2.6 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 7534833..7e82479 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.5 +%global upstream_version 3.2.6 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -143,8 +143,6 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS cd NTS # Check version subdir="php$(%{__php} -r 'echo (PHP_MAJOR_VERSION < 7 ? 5 : 7);')" -sed -e '/PHP_IGBINARY_VERSION/s/3.2.4/%{version}/' -i src/$subdir/igbinary.h - extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then : Error: Upstream version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. @@ -301,6 +299,9 @@ fi %changelog +* Wed Aug 11 2021 Remi Collet - 3.2.6-1 +- update to 3.2.6 (no change) + * Sun Aug 8 2021 Remi Collet - 3.2.5-1 - update to 3.2.5 -- cgit