diff options
| -rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 12 | 
1 files changed, 10 insertions, 2 deletions
| diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 253d159..fd22f3f 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    3e71925b7641ff3637980f11a6b6cd2a252506af +%global gh_commit    d908c67560ded6c6897bfa2d00eaeb0221cf785b  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        1.6.2 +Version:        1.6.5  Release:        1%{?dist}  Summary:        PHP library to manipulate various color representations @@ -85,6 +85,10 @@ require '%{buildroot}%{php_project}/autoload.php';  EOF  %{_bindir}/phpunit --verbose + +if which php70; then +   php70 %{_bindir}/phpunit --verbose +fi  %else  : Test suite disabled  %endif @@ -106,6 +110,10 @@ rm -rf %{buildroot}  %changelog +* Wed Nov 18 2015 Remi Collet <remi@fedoraproject.org> - 1.6.5-1 +- update to 1.6.5 (no change) +- run test suite with both PHP 5 and 7 when available +  * Mon Oct 19 2015 Remi Collet <remi@fedoraproject.org> - 1.6.2-1  - update to 1.6.2 | 
