diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-02 14:11:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-02 14:11:27 +0200 |
commit | 90d64101bac8ba167160926a772f6f7dca2d85fb (patch) | |
tree | f1920289f76973d14fbde52280a03226dd9b2ba7 /php-tecnickcom-tc-lib-unicode-data | |
parent | 6586299a716cb839abcbe670c0236236b9a7c125 (diff) |
php-tecnickcom-tc-lib-unicode-data: 1.6.3 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data')
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data/php-tecnickcom-tc-lib-unicode-data.spec | 24 |
1 files changed, 19 insertions, 5 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 58f2dfd..a8e00a3 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 1e69352275a928305c255a019439fd1825cdbc98 +%global gh_commit 0ffb29bdbd68d3f05e62da491fca9425c5bfeb72 %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.0 +Version: 1.6.3 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -79,11 +79,22 @@ cat <<EOF | tee vendor/autoload.php require '%{buildroot}%{php_project}/autoload.php'; EOF +# remirepo:11 +run=0 +ret=0 +if which php56; then + php56 %{_bindir}/phpunit || ret=1 + run=1 +fi +if which php71; then + php71 %{_bindir}/phpunit || ret=1 + run=1 +fi +if [ $run -eq 0 ]; then %{_bindir}/phpunit --verbose - -if which php70; then - php70 %{_bindir}/phpunit --verbose +# remirepo:2 fi +exit $ret %else : Test suite disabled %endif @@ -106,6 +117,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 2 2016 Remi Collet <remi@fedoraproject.org> - 1.6.3-1 +- update to 1.6.3 (no change) + * Tue Jun 14 2016 Remi Collet <remi@fedoraproject.org> - 1.6.0-1 - update to 1.6.0 (no change) |