summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-03 06:49:03 +0200
committerRemi Collet <remi@remirepo.net>2021-05-03 06:49:03 +0200
commit2851289506016f226fa5a95a5c44b5123bb192dd (patch)
tree7da2afd4c8360f311cd3bfb3fa06e5d8c11a1b7b
parent4601790c9c70340a58105e2c5f92a53671d750d2 (diff)
update to 6.4.1
-rw-r--r--composer.json6
-rw-r--r--php-phpmailer6.spec7
2 files changed, 10 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index b8aa5cf..58393b2 100644
--- a/composer.json
+++ b/composer.json
@@ -57,5 +57,9 @@
"PHPMailer\\Test\\": "test/"
}
},
- "license": "LGPL-2.1-only"
+ "license": "LGPL-2.1-only",
+ "scripts": {
+ "check": "./vendor/bin/phpcs",
+ "test": "./vendor/bin/phpunit"
+ }
}
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec
index 113cc0b..67ebe2b 100644
--- a/php-phpmailer6.spec
+++ b/php-phpmailer6.spec
@@ -7,7 +7,7 @@
# Please preserve changelog entries
#
# Github
-%global gh_commit 050d430203105c27c30efd1dce7aa421ad882d01
+%global gh_commit 9256f12d8fb0cd0500f93b19e18c356906cbed3d
%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.4.0
+Version: 6.4.1
Release: 1%{?dist}
Summary: Full-featured email creation and transfer class for PHP
@@ -207,6 +207,9 @@ exit $ret
%changelog
+* Mon May 3 2021 Remi Collet <remi@remirepo.net> - 6.4.1-1
+- update to 6.4.1
+
* Thu Apr 1 2021 Remi Collet <remi@remirepo.net> - 6.4.0-1
- update to 6.4.0