diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-17 11:14:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-17 11:14:24 +0200 |
commit | 492025ff2fd1a8f417a70e16b14b436548ad5538 (patch) | |
tree | e540e04b42b7bd8014a8a5dec8d1e5133dfbb7ad /php-swiftmailer.spec | |
parent | c92b6d27b7357240823c348d43ac5f451b18685d (diff) |
Diffstat (limited to 'php-swiftmailer.spec')
-rw-r--r-- | php-swiftmailer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index f3e5866..a10dd2f 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -6,7 +6,7 @@ # # Please preserve changelog entries # -%global gh_commit dd71cc1638ed7aebbb33f2e2b0edd2cf6ea73d97 +%global gh_commit 181b89f18a90f8925ef805f950d47a7190e9b950 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swiftmailer %global gh_project swiftmailer @@ -14,7 +14,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_project} -Version: 5.4.10 +Version: 5.4.12 Release: 1%{?dist} Summary: Free Feature-rich PHP Mailer @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 5.4.12-1 +- update to 5.4.12 + * Fri Jul 27 2018 Remi Collet <remi@remirepo.net> - 5.4.10-1 - update to 5.4.10 |