diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-19 10:46:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-19 10:46:23 +0200 |
commit | ed42424e2e032a6cf5b29d32a03768535e5cfcb3 (patch) | |
tree | ec08cda10b0bf65d954bea3bd68fb8a7ca805fd0 | |
parent | 4503bb19342a5bcc3632f0cdd46bada06e907604 (diff) |
update to 2.0.13 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index a5d815c..86323b6 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-filter # -# Copyright (c) 2015-2023 Remi Collet +# Copyright (c) 2015-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 058196628adefce2f0c2d44845e95dd4a7fd6c09 +%global gh_commit c9f7161004299bdfbf8761c673ffc86a1d64b3c1 %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.11 +Version: 2.0.13 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -83,7 +83,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 @@ -98,8 +98,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -110,6 +108,9 @@ exit $ret %changelog +* Mon Aug 19 2024 Remi Collet <remi@remirepo.net> - 2.0.13-1 +- update to 2.0.13 (no change) + * Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 2.0.11-1 - update to 2.0.11 |