diff options
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index c7b3d31..4372817 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-encrypt # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-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 20dc0dc1c0a19ae7caee3445ac10db2f96574118 +%global gh_commit 5ae5f80e48748d60e17a6c5dd14eba52e157b82f %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.1.2 +Version: 2.1.4 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -94,7 +94,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 @@ -109,8 +109,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -121,6 +119,9 @@ exit $ret %changelog +* Mon Aug 19 2024 Remi Collet <remi@remirepo.net> - 2.1.4-1 +- update to 2.1.4 (no change) + * Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 2.1.2-1 - update to 2.1.2 |