summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-16 07:00:17 +0100
committerRemi Collet <remi@remirepo.net>2018-11-16 07:00:17 +0100
commit0d63f43a57ab29f08ec306806bf9e97ac4262a35 (patch)
treec6f2eeef175230ada45ee71fdae44c48f9b6477d
parentc2be0f20f544d9386043f7f2667715bddc03d4d6 (diff)
v6.0.6
-rw-r--r--php-phpmailer6.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index c904d05..1b2f223 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-phpmailer6
#
-# Copyright (c) 2017 Remi Collet
+# Copyright (c) 2017-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please preserve changelog entries
#
# Github
-%global gh_commit cb3ea134d4d3729e7857737d5f320cce9caf4d32
+%global gh_commit 8190d73eb5def11a43cfb020b7f36db65330698c
%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.0.5
+Version: 6.0.6
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -174,7 +174,7 @@ popd
: Run upstream test suite
ret=0
-for cmd in php php70 php71 php72; do
+for cmd in php php70 php71 php72 php73; do
if which $cmd; then
$cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \
%{_bindir}/phpunit --exclude slow,pop3,languages --verbose || ret=1
@@ -198,6 +198,9 @@ exit $ret
%changelog
+* Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 6.0.6-1
+- update to 6.0.6
+
* Wed Mar 28 2018 Remi Collet <remi@remirepo.net> - 6.0.5-1
- update to 6.0.5 (no change)