diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-14 09:22:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-14 09:22:33 +0200 |
commit | da5e8644ef6a105630cb3558fe2b471a07f6a420 (patch) | |
tree | d2754ed293f9c4643c184cbadd1d744a8abec185 /php-tecnickcom-tc-lib-pdf-page.spec | |
parent | 773abdc6ccd00a69f2384676c3e320fb016bb458 (diff) |
update to 4.0.9
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 61da91a..6d7039b 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9f42eb77bad8d69b42d970decc2ec2c01a220b91 +%global gh_commit 7fe0cc83f9594f2a0f220142fc64466cd21d2cc2 %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: 4.0.8 +Version: 4.0.9 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -109,7 +109,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in php php81 php82 php83; do +for cmdarg in php php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -133,6 +133,9 @@ exit $ret %changelog +* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 4.0.9-1 +- update to 4.0.9 + * Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 4.0.8-1 - update to 4.0.8 |