From 48d2b79f00bd8893c731d060d720b96356189108 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Dec 2021 16:31:20 +0100 Subject: update to 2.15.1 --- php-laminas-validator.spec | 9 ++++++--- 1 file 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 - 2.15.1-1 +- update to 2.15.1 + * Thu Sep 9 2021 Remi Collet - 2.15.0-1 - update to 2.15.0 - keep compatibility using laminas-zendframework-bridge -- cgit