From 12f99cdf93001a8309f079a0b0de4735fe39423b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 10:35:39 +0100 Subject: update to 2.21.0 --- php-laminas-mail.spec | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'php-laminas-mail.spec') diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index a961e10..431ed90 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 0516586f6bf4d47f855cbef040870ac3a324a9a8 +%global gh_commit 451b33522a4e7f17e097e45fceea4752c86a2ace %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mail @@ -18,7 +18,7 @@ %global library Mail Name: php-%{gh_project} -Version: 2.20.0 +Version: 2.21.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -49,15 +49,15 @@ BuildRequires: (php-composer(webmozart/assert) >= 1.11 # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~2.4.0", # "laminas/laminas-crypt": "^3.9.0", -# "laminas/laminas-db": "^2.15.0", -# "laminas/laminas-servicemanager": "^3.19", -# "phpunit/phpunit": "^9.5.25", -# "psalm/plugin-phpunit": "^0.18.0", +# "laminas/laminas-db": "^2.16", +# "laminas/laminas-servicemanager": "^3.20", +# "phpunit/phpunit": "^9.5.26", +# "psalm/plugin-phpunit": "^0.18.4", # "symfony/process": "^6.0.11", -# "vimeo/psalm": "^4.29" +# "vimeo/psalm": "^5.1" BuildRequires: (php-autoloader(%{gh_owner}/laminas-crypt) >= 3.9.0 with php-autoloader(%{gh_owner}/laminas-crypt) < 4) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-db) >= 2.15.0 with php-autoloader(%{gh_owner}/laminas-db) < 3) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.19 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-db) >= 2.16 with php-autoloader(%{gh_owner}/laminas-db) < 3) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.20 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) # ignore min version BuildRequires: (php-composer(symfony/process) >= 4 with php-composer(symfony/process) < 6) # remirepo:12 @@ -73,7 +73,7 @@ BuildRequires: php-laminas-db BuildRequires: php-laminas-servicemanager BuildRequires: php-symfony4-process %endif -BuildRequires: phpunit9 >= 9.5.25 +BuildRequires: phpunit9 >= 9.5.26 %global phpunit %{_bindir}/phpunit9 %endif # Autoloader @@ -241,6 +241,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet - 2.21.0-1 +- update to 2.21.0 + * Mon Nov 21 2022 Remi Collet - 2.20.0-1 - update to 2.20.0 -- cgit