diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-10 11:38:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-10 11:38:24 +0100 |
commit | 60fead666fee233152ecc3d9e693f71ec5d88ae8 (patch) | |
tree | 942febf2dd5606f7bfc9e766229df3d2e3b95e3c /php-laminas-session.spec | |
parent | ab58d009f0d926f0d6f526dfc384796583af70a7 (diff) |
ignore tests for deprecation
Diffstat (limited to 'php-laminas-session.spec')
-rw-r--r-- | php-laminas-session.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/php-laminas-session.spec b/php-laminas-session.spec index 3ae71a9..43e0d63 100644 --- a/php-laminas-session.spec +++ b/php-laminas-session.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 2.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -89,8 +89,7 @@ BuildRequires: php-fedora-autoloader-devel # From composer, "require": { # "php": "^7.3 || ~8.0.0 || ~8.1.0", # "laminas/laminas-eventmanager": "^3.4", -# "laminas/laminas-stdlib": "^3.4", -# "laminas/laminas-zendframework-bridge": "^1.0" +# "laminas/laminas-stdlib": "^3.6" Requires: php(language) >= 7.3 %if ! %{bootstrap} # remirepo:1 @@ -215,9 +214,10 @@ exit (class_exists("\\Zend\\%{library}\\Container") ? 0 : 1); : upstream test suite ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ + --filter '^((?!(testSetEntropyFileError|testGetEntropyFileError|testGetEntropyLengthError|testSetEntropyLengthError|testGetHashFunctionError|testSetHashFunctionError|testGetHashBitsPerCharacterError|testSetHashBitsPerCharacterError)).)*$' \ --verbose || ret=1 fi done @@ -238,8 +238,13 @@ exit $ret %changelog +* Mon Nov 10 2021 Remi Collet <remi@remirepo.net> - 2.12.0-2 +- ignore tests for deprecation + * Fri Sep 24 2021 Remi Collet <remi@remirepo.net> - 2.12.0-1 - update to 2.12.0 +- keep compatibility using laminas-zendframework-bridge + as this is only used using compat autolader - raise dependency on laminas-eventmanager 3.4 - raise dependency on laminas-stdlib 3.6 |