summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-30 08:49:41 +0200
committerRemi Collet <remi@php.net>2024-08-30 08:49:41 +0200
commit4465480c3c741e1f0d4e7c63626a8ca8c6a32d92 (patch)
treec5f6a37ea9d9d6bdd3035d72c4760587d4d60bbb
parent7b0c22889807dea798ac8f8ac50d7bba81fa07ea (diff)
fix build dependency on yoast/phpunit-polyfills 1.0.4HEADmaster
-rw-r--r--php-phpmailer6.spec9
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