summaryrefslogtreecommitdiffstats
path: root/php-laminas-form.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-25 10:46:19 +0200
committerRemi Collet <remi@remirepo.net>2021-05-25 10:46:19 +0200
commit8af4b5b63310b2742a23964cbaa464bf859f8fbc (patch)
tree2c002ca544f100b138e98cb587b200db07e0fa46 /php-laminas-form.spec
parent11e4479ee201295975ad67d2cbadc8eeb0bb82d2 (diff)
update to 2.17.0
Diffstat (limited to 'php-laminas-form.spec')
-rw-r--r--php-laminas-form.spec9
1 files changed, 7 insertions, 2 deletions
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 <remi@remirepo.net> - 2.17.0-1
+- update to 2.17.0
+
* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 2.16.3-1
- update to 2.16.3 (no change)