From 734bd32f94f7b6c8ce18ba81bf99c369f37a57d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Jun 2018 08:37:17 +0200 Subject: v1.12.12 (no change) --- php-tecnickcom-tc-lib-color.spec | 9 ++++++--- 1 file 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 - 1.12.12-1 +- update to 1.12.12 (no change) + * Tue May 15 2018 Remi Collet - 1.12.11-1 - update to 1.12.11 (no change) -- cgit