diff options
Diffstat (limited to 'php-phpmailer7.spec')
| -rw-r--r-- | php-phpmailer7.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpmailer7.spec b/php-phpmailer7.spec index 43875c4..781ea41 100644 --- a/php-phpmailer7.spec +++ b/php-phpmailer7.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-phpmailer7 # -# SPDX-FileCopyrightText: Copyright 2017-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2017-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please preserve changelog entries # # Github -%global gh_commit 360ae911ce62e25e11249f6140fa58939f556ebe +%global gh_commit ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088 %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.1 +Version: 7.0.2 Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP @@ -175,7 +175,7 @@ popd : Run upstream test suite ret=0 -for cmd in php php81 php82 php83 php84 php85; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ %{phpunit} \ @@ -204,6 +204,9 @@ exit $ret %changelog +* Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 7.0.2-1 +- update to 7.0.2 + * Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1 - update to 7.0.1 |
