summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-24 09:31:17 +0200
committerRemi Collet <remi@remirepo.net>2017-04-24 09:31:17 +0200
commit522057b5b91226f79ce3a7ae89612087dc5b5eb3 (patch)
treef23cbb446b46ecf88e05d3384d83adcded478091
parent489c9188b36fce7bec16d67c12dac20a4a694e0f (diff)
v2.0.4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-igbinary.spec11
2 files changed, 11 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index e0a28da..d541efc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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)