diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 13 |
3 files changed, 13 insertions, 4 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 igbinary version 2.0.7 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 2.0.8-1 +- update to 2.0.8 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.7-3 - rebuild for 7.3.0beta2 new ABI |