diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-igbinary.spec | 11 | 
2 files changed, 11 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #96 igbinary version 2.0.3 ] { +Extension [ <persistent> extension #96 igbinary version 2.0.4 ] {    - Dependencies {      Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index e5f58fb..d59230e 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -28,7 +28,7 @@  Summary:        Replacement for the standard PHP serializer  Name:           %{?sub_prefix}php-pecl-igbinary -Version:        2.0.3 +Version:        2.0.4  %if 0%{?gh_date}  Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  Source0:        https://github.com/%{extname}/%{extname}/archive/%{gh_commit}/%{extname}-%{version}-%{gh_short}.tar.gz @@ -215,6 +215,12 @@ done  %check +%if "%{php_version}" > "7.2" +# See https://github.com/igbinary/igbinary/pull/131 +rm ?TS/tests/igbinary_019.phpt +rm ?TS/tests/igbinary_unserialize_v1_compatible.phpt +%endif +  MOD=""  # drop extension load from phpt  sed -e '/^extension=/d' -i ?TS/tests/*phpt @@ -300,6 +306,9 @@ fi  %changelog +* Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- Update to 2.0.4 +  * Thu Apr 13 2017 Remi Collet <remi@fedoraproject.org> - 2.0.3-1  - update to 2.0.3  - tarball generated from github (not yet available on pecl) | 
