summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-25 08:37:17 +0200
committerRemi Collet <remi@remirepo.net>2018-06-25 08:37:17 +0200
commit734bd32f94f7b6c8ce18ba81bf99c369f37a57d9 (patch)
tree08de1e4e7eec923eeb4c7e533748b4810659b036
parenta028319b918994fe122514ab12c3eed172c6ce9d (diff)
v1.12.12 (no change)
-rw-r--r--php-tecnickcom-tc-lib-color.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index f031421..202624e 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 668548964e3a16cb87b681a784f6e74070c6f668
+%global gh_commit bfb8e97975ef9979e808adb464a2bb27052c7115
%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.11
+Version: 1.12.12
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -90,7 +90,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -113,6 +113,9 @@ exit $ret
%changelog
+* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.12.12-1
+- update to 1.12.12 (no change)
+
* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 1.12.11-1
- update to 1.12.11 (no change)