From 6b2b102954dffa103093ea525ca8206761c93d4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Apr 2020 08:51:41 +0200 Subject: buid using libhandlebars 0.7.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-handlebars.spec | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4aa04f9..5407502 100644 --- a/PHPINFO +++ b/PHPINFO @@ -6,7 +6,7 @@ Released => 2020-04-18 Authors => John Boehr (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 diff --git a/REFLECTION b/REFLECTION index b3335c7..19803d5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -37,7 +37,7 @@ Extension [ 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 - 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 - 0.9.0-1 - update to 0.9.0 -- cgit