diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index f9c2315..c43b806 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-page # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 5969f5c33d1657ccd9375988aafc6c02213d511e +%global gh_commit 192b3ff7028b53f819fd5b0038bce2ffa1242257 %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.5.3 +Version: 2.5.6 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -114,7 +114,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 2.5.6-1 +- update to 2.5.6 (no change) + * Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 2.5.3-1 - update to 2.5.3 (no change) |