diff options
| -rw-r--r-- | php-phpmailer6.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 047af2f..3946271 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@  # remirepo/fedora spec file for php-phpmailer6  # -# Copyright (c) 2017-2019 Remi Collet +# Copyright (c) 2017-2020 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please preserve changelog entries  #  # Github -%global gh_commit    c5e61d0729507049cec9673aa1a679f9adefd683 +%global gh_commit    a8bf068f64a580302026e484ee29511f661b2ad3  %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.1.4 +Version:        6.1.5  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -195,6 +195,9 @@ exit $ret  %changelog +* Sat Mar 14 2020 Remi Collet <remi@remirepo.net> - 6.1.5-1 +- update to 6.1.5 +  * Tue Dec 10 2019 Remi Collet <remi@remirepo.net> - 6.1.4-1  - update to 6.1.4  | 
