diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-30 08:04:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-30 08:04:58 +0200 |
commit | 1042e435faa6d986f84bedeff8111a96c2f27beb (patch) | |
tree | 1b11ef752b92aeab53ce4468e19a6eeb72022edc | |
parent | 95c8d132563e7327e66f6e95e1c21748b42c8a75 (diff) |
v6.1.1
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 6.1.1-1 +- update to 6.1.1 + * Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 6.0.7-1 - update to 6.0.7 |