From f4ce81b4b9379030beb06082bd0acbeb82f018a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 13:58:56 +0200 Subject: update to 2.5.8 (no change) --- php-tecnickcom-tc-lib-pdf-page.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index c43b806..cec1385 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 192b3ff7028b53f819fd5b0038bce2ffa1242257 +%global gh_commit f24f78baf2048450684ce4c120439e6e3f30fb54 %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.6 +Version: 2.5.8 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -26,13 +26,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch %if %{with_tests} # For tests -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 >= 9.5.0 -%else -%global phpunit %{_bindir}/phpunit8 -BuildRequires: phpunit8 >= 8.5.13 -%endif BuildRequires: php(language) >= 5.4 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.14 with php-composer(%{c_vendor}/tc-lib-color) < 2) @@ -114,7 +109,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -135,6 +130,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet - 2.5.8-1 +- update to 2.5.8 (no change) + * Mon Jan 3 2022 Remi Collet - 2.5.6-1 - update to 2.5.6 (no change) -- cgit