summaryrefslogtreecommitdiffstats
path: root/php-phpmailer6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-14 14:17:21 +0200
committerRemi Collet <remi@php.net>2022-06-14 14:17:21 +0200
commitba0618681fb688564b5ebec010b1c702a5505064 (patch)
treeb16f5617653e4d1a9652a5ac453ad1eb2db7a366 /php-phpmailer6.spec
parentb9a7c31848e3ca9b7944826e4b224803640d565a (diff)
update to 6.6.2
Diffstat (limited to 'php-phpmailer6.spec')
-rw-r--r--php-phpmailer6.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index 99779ab..a323067 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit e43bac82edc26ca04b36143a48bde1c051cfd5b1
+%global gh_commit b52ed06864fdda81b82ec8bf564cf15d45ed4f95
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner PHPMailer
%global gh_project PHPMailer
@@ -23,7 +23,7 @@
%global php_home %{_datadir}/php
Name: php-%{pk_project}%{major}
-Version: 6.6.0
+Version: 6.6.2
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -183,7 +183,7 @@ popd
: Run upstream test suite
ret=0
-for cmd in php php74 php80 php81; do
+for cmd in php php74 php80 php81 php82; do
if which $cmd; then
$cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \
%{phpunit} --exclude slow,pop3,languages --verbose || ret=1
@@ -209,6 +209,9 @@ exit $ret
%changelog
+* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 6.6.2-1
+- update to 6.6.2
+
* Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 6.6.0-1
- update to 6.6.0