diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 10 |
3 files changed, 7 insertions, 7 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.1.6RC1 +igbinary version => 3.1.6 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #77 igbinary version 3.1.6RC1 ] { +Extension [ <persistent> extension #58 igbinary version 3.1.6 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c917d19..1b63038 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.1.6 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -41,8 +41,6 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst License: BSD URL: https://pecl.php.net/package/igbinary -Patch0: https://patch-diff.githubusercontent.com/raw/igbinary/igbinary/pull/291.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel > 7 @@ -145,8 +143,6 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS %{?_licensedir:sed -e '/COPYING/s/role="doc"/role="src"/' -i package.xml} cd NTS -%patch0 -p1 -b .pr - # Check version subdir="php$(%{__php} -r 'echo (PHP_MAJOR_VERSION < 7 ? 5 : 7);')" extver=$(sed -n '/#define PHP_IGBINARY_VERSION/{s/.* "//;s/".*$//;p}' src/$subdir/igbinary.h) @@ -305,6 +301,10 @@ fi %changelog +* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 3.1.6-1 +- update to 3.1.6 +- drop patch merged upstream + * Wed Oct 7 2020 Remi Collet <remi@remirepo.net> - 3.1.6~RC1-1 - update to 3.1.6RC1 - add patch for old gcc from |