diff options
| -rw-r--r-- | php-PHPMailer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-PHPMailer.spec b/php-PHPMailer.spec index eeef9d0..e770d29 100644 --- a/php-PHPMailer.spec +++ b/php-PHPMailer.spec @@ -9,14 +9,14 @@  #  %global github_user  PHPMailer  %global github_app   PHPMailer -%global github_tag   dde1db116511aa4956389d75546c5be4c2beb2a6 +%global github_tag   acba50393dd03da69a50226c139722af8b153b11  %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.27 +Version:	5.2.28  Release:	1%{?dist}  License:	LGPLv2+  URL:		https://github.com/%{github_user}/%{github_app} @@ -139,6 +139,9 @@ version_compare($mailer->Version, "%{version}", "=") or exit(1);  %changelog +* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 5.2.28-1 +- update to 5.2.28 +  * Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 5.2.27-1  - update to 5.2.27  | 
