diff options
Diffstat (limited to 'php-phpmailer7.spec')
| -rw-r--r-- | php-phpmailer7.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/php-phpmailer7.spec b/php-phpmailer7.spec index 24f10d3..43875c4 100644 --- a/php-phpmailer7.spec +++ b/php-phpmailer7.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit c7111310c6116ba508a6a170a89eaaed2129bd42 +%global gh_commit 360ae911ce62e25e11249f6140fa58939f556ebe %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: 7.0.0 +Version: 7.0.1 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -51,9 +51,8 @@ BuildRequires: php-fedora-autoloader-devel # "doctrine/annotations": "^1.236 || ^1.13.3", # "php-parallel-lint/php-console-highlighter": "^0.5.0", # "php-parallel-lint/php-parallel-lint": "^1.3.1", -# "phpcompatibility/php-compatibility": "^9.3.5", -# "roave/security-advisories": "dev-latest", -# "squizlabs/php_codesniffer": "^3.7.2", +# "phpcompatibility/php-compatibility": "^10.0.0@dev", +# "squizlabs/php_codesniffer": "^3.13.5", # "yoast/phpunit-polyfills": "^1.0.4" %global phpunit %{_bindir}/phpunit9 BuildRequires: (php-composer(yoast/phpunit-polyfills) >= 1.0.4 with php-composer(yoast/phpunit-polyfills) < 2) @@ -84,7 +83,8 @@ Requires: php-openssl # "league/oauth2-google": "Needed for Google XOAUTH2 authentication", # "psr/log": "For optional PSR-3 debug logging", # "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)", -# "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication" +# "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", +# "directorytree/imapengine": "For uploading sent messages via IMAP, see gmail example" Suggests: php-composer(psr/log) # Autoloader Requires: php-composer(fedora/autoloader) @@ -204,6 +204,9 @@ exit $ret %changelog +* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1 +- update to 7.0.1 + * Thu Oct 16 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1 - update to 7.0.0 - rename to php-phpmailer7 |
