diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-20 11:05:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-20 11:05:33 +0200 |
commit | 8aa9fb02ee34df6410f289126fae50f0de1d6b6d (patch) | |
tree | d5e974331796f56e579fba37ea2a35a9adae772f | |
parent | 734bd32f94f7b6c8ce18ba81bf99c369f37a57d9 (diff) |
v1.12.13
-rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 202624e..23a16c6 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-color # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit bfb8e97975ef9979e808adb464a2bb27052c7115 +%global gh_commit 67402204a7120716fe8e885019990501c5d4cffb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.12.12 +Version: 1.12.13 Release: 1%{?dist} Summary: PHP library to manipulate various color representations -Group: Development/Libraries License: LGPLv3+ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz @@ -90,7 +89,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -113,6 +112,9 @@ exit $ret %changelog +* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.12.13-1 +- update to 1.12.13 + * Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.12.12-1 - update to 1.12.12 (no change) |