summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-unicode-data.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-12 17:21:02 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-12 17:21:02 +0100
commit5b8eba85dc47d87eee098464ace8b971e400a0bb (patch)
treef509311af33ce413bab48a7f8de6bb6707a6075c /php-tecnickcom-tc-lib-unicode-data.spec
parent513e4856ba6eee5afa783d2d252fdf0d27a12bcf (diff)
php-tecnickcom-tc-lib-unicode-data: 1.6.5
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec
index a176c8b..0ce6160 100644
--- a/php-tecnickcom-tc-lib-unicode-data.spec
+++ b/php-tecnickcom-tc-lib-unicode-data.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit ac065f9ad2964b660fb8d5e7deda59049d6e44b0
+%global gh_commit f401208fc32b2856ecf21b666cc221c847019f78
%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.4
+Version: 1.6.5
Release: 1%{?dist}
Summary: PHP library containing UTF-8 font definitions
@@ -80,9 +80,14 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmd in php56 php70 php71 php; do
+for cmd in php56 php; do
if which $cmd; then
- $cmd %{_bindir}/phpunit --verbose || ret=1
+ $cmd %{_bindir}/phpunit --no-coverage --verbose || ret=1
+ fi
+done
+for cmd in php70 php71; do
+ if which $cmd; then
+ $cmd %{_bindir}/phpunit6 --no-coverage --verbose || ret=1
fi
done
exit $ret
@@ -108,6 +113,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 12 2017 Remi Collet <remi@remirepo.net> - 1.6.5-1
+- update to 1.6.5 (no change)
+
* Mon Feb 6 2017 Remi Collet <remi@remirepo.net> - 1.6.4-1
- update to 1.6.4 (no change)