From 4edb200bc09cb8824ae522d0f890fe5bbd5cf27c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 May 2021 08:39:08 +0200 Subject: update to 2.14.1 --- php-laminas-mail.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-laminas-mail.spec') diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index b41aac7..4783c38 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 542686aebf480c6902ad7f08b52498e94818bc0a +%global gh_commit 180c6c7baa37cba16fe9fd34af0f346e796cf1a1 %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.14.0 +Version: 2.14.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -51,6 +51,8 @@ BuildRequires: (php-composer(true/punycode) >= 2.1 # "laminas/laminas-crypt": "^2.6 || ^3.0", # "laminas/laminas-servicemanager": "^3.2.1", # "phpunit/phpunit": "^9.3" +# "psalm/plugin-phpunit": "^0.15.1", +# "vimeo/psalm": "^4.7" BuildRequires: (php-autoloader(%{gh_owner}/laminas-config) >= 3.4 with php-autoloader(%{gh_owner}/laminas-config) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-crypt) >= 3.0 with php-autoloader(%{gh_owner}/laminas-crypt) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager) >= 3.2.1 with php-autoloader(%{gh_owner}/laminas-servicemanager) < 4) @@ -225,6 +227,9 @@ exit $ret %changelog +* Thu May 20 2021 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Thu Mar 18 2021 Remi Collet - 2.14.0-1 - update to 2.14.0 -- cgit