diff options
| -rw-r--r-- | php-monolog2.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-monolog2.spec b/php-monolog2.spec index 790f82a..57795d0 100644 --- a/php-monolog2.spec +++ b/php-monolog2.spec @@ -15,8 +15,8 @@  %global github_owner     Seldaek  %global github_name      monolog -%global github_version   2.9.1 -%global github_commit    f259e2b15fb95494c83f52d3caad003bbf5ffaa1 +%global github_version   2.9.2 +%global github_commit    437cb3628f4cf6042cc10ae97fc2b8472e48ca1f  %global composer_vendor  monolog  %global composer_project monolog @@ -209,7 +209,7 @@ rm -f tests/Monolog/Handler/SymfonyMailerHandlerTest.php  : Upstream tests  RETURN_CODE=0  PHPUNIT=$(which phpunit8) -for PHP_EXEC in "" php80 php81 php82; do +for PHP_EXEC in "" php81 php82 php83; do      if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then          $PHP_EXEC $PHPUNIT \            --filter '^((?!(testWriteInvalidResource)).)*$' \ @@ -234,6 +234,9 @@ exit $RETURN_CODE  %changelog +* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 2.9.2-1 +- update to 2.9.2 +  * Tue Feb  7 2023 Remi Collet <remi@remirepo.net> - 2.9.1-1  - update to 2.9.1  | 
