diff options
Diffstat (limited to 'php-swiftmailer6.spec')
-rw-r--r-- | php-swiftmailer6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-swiftmailer6.spec b/php-swiftmailer6.spec index c99de5d..55d0dd1 100644 --- a/php-swiftmailer6.spec +++ b/php-swiftmailer6.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-swiftmailer6 # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please preserve changelog entries # -%global gh_commit aa899fef280b1c1aec8d5d4ac069af7f80c89a23 +%global gh_commit 7d760881d266d63c5e7a1155cbcf2ac656a31ca8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swiftmailer %global gh_project swiftmailer @@ -16,7 +16,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_project}%{major} -Version: 6.1.1 +Version: 6.1.2 Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer @@ -168,6 +168,9 @@ exit $ret %changelog +* Fri Jul 13 2018 Remi Collet <remi@remirepo.net> - 6.1.2-1 +- update to 6.1.2 + * Wed Jul 4 2018 Remi Collet <remi@remirepo.net> - 6.1.1-1 - update to 6.1.1 |