From bc27642de7e8c56c1e3cc55b5037cc524cc83d07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 21 Oct 2018 07:54:19 +0200 Subject: v2.0.8 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index c130edd..9f526eb 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 2.0.7 +igbinary version => 2.0.8 igbinary APCU serializer ABI => 0 igbinary session support => yes diff --git a/REFLECTION b/REFLECTION index 39e366a..2fff3fc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 igbinary version 2.0.7 ] { +Extension [ extension #97 igbinary version 2.0.8 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 560616b..719b8f8 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -30,7 +30,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 2.0.7 +%global upstream_version 2.0.8 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -40,7 +40,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.9.%{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: 3%{?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: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -51,6 +51,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?sub_prefix}php-pecl-apcu-devel +BuildRequires: %{?sub_prefix}php-json Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -242,6 +243,11 @@ fi --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ --modules | grep %{pecl_name} +# Json used in tests +if [ -f %{php_extdir}/json.so ]; then + MOD="$MOD -d extension=json.so" +fi + : upstream test suite cd NTS TEST_PHP_EXECUTABLE=%{_bindir}/php \ @@ -310,6 +316,9 @@ fi %changelog +* Sun Oct 21 2018 Remi Collet - 2.0.8-1 +- update to 2.0.8 + * Thu Aug 16 2018 Remi Collet - 2.0.7-3 - rebuild for 7.3.0beta2 new ABI -- cgit