diff options
| author | Remi Collet <remi@remirepo.net> | 2024-08-14 16:10:47 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-08-14 16:10:47 +0200 | 
| commit | 27e268b2006dfe79c8acffb5d4fa7e2a7f18d46b (patch) | |
| tree | 41f3a0935b6e837ef15aac227e7cbd45aa388626 | |
| parent | 5b18dd9283a45f3648f196883e702d101ee85b5a (diff) | |
update to 2.0.13
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 13 | 
1 files 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 <remi@remirepo.net> - 2.0.13-1 +- update to 2.0.13 +  * Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 2.0.12-1  - update to 2.0.12  | 
