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 67ebe2b..c449a4a 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@  # Please preserve changelog entries  #  # Github -%global gh_commit    9256f12d8fb0cd0500f93b19e18c356906cbed3d +%global gh_commit    a5b5c43e50b7fba655f793ad27303cd74c57363c  %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.4.1 +Version:        6.5.0  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -207,6 +207,9 @@ exit $ret  %changelog +* Thu Jun 17 2021 Remi Collet <remi@remirepo.net> - 6.5.0-1 +- update to 6.5.0 +  * Mon May  3 2021 Remi Collet <remi@remirepo.net> - 6.4.1-1  - update to 6.4.1  | 
