summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-16 06:56:16 +0100
committerRemi Collet <remi@remirepo.net>2018-11-16 06:56:16 +0100
commitcba9e34fd297c48dd472bf53abffcd92de0a03ba (patch)
tree73dcdb62dc1fa1078a255542349308970e61b622
parent99f68c8adeef59f0e11c739dc7d9969e0bbfe621 (diff)
v5.2.27
-rw-r--r--php-PHPMailer.spec8
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