diff options
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-phpmailer6.spec | 24 |
2 files changed, 13 insertions, 14 deletions
diff --git a/composer.json b/composer.json index fa170a0..7b008b7 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true - } + }, + "lock": false }, "require": { "php": ">=5.5.0", diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index c8f3860..d7079de 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 039de174cd9c17a8389754d3b877a2ed22743e18 +%global gh_commit a7b17b42fa4887c92146243f3d2f4ccb962af17c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPMailer %global gh_project PHPMailer @@ -23,8 +23,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_project}%{major} -Version: 6.9.1 -Release: 4%{?dist} +Version: 6.9.2 +Release: 1%{?dist} Summary: Full-featured email creation and transfer class for PHP License: LGPL-2.1-only @@ -60,7 +60,7 @@ BuildRequires: php-fedora-autoloader-devel # "squizlabs/php_codesniffer": "^3.7.2", # "yoast/phpunit-polyfills": "^1.0.4" %global phpunit %{_bindir}/phpunit7 -BuildRequires: php-composer(yoast/phpunit-polyfills) >= 1.0.0 +BuildRequires: (php-composer(yoast/phpunit-polyfills) >= 1.0.4 with php-composer(yoast/phpunit-polyfills) < 2) BuildRequires: %{phpunit} BuildRequires: %{_sbindir}/smtp-sink %endif @@ -77,11 +77,7 @@ Requires: php-filter Requires: php-hash # from phpcompatinfo report on version 6.1.3 Requires: php-date -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Recommends: php-imap -%else -Requires: php-imap -%endif Requires: php-intl Requires: php-mbstring Requires: php-openssl @@ -95,9 +91,7 @@ Requires: php-pcre # "psr/log": "For optional PSR-3 debug logging", # "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication", # "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Suggests: php-composer(psr/log) -%endif # Autoloader Requires: php-composer(fedora/autoloader) @@ -187,7 +181,7 @@ popd : Run upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd -d "sendmail_path=$PWD/test/fakesendmail.sh -t -i " \ %{phpunit} --exclude slow,pop3,languages --verbose || ret=1 @@ -202,8 +196,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %license COMMITMENT %doc *.md @@ -213,6 +205,12 @@ exit $ret %changelog +* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 6.9.2-1 +- update to 6.9.2 + +* Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 6.9.1-6 +- fix build dependency on yoast/phpunit-polyfills 1.0.4 + * Sun Jun 30 2024 Remi Collet <remi@remirepo.net> - 6.9.1-4 - add missing dependency on php-fedora-autoloader |