diff options
-rw-r--r-- | php-phpmailer6.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index c8f3860..c1d430e 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -24,7 +24,7 @@ Name: php-%{pk_project}%{major} Version: 6.9.1 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Full-featured email creation and transfer class for PHP License: LGPL-2.1-only @@ -60,7 +60,7 @@ BuildRequires: php-fedora-autoloader-devel # "squizlabs/php_codesniffer": "^3.7.2", # "yoast/phpunit-polyfills": "^1.0.4" %global phpunit %{_bindir}/phpunit7 -BuildRequires: php-composer(yoast/phpunit-polyfills) >= 1.0.0 +BuildRequires: (php-composer(yoast/phpunit-polyfills) >= 1.0.4 with php-composer(yoast/phpunit-polyfills) < 2) BuildRequires: %{phpunit} BuildRequires: %{_sbindir}/smtp-sink %endif @@ -202,8 +202,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %license COMMITMENT %doc *.md @@ -213,6 +211,9 @@ exit $ret %changelog +* Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 6.9.1-6 +- fix build dependency on yoast/phpunit-polyfills 1.0.4 + * Sun Jun 30 2024 Remi Collet <remi@remirepo.net> - 6.9.1-4 - add missing dependency on php-fedora-autoloader |