summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-14 13:57:21 +0200
committerRemi Collet <remi@php.net>2022-06-14 13:57:21 +0200
commit41dfe9cf29d34272f98bda32c46af563ca839f4d (patch)
treef327c0eee399a16fcb10bc6c1a66b0825e113f66
parent478397525ce87c3721da0ce33526f04d581619d8 (diff)
update to 1.5.8 (no change)
-rw-r--r--php-tecnickcom-tc-lib-pdf-graph.spec9
1 files 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 <remi@remirepo.net> - 1.5.8-1
+- update to 1.5.8 (no change)
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.5.6-1
- update to 1.5.6