diff options
-rw-r--r-- | php-consolidation-output-formatters.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-consolidation-output-formatters.spec b/php-consolidation-output-formatters.spec index c318cd2..17078ac 100644 --- a/php-consolidation-output-formatters.spec +++ b/php-consolidation-output-formatters.spec @@ -134,7 +134,7 @@ rm -f tests/testAPIDocs.php : Upstream tests with SCLs if available SCL_RETURN_CODE=0 -for SCL in php56 php70 php71; do +for SCL in %{?rhel:php55} php56 php70 php71; do if which $SCL; then $SCL %{_bindir}/phpunit --bootstrap bootstrap.php || SCL_RETURN_CODE=1 fi @@ -160,6 +160,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 28 2017 Shawn Iwinski <shawn@iwin.ski> - 3.1.7-1 +- Update to 3.1.7 (RHBZ #1415386) + * Sat Jan 21 2017 Remi Collet <remi@remirepo.net> - 3.1.7-1 - Update to 3.1.7 |