From 27e268b2006dfe79c8acffb5d4fa7e2a7f18d46b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2024 16:10:47 +0200 Subject: update to 2.0.13 --- php-tecnickcom-tc-lib-pdf-image.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index 7b78817..8850bae 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-image # -# Copyright (c) 2023 Remi Collet +# Copyright (c) 2023-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit dae84ed9ecc0c90c815f9db0a66facbb2ef2c81c +%global gh_commit ad10d6065ae3765a61322b1897635d5bb90b35ec %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: 2.0.12 +Version: 2.0.13 Release: 1%{?dist} Summary: PHP library containing PDF Image methods @@ -117,7 +117,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 @@ -132,8 +132,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -142,6 +140,9 @@ exit $ret %changelog +* Wed Aug 14 2024 Remi Collet - 2.0.13-1 +- update to 2.0.13 + * Fri Apr 12 2024 Remi Collet - 2.0.12-1 - update to 2.0.12 -- cgit