diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-05 13:57:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-05 13:57:34 +0100 |
commit | 3d4e64074d9d06b013fe3473255b76285eac8ed4 (patch) | |
tree | c1545ccab35341e08372d7d7a5cb6f017b066c80 /php-swiftmailer6.spec | |
parent | 5d6ca2ba896b6333b88403df90351e603eb44eb7 (diff) |
update to 6.2.6
Diffstat (limited to 'php-swiftmailer6.spec')
-rw-r--r-- | php-swiftmailer6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-swiftmailer6.spec b/php-swiftmailer6.spec index b02d6fb..5eaeaf9 100644 --- a/php-swiftmailer6.spec +++ b/php-swiftmailer6.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 698a6a9f54d7eb321274de3ad19863802c879fb7 +%global gh_commit d2791ff0b73247cdc2096b14f5580aba40c12bff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swiftmailer %global gh_project swiftmailer @@ -18,7 +18,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_project}%{major} -Version: 6.2.5 +Version: 6.2.6 Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer @@ -192,6 +192,9 @@ exit $ret %changelog +* Fri Mar 5 2021 Remi Collet <remi@remirepo.net> - 6.2.6-1 +- update to 6.2.6 + * Tue Jan 12 2021 Remi Collet <remi@remirepo.net> - 6.2.5-1 - update to 6.2.5 |