diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index 7023f30..e8f2e32 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b4f3b51aa0f2aa4452fa3cb1458ee6c8ba15c0dd +%global gh_commit a02a138f4a637eabac431e742b0b675e828dbed4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 8.1.5 +Version: 8.2.2 Release: 1%{?dist} Summary: PHP PDF Library @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with tests} # For tests %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 >= 10.5.40 +BuildRequires: phpunit10 >= 10.5.58 BuildRequires: php(language) >= 8.1 BuildRequires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3) BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3) @@ -173,7 +173,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84 php85; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -196,6 +196,9 @@ exit $ret %changelog +* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 8.2.2-1 +- update to 8.2.2 + * Mon Jun 23 2025 Remi Collet <remi@remirepo.net> - 8.1.5-1 - update to 8.1.5 |
