diff options
| author | Remi Collet <remi@remirepo.net> | 2018-03-28 09:04:16 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-03-28 09:04:16 +0200 | 
| commit | c2be0f20f544d9386043f7f2667715bddc03d4d6 (patch) | |
| tree | ef3d4d4297716ff74b0385dad669c1c4a6a24dd2 | |
| parent | 383511d70528a6a670b73bd8e38d2c6ed9329e47 (diff) | |
update to 6.0.5 (no change)
| -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  | 
