summaryrefslogtreecommitdiffstats
path: root/php-phpmailer6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-07 18:12:00 +0100
committerRemi Collet <remi@remirepo.net>2018-01-07 18:12:00 +0100
commit850bf2de8bbd2df4d7981977854879c60a711dce (patch)
tree951cc31a1822db546fc797caf02cfa73600dfafd /php-phpmailer6.spec
parent14399d94b9aac19eb768d63466c7b323644bc6ed (diff)
v6.0.3
Diffstat (limited to 'php-phpmailer6.spec')
-rw-r--r--php-phpmailer6.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index 9e2ac07..8b414b4 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit 7a4459cff6abeb86b63cdbad760f567252f3f39c
+%global gh_commit 44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6
%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.2
+Version: 6.0.3
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -64,12 +64,13 @@ BuildRequires: %{_sbindir}/smtp-sink
# From composer.json, "require": {
# "require": {
# "php": ">=5.5.0",
-# "ext-ctype": "*"
+# "ext-ctype": "*",
+# "ext-filter": "*"
Requires: php(language) >= 5.5
Requires: php-ctype
+Requires: php-filter
# from phpcompatinfo report on version 6.0.1
Requires: php-date
-Requires: php-filter
Requires: php-hash
Requires: php-imap
Requires: php-intl
@@ -169,7 +170,7 @@ popd
: Run upstream test suite
ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php70 php71 php72; do
if which $cmd; then
$cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \
%{_bindir}/phpunit --exclude slow,pop3,languages --verbose || ret=1
@@ -193,6 +194,9 @@ exit $ret
%changelog
+* Sun Jan 7 2018 Remi Collet <remi@remirepo.net> - 6.0.3-1
+- Update to 6.0.3
+
* Fri Dec 1 2017 Remi Collet <remi@remirepo.net> - 6.0.2-1
- Update to 6.0.2