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 b9548d6..c904d05 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 3050a4ae75dfe23cd8d24080bad654619d01c696 +%global gh_commit cb3ea134d4d3729e7857737d5f320cce9caf4d32 %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.4 +Version: 6.0.5 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -198,6 +198,9 @@ exit $ret %changelog +* Wed Mar 28 2018 Remi Collet <remi@remirepo.net> - 6.0.5-1 +- update to 6.0.5 (no change) + * Tue Mar 27 2018 Remi Collet <remi@remirepo.net> - 6.0.4-1 - update to 6.0.4 - add patch to fix lang_path with RPM layout |