From 478397525ce87c3721da0ce33526f04d581619d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 09:26:12 +0100 Subject: update to 1.5.6 --- php-tecnickcom-tc-lib-pdf-graph.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-graph.spec') diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index e3d6497..8971359 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-graph # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 93fe2cec0737314c55bec1c6ac1bab644384d575 +%global gh_commit 07b053c15cf1847b99b0b4e754d298ed470ab58b %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.5.3 +Version: 1.5.6 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -110,7 +110,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -132,6 +132,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet - 1.5.6-1 +- update to 1.5.6 + * Mon Feb 8 2021 Remi Collet - 1.5.3-1 - update to 1.5.3 (no change) -- cgit