From 41dfe9cf29d34272f98bda32c46af563ca839f4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 13:57:21 +0200 Subject: update to 1.5.8 (no change) --- php-tecnickcom-tc-lib-pdf-graph.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 8971359..1e0291c 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 07b053c15cf1847b99b0b4e754d298ed470ab58b +%global gh_commit 6a622030b23b5354534a6d37d35f1daba5b087c0 %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.6 +Version: 1.5.8 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}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -132,6 +132,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet - 1.5.8-1 +- update to 1.5.8 (no change) + * Mon Jan 3 2022 Remi Collet - 1.5.6-1 - update to 1.5.6 -- cgit