summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-21 07:54:19 +0200
committerRemi Collet <remi@remirepo.net>2018-10-21 07:54:19 +0200
commitbc27642de7e8c56c1e3cc55b5037cc524cc83d07 (patch)
treee10c25e3178538f719bf0f9c8a408cce1bf890b3
parent8d00111c2f77f5f55f39fa17df82c103d08daf56 (diff)
v2.0.8v2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-igbinary.spec13
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 [ <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