diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-04 09:02:11 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-04 09:02:11 +0100 |
| commit | aa0afffc394572b2c27482427c227beb3a102a26 (patch) | |
| tree | 6c431e76a1deef4c9bce25602997a2a7a5d3475d | |
| parent | bb66f3fd374547308de7f93fbd35eb37eca7b21f (diff) | |
update to 8.2.2
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 601ab25..e40537a 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.13.0" + "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58", + "squizlabs/php_codesniffer": "4.0.1" }, "autoload": { "psr-4": { 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 |
