From 8af4b5b63310b2742a23964cbaa464bf859f8fbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 May 2021 10:46:19 +0200 Subject: update to 2.17.0 --- php-laminas-form.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-laminas-form.spec') diff --git a/php-laminas-form.spec b/php-laminas-form.spec index a28d175..61d94e8 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 76fe85b3f126183fe965d60e32e2bf6c7c108d61 +%global gh_commit 2a18e6724739f3f1875d30a6bb8ecedb3da5242e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -19,7 +19,7 @@ %bcond_without tests Name: php-%{gh_project} -Version: 2.16.3 +Version: 2.17.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -62,6 +62,8 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1 # "laminas/laminas-view": "^2.11.4", # "phpspec/prophecy-phpunit": "^2.0", # "phpunit/phpunit": "^9.4.2" +# "psalm/plugin-phpunit": "^0.15.1", +# "vimeo/psalm": "^4.7" BuildRequires: (php-composer(doctrine/annotations) >= 1.10.4 with php-composer(doctrine/annotations) < 2) BuildRequires: (php-autoloader(%{gh_owner}/laminas-cache) >= 2.9.0 with php-autoloader(%{gh_owner}/laminas-cache) < 3) BuildRequires: (php-autoloader(%{gh_owner}/laminas-captcha) >= 2.9.0 with php-autoloader(%{gh_owner}/laminas-captcha) < 3) @@ -279,6 +281,9 @@ exit $ret %changelog +* Tue May 25 2021 Remi Collet - 2.17.0-1 +- update to 2.17.0 + * Wed Apr 7 2021 Remi Collet - 2.16.3-1 - update to 2.16.3 (no change) -- cgit