summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-color.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-12 16:50:58 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-12 16:50:58 +0100
commit224ec7b098d489ca8fbf07807f5b73ea61b1ba25 (patch)
treed4512b6bc166c26d12b910929c809119632df61d /php-tecnickcom-tc-lib-color.spec
parentdcc877d1c6276ea9fa163d9ec480bbe01a6be7ed (diff)
php-tecnickcom-tc-lib-color: 1.12.6
Diffstat (limited to 'php-tecnickcom-tc-lib-color.spec')
-rw-r--r--php-tecnickcom-tc-lib-color.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index 6b6a618..caa1413 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 ba1c4a9debecb0da843c13861b602a23127aeabf
+%global gh_commit 8921acc8e9c26bdc32c9b08989d42e428af6c660
%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.12.4
+Version: 1.12.6
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -87,11 +87,16 @@ 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
fi
done
+for cmd in php70 php71; do
+ if which $cmd; then
+ $cmd %{_bindir}/phpunit6 --verbose || ret=1
+ fi
+done
exit $ret
%else
: Test suite disabled
@@ -114,6 +119,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 12 2017 Remi Collet <remi@fedoraproject.org> - 1.12.6-1
+- update to 1.12.6 (no change)
+
* Mon Feb 6 2017 Remi Collet <remi@fedoraproject.org> - 1.12.4-1
- update to 1.12.4 (no change)