From da5e8644ef6a105630cb3558fe2b471a07f6a420 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2024 09:22:33 +0200 Subject: update to 4.0.9 --- php-tecnickcom-tc-lib-pdf-page.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-page.spec') 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 - 4.0.9-1 +- update to 4.0.9 + * Fri Apr 12 2024 Remi Collet - 4.0.8-1 - update to 4.0.8 -- cgit