summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
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 /php-pecl-igbinary.spec
parent489c9188b36fce7bec16d67c12dac20a4a694e0f (diff)
v2.0.4
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec11
1 files changed, 10 insertions, 1 deletions
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)