diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-07 07:23:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-07 07:23:26 +0100 |
commit | 6ff6cfd5f5bece5ecb426ae68da57f7370641bc1 (patch) | |
tree | 06255f32e6c5d50135ba8147074900373c7869a5 /php-laminas-validator.spec | |
parent | 3517d63d43d29ed9a46dc028dc13ab19a720473a (diff) |
update to 2.13.5
Diffstat (limited to 'php-laminas-validator.spec')
-rw-r--r-- | php-laminas-validator.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index b8ef898..7f327a9 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-laminas-validator # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,7 +8,7 @@ # # When buid without config, db, filter, http, session, uri %global bootstrap 0 -%global gh_commit 93593684e70b8ed1e870cacd34ca32b0c0ace185 +%global gh_commit d334dddda43af263d6a7e5024fd2b013cb6981f7 %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.13.4 +Version: 2.13.5 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -250,6 +250,7 @@ exit (class_exists("\\Zend\\%{library}\\Hex") ? 0 : 1); : upstream test suite ret=0 +# TODO PHP 8 for cmd in php php72 php73 php74; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit8 --verbose || ret=1 @@ -272,6 +273,9 @@ exit $ret %changelog +* Thu Jan 7 2021 Remi Collet <remi@remirepo.net> - 2.13.5-1 +- update to 2.13.5 + * Wed Apr 1 2020 Remi Collet <remi@remirepo.net> - 2.13.4-1 - update to 2.13.4 |