diff options
| author | Remi Collet <remi@remirepo.net> | 2018-06-28 11:26:52 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-06-28 11:26:52 +0200 | 
| commit | 5bfde6584bc3a71973f71512dd8a294e118698e7 (patch) | |
| tree | 64ae0c944fdc634a11c59d4c067152e8463b8cb5 | |
| parent | 683fd69aff896998d0c0970bdb21f1d06071d5d8 (diff) | |
ignore 1 failed test on F28 reported as https://github.com/jbboehr/php-mustache/issues/49
| -rw-r--r-- | php-pecl-mustache.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index b614330..6007a7f 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -26,7 +26,7 @@  Summary:        Mustache templating language  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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/%{pecl_name} @@ -193,6 +193,10 @@ fi  %check +%if 0%{?fedora} >= 28 +rm ?TS/tests/MustacheCode__toReadableString.phpt +%endif +  : Minimal load test for NTS extension  cd NTS  %{__php} --no-php-ini \ @@ -243,6 +247,10 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 0.7.4-3 +- ignore 1 failed test on F28 reported as +  https://github.com/jbboehr/php-mustache/issues/49 +  * Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 0.7.4-2  - add patch for PHP 7.3 from    https://github.com/jbboehr/php-mustache/pull/48 | 
