diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-22 09:38:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-22 09:38:07 +0100 |
commit | b7f213ae1d959a7c0821efecbb9c3e98df04aa41 (patch) | |
tree | a7c2453424704be91a2573a483365f51026a4d8d /php-tecnickcom-tc-lib-pdf-parser.spec | |
parent | 2da679ce529d878c57ce70d846b03c882df25ab9 (diff) |
update to 2.4.13 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-parser.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 5b759ae..ffb6df6 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 253ef95983d1e44837225fd4606aafb49187192f +%global gh_commit 251e365e492f6cea92acdfee7ffa2cf13ed17ce4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,11 +15,11 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.9 +Version: 2.4.13 Release: 1%{?dist} Summary: PHP library to parse PDF documents -License: LGPLv3+ +License: LGPL-3.0-or-later URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.0 +BuildRequires: phpunit9 >= 9.5.27 BuildRequires: php(language) >= 5.4 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 1.4 with php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2) @@ -105,7 +105,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -126,6 +126,9 @@ exit $ret %changelog +* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 2.4.13-1 +- update to 2.4.13 (no change) + * Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 2.4.9-1 - update to 2.4.9 (no change) |