summaryrefslogtreecommitdiffstats
path: root/php-phpmailer6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-27 12:10:54 +0100
committerRemi Collet <remi@php.net>2023-11-27 12:10:54 +0100
commit962ecf6acefe9acac240d58cbb9c66bfba426e31 (patch)
tree5fde9de0be1a8cda6c05655b29074d0db4e5a9ce /php-phpmailer6.spec
parent2c9ab129ada4291b66f89d67d03259b5bda803a4 (diff)
update to 6.9.1HEADmaster
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 508d80c..2ca78e9 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit e88da8d679acc3824ff231fdc553565b802ac016
+%global gh_commit 039de174cd9c17a8389754d3b877a2ed22743e18
%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.8.1
+Version: 6.9.1
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -185,7 +185,7 @@ popd
: Run upstream test suite
ret=0
-for cmd in php php80 php81 php82; do
+for cmd in php php81 php82 php83; do
if which $cmd; then
$cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \
%{phpunit} --exclude slow,pop3,languages --verbose || ret=1
@@ -211,6 +211,9 @@ exit $ret
%changelog
+* Mon Nov 27 2023 Remi Collet <remi@remirepo.net> - 6.9.1-1
+- update to 6.9.1
+
* Tue Aug 29 2023 Remi Collet <remi@remirepo.net> - 6.8.1-1
- update to 6.8.1