diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-01 08:54:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-01 08:54:55 +0200 |
commit | f5e2f66cb53cac3d380db6039102da47e9bf4ead (patch) | |
tree | ecc69c79c45962b73d2ff3a8193cf08c016ba83e | |
parent | ea2441de4b0544192b50f6de157b48bf437c3375 (diff) |
update to 8.0.62
-rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 6bcaacf..2f879ae 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d46e20edf270273834773a1af4e6b4502a93630a +%global gh_commit ea326dbcd25f8bf3b09a6ae547ce4167353c40f5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 8.0.60 +Version: 8.0.62 Release: 1%{?dist} Summary: PHP PDF Library @@ -223,7 +223,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -248,6 +248,9 @@ exit $ret %changelog +* Thu Aug 1 2024 Remi Collet <remi@remirepo.net> - 8.0.62-1 +- update to 8.0.62 + * Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 8.0.60-1 - update to 8.0.60 - raise dependency on tc-lib-barcode 2.2 |