summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-01 14:29:16 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-01 14:29:16 +0100
commiteb3e2aa3b2e0f960750065b3305aa3ad9939e629 (patch)
tree3c1c0f70b4d34e277da01cd44ef5e6ba89fdf44f
parentdfe658ee3afc5452e20f706e09f1ccb631b55bea (diff)
php-pecl-yaml: skip 1 test
-rw-r--r--php-pecl-yaml-php7.spec8
-rw-r--r--php-pecl-yaml.spec8
2 files changed, 14 insertions, 2 deletions
diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec
index 6243f5d..2d784dd 100644
--- a/php-pecl-yaml-php7.spec
+++ b/php-pecl-yaml-php7.spec
@@ -30,7 +30,7 @@
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
Version: 2.0.0
-Release: 0.6.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/yaml
@@ -168,6 +168,9 @@ done
%check
+# See https://bugs.php.net/71696
+rm ?TS/tests/yaml_002.phpt
+
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -236,6 +239,9 @@ fi
%changelog
+* Tue Mar 1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.7.RC7
+- skip yaml_002.phpt, see https://bugs.php.net/71696
+
* Thu Dec 31 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.6.RC7
- update to 2.0.0RC7
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec
index 9016922..52ae3b4 100644
--- a/php-pecl-yaml.spec
+++ b/php-pecl-yaml.spec
@@ -33,7 +33,7 @@
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
Version: 1.2.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/yaml
@@ -181,6 +181,9 @@ done
%check
+# See https://bugs.php.net/71696
+rm ?TS/tests/yaml_002.phpt
+
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -249,6 +252,9 @@ fi
%changelog
+* Tue Mar 1 2016 Remi Collet <remi@fedoraproject.org> - 1.2.0-3
+- skip yaml_002.phpt, see https://bugs.php.net/71696
+
* Tue Jun 23 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-2
- allow build against rh-php56 (as more-php56)