From c68d9c8cefc3df02ee99d9508928ef69ebdee793 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Mar 2017 08:07:00 +0100 Subject: php-consolidation-output-formatters: sync with Fedora --- php-consolidation-output-formatters.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 3.1.7-1 +- Update to 3.1.7 (RHBZ #1415386) + * Sat Jan 21 2017 Remi Collet - 3.1.7-1 - Update to 3.1.7 -- cgit