From f72c2b89eba9c99447cafb25abf85a9166e3daf1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 09:43:36 +0100 Subject: update to 2.12.1 --- php-laminas-inputfilter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-inputfilter.spec') diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 4132d19..e7eeb96 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b6ab28b425e626b12488fec243e02d36d8dffeff +%global gh_commit 461a7a27b70bd440f925a31221b7a5348cd0d0fd %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.12.0 +Version: 2.12.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -181,7 +181,7 @@ exit (class_exists("\\Zend\\%{library}\\Input") ? 0 : 1); : upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ --filter '^((?!(testProvidesExpectedConfiguration)).)*$' \ @@ -204,6 +204,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Mon Nov 29 2021 Remi Collet - 2.12.1-1 +- update to 2.12.1 + * Wed Mar 17 2021 Remi Collet - 2.12.0-1 - update to 2.12.0 (no change) -- cgit