diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-20 07:55:40 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-20 07:55:40 +0200 |
| commit | ef6f1410988a9259ccdd649ca82d21f83c465db3 (patch) | |
| tree | d60b8d4b066c099a6c1d435dea6f1e988f738a29 /php-tecnickcom-tc-lib-pdf-image.spec | |
| parent | db153ca4e68f4af4011b49d487bf6f2a87f78025 (diff) | |
update to 2.1.38 (no change)
open https://github.com/tecnickcom/tc-lib-pdf-image/pull/6 fix typo
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-image.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-image.spec | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index 1b8afe2..8e28646 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -6,18 +6,20 @@ # # Please, preserve the changelog entries # + +%bcond_without tests + %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-pdf-image %global php_project %{_datadir}/php/Com/Tecnick/Pdf/Image -%global with_tests 0%{!?_without_tests:1} %global forgeurl https://github.com/%{gh_owner}/%{gh_project} %global tag %{version} Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing PDF Image methods License: LGPL-3.0-or-later -Version: 2.1.36 +Version: 2.1.38 Release: 1%{?dist} %forgemeta @@ -25,10 +27,10 @@ URL: %{forgeurl} Source0: %{forgesource} BuildArch: noarch -%if %{with_tests} +%if %{with tests} # For tests %global phpunit %{_bindir}/phpunit11 -BuildRequires: phpunit11 >= 11.5.55 +BuildRequires: phpunit11 >= 11.5 BuildRequires: php(language) >= 8.2 BuildRequires: php-gd BuildRequires: php-zlib @@ -91,7 +93,7 @@ cp -pr src %{buildroot}%{php_project} %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php <?php @@ -123,6 +125,10 @@ exit $ret %changelog +* Mon Apr 20 2026 Remi Collet <remi@remirepo.net> - 2.1.38-1 +- update to 2.1.38 (no change) +- open https://github.com/tecnickcom/tc-lib-pdf-image/pull/6 fix typo + * Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.1.36-1 - update to 2.1.36 (no change) |
