From da5b78f90bdb12f9e89f9cac34df53c0df830a73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 16 Sep 2016 15:24:47 +0300 Subject: [PATCH] Version 5.2.15 (May 10th 2016) - Added ability to inject custom address validators, and set the default validator - Fix TLS 1.2 compatibility - Remove some excess line breaks in MIME structure - Updated Polish, Russian, Brazilian Portuguese, Georgian translations - More DRY! - Improve error messages - Update dependencies - Add example showing how to handle multiple form file uploads - Improve SMTP example - Improve Windows compatibility - Use consistent names for temp files - Fix gmail XOAUTH2 scope, thanks to @sherryl4george - Fix extra line break in getSentMIMEMessage() - Improve DKIM signing to use SHA-2 --- php-phpmailer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-phpmailer.spec b/php-phpmailer.spec index 99f465e..683458a 100644 --- a/php-phpmailer.spec +++ b/php-phpmailer.spec @@ -8,12 +8,12 @@ Summary: Full featured email transfer class for PHP Summary(pl.UTF-8): W pełni funkcjonalna klasa PHP do przesyłania e-maili Name: php-%{pkgname} -Version: 5.2.14 +Version: 5.2.15 Release: 1 License: LGPL v2.1 Group: Development/Languages/PHP Source0: https://github.com/PHPMailer/PHPMailer/archive/v%{version}/%{pkgname}-%{version}.tar.gz -# Source0-md5: 51ea9638f44bdbf65dcc0b2314b45699 +# Source0-md5: 34ff2c6d52062e3d7f648d314026ec36 URL: https://github.com/PHPMailer/PHPMailer BuildRequires: php-devel BuildRequires: php-pear-PhpDocumentor -- 2.43.0