From dd0bd9bb9c01ff0b004fbf1983461e43f1c6c3f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Feb 2022 13:54:35 +0100 Subject: update to 6.5.4 --- php-phpmailer6.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-phpmailer6.spec') diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 9e4b0ca..dbdf868 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-phpmailer6 # -# Copyright (c) 2017-2021 Remi Collet +# Copyright (c) 2017-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please preserve changelog entries # # Github -%global gh_commit baeb7cde6b60b1286912690ab0693c7789a31e71 +%global gh_commit c0d9f7dd3c2aa247ca44791e9209233829d82285 %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.5.3 +Version: 6.5.4 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -54,10 +54,10 @@ BuildRequires: php-fedora-autoloader-devel # "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", # "doctrine/annotations": "^1.2", # "php-parallel-lint/php-console-highlighter": "^0.5.0", -# "php-parallel-lint/php-parallel-lint": "^1.3", +# "php-parallel-lint/php-parallel-lint": "^1.3.1", # "phpcompatibility/php-compatibility": "^9.3.5", # "roave/security-advisories": "dev-latest", -# "squizlabs/php_codesniffer": "^3.6.0", +# "squizlabs/php_codesniffer": "^3.6.2", # "yoast/phpunit-polyfills": "^1.0.0" %global phpunit %{_bindir}/phpunit7 BuildRequires: php-composer(yoast/phpunit-polyfills) >= 1.0.0 @@ -209,6 +209,9 @@ exit $ret %changelog +* Thu Feb 17 2022 Remi Collet - 6.5.4-1 +- update to 6.5.4 + * Fri Nov 26 2021 Remi Collet - 6.5.3-1 - update to 6.5.3 -- cgit