From 76291982038a940a39d286abbf7eafd2f8931c3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jun 2022 07:50:31 +0200 Subject: update to 2.15.0 --- php-laminas-inputfilter.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-laminas-inputfilter.spec') diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 1b75dbb..edd84e2 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-inputfilter # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6124b3678051b792d1444be689cf9370531593a6 +%global gh_commit 14dca8785b9d78ddfef725942854d9c8e81405b9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-inputfilter @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.13.0 +Version: 2.15.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -183,7 +183,7 @@ exit (class_exists("\\Zend\\%{library}\\Input") ? 0 : 1); : upstream test suite ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ --filter '^((?!(testProvidesExpectedConfiguration)).)*$' \ @@ -206,6 +206,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Thu Jun 9 2022 Remi Collet - 2.15.0-1 +- update to 2.15.0 + * Fri Dec 3 2021 Remi Collet - 2.13.0-1 - update to 2.13.0 - keep compatibility using laminas-zendframework-bridge -- cgit