summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-02 13:30:02 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-02 13:30:02 +0200
commitf6a32930f1138caeb27e5cf44ccea447ec4c8398 (patch)
tree2155b75bb10bea2d3f45629b164e9a5a939caa33
parentbd88909dd313f30b757f7c84ad0592c5131a0297 (diff)
php-tecnickcom-tc-lib-color: 1.12.1
-rw-r--r--php-tecnickcom-tc-lib-color/php-tecnickcom-tc-lib-color.spec24
1 files changed, 19 insertions, 5 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 5e468a4..39d8ae5 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 6a000b658758e271bf4c41bbc1ce4c685d8a7160
+%global gh_commit d86d7ca6153ce9fcde7ae4043567aaf4a184b347
%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.11.0
+Version: 1.12.1
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -84,11 +84,22 @@ cat <<EOF | tee vendor/autoload.php
require '%{buildroot}%{php_project}/autoload.php';
EOF
+# remirepo:11
+run=0
+ret=0
+if which php71; then
+ php71 %{_bindir}/phpunit || ret=1
+ run=1
+fi
+if which php56; then
+ php56 %{_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
@@ -110,6 +121,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Sep 2 2016 Remi Collet <remi@fedoraproject.org> - 1.12.1-1
+- update to 1.12.1
+
* Tue Jun 14 2016 Remi Collet <remi@fedoraproject.org> - 1.11.0-1
- update to 1.11.0 (no change)