From 4465480c3c741e1f0d4e7c63626a8ca8c6a32d92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Aug 2024 08:49:41 +0200 Subject: fix build dependency on yoast/phpunit-polyfills 1.0.4 --- php-phpmailer6.spec | 9 +++++---- 1 file 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 - 6.9.1-6 +- fix build dependency on yoast/phpunit-polyfills 1.0.4 + * Sun Jun 30 2024 Remi Collet - 6.9.1-4 - add missing dependency on php-fedora-autoloader -- cgit