diff options
Diffstat (limited to 'php-PHPMailer.spec')
-rw-r--r-- | php-PHPMailer.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-PHPMailer.spec b/php-PHPMailer.spec index 92118e2..eeef9d0 100644 --- a/php-PHPMailer.spec +++ b/php-PHPMailer.spec @@ -9,17 +9,16 @@ # %global github_user PHPMailer %global github_app PHPMailer -%global github_tag 70362997bda4376378be7d92d81e2200550923f7 +%global github_tag dde1db116511aa4956389d75546c5be4c2beb2a6 %global github_short %(c=%{github_tag}; echo ${c:0:7}) %global arch_name %{github_app}-%{github_tag} Name: php-PHPMailer Summary: PHP email transport class with a lot of features -Version: 5.2.26 +Version: 5.2.27 Release: 1%{?dist} License: LGPLv2+ -Group: System Environment/Libraries URL: https://github.com/%{github_user}/%{github_app} Source0: https://github.com/%{github_user}/%{github_app}/archive/%{github_tag}/%{github_app}-%{version}-%{github_short}.tar.gz @@ -140,6 +139,9 @@ version_compare($mailer->Version, "%{version}", "=") or exit(1); %changelog +* Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 5.2.27-1 +- update to 5.2.27 + * Mon Nov 6 2017 Remi Collet <remi@remirepo.net> - 5.2.26-1 - Update to 5.2.26 |