diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-19 08:51:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-19 08:51:41 +0200 |
commit | 6b2b102954dffa103093ea525ca8206761c93d4a (patch) | |
tree | 5a60c8c030f468aab9d90eeb7bc06173331bfed8 | |
parent | d601b104357edcdd4b61f8966dfdc6661b5368a8 (diff) |
buid using libhandlebars 0.7.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-handlebars.spec | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -6,7 +6,7 @@ Released => 2020-04-18 Authors => John Boehr <jbboehr@gmail.com> (lead) Spec Version => 4.0.5 PSR support => active -libhandlebars Version => 0.7.0 +libhandlebars Version => 0.7.1 libhandlebars Handlebars Spec Version => 4.0.5 libhandlebars Mustache Spec Version => 1.1.3 xxhash version => 0.7.3 @@ -37,7 +37,7 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { - Constants [4] { Constant [ int Handlebars\PSR ] { 1 } Constant [ string Handlebars\VERSION ] { 0.9.1 } - Constant [ string Handlebars\LIBVERSION ] { 0.7.0 } + Constant [ string Handlebars\LIBVERSION ] { 0.7.1 } Constant [ null Handlebars\CACHE_BACKEND ] { } } diff --git a/php-pecl-handlebars.spec b/php-pecl-handlebars.spec index 6f8a343..6089f8a 100644 --- a/php-pecl-handlebars.spec +++ b/php-pecl-handlebars.spec @@ -205,6 +205,9 @@ fi %check +# see https://github.com/jbboehr/php-handlebars/issues/70 +rm ?TS/tests/vm/renderFromBinaryString.phpt + : Minimal load test for NTS extension cd NTS %{__php} --no-php-ini \ @@ -266,6 +269,8 @@ REPORT_EXIT_STATUS=1 \ * Sun Apr 19 2020 Remi Collet <remi@remirepo.net> - 0.9.1-1 - update to 0.9.1 - drop patch merged upstream +- skip 1 test with 0.7.1 reported as + https://github.com/jbboehr/php-handlebars/issues/67 * Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 0.9.0-1 - update to 0.9.0 |