diff options
| -rw-r--r-- | php-phpmailer6.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 1b2f223..310e124 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@  # remirepo/fedora spec file for php-phpmailer6  # -# Copyright (c) 2017-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please preserve changelog entries  #  # Github -%global gh_commit    8190d73eb5def11a43cfb020b7f36db65330698c +%global gh_commit    0c41a36d4508d470e376498c1c0c527aa36a2d59  %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.6 +Version:        6.0.7  Release:        1%{?dist}  Summary:        Full-featured email creation and transfer class for PHP @@ -191,6 +191,7 @@ exit $ret  %files  %{!?_licensedir:%global license %%doc}  %license LICENSE +%license COMMITMENT  %doc *.md  %doc examples  %doc composer.json @@ -198,6 +199,9 @@ exit $ret  %changelog +* Mon Feb  4 2019 Remi Collet <remi@remirepo.net> - 6.0.7-1 +- update to 6.0.7 +  * Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 6.0.6-1  - update to 6.0.6  | 
