From 2851289506016f226fa5a95a5c44b5123bb192dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 06:49:03 +0200 Subject: update to 6.4.1 --- composer.json | 6 +++++- php-phpmailer6.spec | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b8aa5cf..58393b2 100644 --- a/composer.json +++ b/composer.json @@ -57,5 +57,9 @@ "PHPMailer\\Test\\": "test/" } }, - "license": "LGPL-2.1-only" + "license": "LGPL-2.1-only", + "scripts": { + "check": "./vendor/bin/phpcs", + "test": "./vendor/bin/phpunit" + } } diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 113cc0b..67ebe2b 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 050d430203105c27c30efd1dce7aa421ad882d01 +%global gh_commit 9256f12d8fb0cd0500f93b19e18c356906cbed3d %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.4.0 +Version: 6.4.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -207,6 +207,9 @@ exit $ret %changelog +* Mon May 3 2021 Remi Collet - 6.4.1-1 +- update to 6.4.1 + * Thu Apr 1 2021 Remi Collet - 6.4.0-1 - update to 6.4.0 -- cgit