From 234ec4f9e2a52626210eacb3fb7a928b344f5cc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Oct 2020 07:49:13 +0200 Subject: update to 3.1.6 drop patch merged upstream --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2016936..e83fcf0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 4e4d765..9545aa2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #77 igbinary version 3.1.6RC1 ] { +Extension [ 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 - 3.1.6-1 +- update to 3.1.6 +- drop patch merged upstream + * Wed Oct 7 2020 Remi Collet - 3.1.6~RC1-1 - update to 3.1.6RC1 - add patch for old gcc from -- cgit