diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-18 19:06:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-18 19:06:31 +0100 |
commit | a4df68f088cd30dae8bc5aa1cc01ad16286234c8 (patch) | |
tree | 23dd0a8ece381dc9f0739a2535eb68a409549895 | |
parent | 82c9d98060407c48208120242ec51f723cceaa5d (diff) |
php-tecnickcom-tc-lib-color: 1.6.5
-rw-r--r-- | php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec index 253d159..fd22f3f 100644 --- a/php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color/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 |