diff options
| -rw-r--r-- | php-phpmailer6.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index c904d05..1b2f223 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@  # remirepo/fedora spec file for php-phpmailer6  # -# Copyright (c) 2017 Remi Collet +# Copyright (c) 2017-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please preserve changelog entries  #  # Github -%global gh_commit    cb3ea134d4d3729e7857737d5f320cce9caf4d32 +%global gh_commit    8190d73eb5def11a43cfb020b7f36db65330698c  %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.0.5 +Version:        6.0.6  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -174,7 +174,7 @@ popd  : Run upstream test suite  ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do    if which $cmd; then      $cmd  -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \        %{_bindir}/phpunit --exclude slow,pop3,languages --verbose || ret=1 @@ -198,6 +198,9 @@ exit $ret  %changelog +* Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 6.0.6-1 +- update to 6.0.6 +  * Wed Mar 28 2018 Remi Collet <remi@remirepo.net> - 6.0.5-1  - update to 6.0.5 (no change)  | 
