From 1aaaed60da5cdc980c927ebd5dc40e853e782a52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Jun 2021 16:49:01 +0200 Subject: update to 3.5.1 --- php-laminas-test.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-laminas-test.spec') diff --git a/php-laminas-test.spec b/php-laminas-test.spec index e7037c4..38ea2e8 100644 --- a/php-laminas-test.spec +++ b/php-laminas-test.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a91af6342c1f0d8d917609fca1fe960cfaac4c2e +%global gh_commit 621eced0d747ead65c39ab0fc507f66e9bdca276 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-test @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -60,7 +60,9 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1 # "laminas/laminas-serializer": "^2.6.1", # "laminas/laminas-session": "^2.8.5", # "laminas/laminas-validator": "^2.8", -# "mikey179/vfsstream": "~1.6.8" +# "mikey179/vfsstream": "^1.6.8", +# "psalm/plugin-phpunit": "^0.16.0", +# "vimeo/psalm": "^4.7" BuildRequires: (php-autoloader(%{gh_owner}/laminas-i18n) >= 2.6 with php-autoloader(%{gh_owner}/laminas-i18n) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-log) >= 2.7.1 with php-autoloader(%{gh_owner}/laminas-log) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-modulemanager) >= 2.7.1 with php-autoloader(%{gh_owner}/laminas-modulemanager) < 3) @@ -108,8 +110,6 @@ BuildRequires: php-fedora-autoloader-devel # "laminas/laminas-uri": "^2.5", # "laminas/laminas-view": "^2.6.3", # "laminas/laminas-zendframework-bridge": "^1.1", -# "vimeo/psalm": "^4.7.0", -# "psalm/plugin-phpunit": "^0.15.0", # "phpunit/phpunit": "^8.0 || ^9.0" Requires: php(language) >= 7.3 # remirepo:1 @@ -276,6 +276,9 @@ exit $ret %changelog +* Mon Jun 14 2021 Remi Collet - 3.5.1-1 +- update to 3.5.1 + * Thu Jun 10 2021 Remi Collet - 3.5.0-1 - update to 3.5.0 - raise dependency on PHP 7.3 -- cgit