diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-01 08:07:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-01 08:07:00 +0100 |
commit | c68d9c8cefc3df02ee99d9508928ef69ebdee793 (patch) | |
tree | e122baac98895becbffe4530894b22b2e0555fbd /php-consolidation-output-formatters.spec | |
parent | 0675d3a5a8eaf3df18e847aff0305bf630218308 (diff) |
php-consolidation-output-formatters: sync with Fedora
Diffstat (limited to 'php-consolidation-output-formatters.spec')
-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 |