From b56a13f814000bb563a7c96fc679cf95097d9e3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 12:50:54 +0200 Subject: update to 6.5.1 --- php-phpmailer6.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-phpmailer6.spec') diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index c449a4a..2b68544 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit a5b5c43e50b7fba655f793ad27303cd74c57363c +%global gh_commit dd803df5ad7492e1b40637f7ebd258fee5ca7355 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 6.5.0 +Version: 6.5.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -53,12 +53,14 @@ BuildRequires: php-fedora-autoloader-devel # From composer.json, "require-dev": { # "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", # "doctrine/annotations": "^1.2", +# "php-parallel-lint/php-console-highlighter": "^0.5.0", +# "php-parallel-lint/php-parallel-lint": "^1.3", # "phpcompatibility/php-compatibility": "^9.3.5", # "roave/security-advisories": "dev-latest", -# "squizlabs/php_codesniffer": "^3.5.6", -# "yoast/phpunit-polyfills": "^0.2.0" +# "squizlabs/php_codesniffer": "^3.6.0", +# "yoast/phpunit-polyfills": "^1.0.0" %global phpunit %{_bindir}/phpunit7 -BuildRequires: php-composer(yoast/phpunit-polyfills) >= 0.2.0 +BuildRequires: php-composer(yoast/phpunit-polyfills) >= 1.0.0 BuildRequires: %{phpunit} BuildRequires: %{_sbindir}/smtp-sink %endif @@ -181,7 +183,7 @@ popd : Run upstream test suite ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php73 php74 php80; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ %{phpunit} --exclude slow,pop3,languages --verbose || ret=1 @@ -207,6 +209,9 @@ exit $ret %changelog +* Wed Sep 1 2021 Remi Collet - 6.5.1-1 +- update to 6.5.1 + * Thu Jun 17 2021 Remi Collet - 6.5.0-1 - update to 6.5.0 -- cgit