diff options
| -rw-r--r-- | php-phpmailer6.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 618aa2c..9e2ac07 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@  # Please preserve changelog entries  #  # Github -%global gh_commit    992392437c2e2784e0dc41446024fe411d293c96 +%global gh_commit    7a4459cff6abeb86b63cdbad760f567252f3f39c  %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.1 +Version:        6.0.2  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -193,6 +193,9 @@ exit $ret  %changelog +* Fri Dec  1 2017 Remi Collet <remi@remirepo.net> - 6.0.2-1 +- Update to 6.0.2 +  * Wed Nov 15 2017 Remi Collet <remi@remirepo.net> - 6.0.1-1  - initial rpm, version 6.0.1  - open https://github.com/PHPMailer/PHPMailer/issues/1243 for FSF address  | 
