diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-18 19:13:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-18 19:13:38 +0100 |
commit | dfcd4f48fc80d02b87cd58ddd4046b251aa270e4 (patch) | |
tree | 8c29269a3bdef31a4381a8e832efe0dd881cde9e /php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec | |
parent | 8287442468b82efed5e100140bffc48dc47fe38c (diff) |
php-tecnickcom-tc-lib-unicode-data: 1.4.8
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec index cb89379..bea64ba 100644 --- a/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 489f152fcd6676e2f596c58a00e483a4955cd041 +%global gh_commit 80a39691bf3a424317b29a7946baf6e14605c137 %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.4.7 +Version: 1.4.8 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -80,6 +80,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 @@ -102,6 +106,10 @@ rm -rf %{buildroot} %changelog +* Wed Nov 18 2015 Remi Collet <remi@fedoraproject.org> - 1.4.8-1 +- update to 1.4.8 (no change) +- run test suite with both PHP 5 and 7 when available + * Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.4.7-1 - update to 1.4.7 (no change) |