summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 16:31:20 +0100
committerRemi Collet <remi@php.net>2021-12-02 16:31:20 +0100
commit48d2b79f00bd8893c731d060d720b96356189108 (patch)
tree6733be1fb60c76bfeec88c807d3cea473852f649
parent7bf4e7f23cbb59c37b38cf11fc5737b39f37b5e0 (diff)
update to 2.15.1
-rw-r--r--php-laminas-validator.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec
index d9b2637..ca6e1f0 100644
--- a/php-laminas-validator.spec
+++ b/php-laminas-validator.spec
@@ -8,7 +8,7 @@
#
# When buid without db, filter, http, session, uri
%global bootstrap 0
-%global gh_commit 270380e87904f5a1a1fba3059989d4ca157e16a9
+%global gh_commit fbd87f30c0a27aaeeee8adb2f934c14fb6046c80
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-validator
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.15.0
+Version: 2.15.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -253,7 +253,7 @@ exit (class_exists("\\Zend\\%{library}\\Hex") ? 0 : 1);
: upstream test suite
ret=0
-for cmd in php php73 php74 php80 php81; do
+for cmd in php php74 php80 php81; do
if which $cmd; then
$cmd -d memory_limit=1G %{_bindir}/phpunit9 --verbose || ret=1
fi
@@ -275,6 +275,9 @@ exit $ret
%changelog
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 2.15.1-1
+- update to 2.15.1
+
* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 2.15.0-1
- update to 2.15.0
- keep compatibility using laminas-zendframework-bridge