diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-08 09:22:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-08 09:22:43 +0200 |
commit | 3f43184d7e995a9f54e8f40e56a12e59c55a727c (patch) | |
tree | 6bd5928d594d8d430a8d19afc5bebcb4f15e7415 /php-tecnickcom-tc-lib-pdf-parser.spec | |
parent | b7390dc97139162a1e0e3d6c3ffbc68bf0d3f49b (diff) |
update to 2.4.22 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 7c67a82..c553b96 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bccfd1964695ed9f543f354b8cfbacc4e0d5722e +%global gh_commit 7016ab00d7c75b4f5fe3ee267be1bf4c05f6753f %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.4.18 +Version: 2.4.22 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -105,7 +105,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : @@ -127,6 +127,9 @@ exit $ret %changelog +* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 2.4.22-1 +- update to 2.4.22 (no change) + * Wed May 24 2023 Remi Collet <remi@remirepo.net> - 2.4.18-1 - update to 2.4.18 (no change) |