diff options
| -rw-r--r-- | php-laminas-stdlib.spec | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index 6b56eb9..8eef0b8 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@  %bcond_without       tests  %endif -%global gh_commit    c53d8537f108fac3fae652677a19735db730ba46 +%global gh_commit    db581851a092246ad99e12d4fddf105184924c71  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-stdlib @@ -23,7 +23,7 @@  %global library      Stdlib  Name:           php-%{gh_project} -Version:        3.6.0 +Version:        3.6.1  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component @@ -145,12 +145,9 @@ EOF  : upstream test suite  ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do    if which $cmdarg; then      set $cmdarg -    if [ $($1 -r 'echo PHP_VERSION_ID;') -ge 80000 ]; then -       filter="--filter '^((?!(testReturnCatchedError|testThrowCatchedError|testCount)).)*$'" -    fi      $1 ${2:-%{_bindir}/phpunit9} $filter --verbose || ret=1    fi  done @@ -178,6 +175,9 @@ exit $ret  %changelog +* Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 3.6.1-1 +- update to 3.6.1 +  * Fri Sep  3 2021 Remi Collet <remi@remirepo.net> - 3.6.0-1  - update to 3.6.0  | 
