From 68ad25a365ccddd0058de2e092c6ecb6d99ac499 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 May 2022 15:35:50 +0200 Subject: update to 2.6.0 --- php-monolog2.spec | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'php-monolog2.spec') diff --git a/php-monolog2.spec b/php-monolog2.spec index 57f558b..aefa112 100644 --- a/php-monolog2.spec +++ b/php-monolog2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-monolog2 # -# Copyright (c) 2012-2021 Shawn Iwinski +# Copyright (c) 2012-2022 Shawn Iwinski # Remi Collet # # License: MIT @@ -9,10 +9,14 @@ # Please preserve changelog entries # +# TODO optional (and not available yet) +# symfony/mailer + symfony/mime ^5.4 || ^6 +# guzzlehttp/guzzle + guzzlehttp/psr7 + %global github_owner Seldaek %global github_name monolog -%global github_version 2.5.0 -%global github_commit 4192345e260f1d51b365536199744b987e160edc +%global github_version 2.6.0 +%global github_commit 247918972acd74356b0a91dfaa5adcaec069b6c0 %global composer_vendor monolog %global composer_project monolog @@ -50,7 +54,7 @@ BuildArch: noarch %if %{with tests} ## composer.json BuildRequires: php(language) >= %{php_min_ver} -BuildRequires: phpunit8 >= 8.5 +BuildRequires: phpunit8 >= 8.5.14 # remirepo:1 %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= %{psrlog_min_ver} with php-composer(psr/log) < %{psrlog_max_ver}) @@ -198,6 +202,10 @@ rm -f tests/Monolog/Processor/GitProcessorTest.php rm -f tests/Monolog/Handler/SocketHandlerTest.php rm -f tests/Monolog/Handler/RollbarHandlerTest.php +: Not available +rm -f tests/Monolog/Handler/ElasticsearchHandlerTest.php +rm -f tests/Monolog/Handler/SymfonyMailerHandlerTest.php + : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit8) @@ -226,6 +234,9 @@ exit $RETURN_CODE %changelog +* Tue May 10 2022 Remi Collet - 2.6.0-1 +- update to 2.6.0 + * Mon Apr 11 2022 Remi Collet - 2.5.0-1 - update to 2.5.0 -- cgit