diff options
| author | Remi Collet <remi@remirepo.net> | 2021-11-29 09:43:36 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-11-29 09:43:36 +0100 | 
| commit | f72c2b89eba9c99447cafb25abf85a9166e3daf1 (patch) | |
| tree | 29342cddf9a3ebd4481185a1aa0149669c015fd2 | |
| parent | 893ae8c3ae61c8002a4545af4421eb94235d4dcb (diff) | |
update to 2.12.1
| -rw-r--r-- | php-laminas-inputfilter.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.12.1-1 +- update to 2.12.1 +  * Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 2.12.0-1  - update to 2.12.0 (no change)  | 
