From 1042e435faa6d986f84bedeff8111a96c2f27beb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Sep 2019 08:04:58 +0200 Subject: v6.1.1 --- composer.json | 2 +- php-phpmailer6.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ee4e890..d1b1417 100644 --- a/composer.json +++ b/composer.json @@ -51,5 +51,5 @@ "PHPMailer\\Test\\": "test/" } }, - "license": "LGPL-2.1" + "license": "LGPL-2.1-only" } diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 310e124..44b7824 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 0c41a36d4508d470e376498c1c0c527aa36a2d59 +%global gh_commit 26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer @@ -23,11 +23,11 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 6.0.7 +Version: 6.1.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP -License: LGPLv2+ +License: LGPLv2 URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite Source0: %{name}-%{version}-%{gh_short}.tgz @@ -174,7 +174,7 @@ popd : Run upstream test suite ret=0 -for cmd in php php70 php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ %{_bindir}/phpunit --exclude slow,pop3,languages --verbose || ret=1 @@ -199,6 +199,9 @@ exit $ret %changelog +* Mon Sep 30 2019 Remi Collet - 6.1.1-1 +- update to 6.1.1 + * Mon Feb 4 2019 Remi Collet - 6.0.7-1 - update to 6.0.7 -- cgit