summaryrefslogtreecommitdiffstats
path: root/php-monolog2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-04 08:15:50 +0200
committerRemi Collet <remi@remirepo.net>2021-10-04 08:15:50 +0200
commitf2d4830085cb101ef694a30255aa54fa2d7878fe (patch)
tree9ebbfa66882b5fa7196c7e47be906b8df531cbd2 /php-monolog2.spec
parent4f647a74b8253ea7acc896ca4a6b1d0a739ad9d2 (diff)
update to 2.3.5
Diffstat (limited to 'php-monolog2.spec')
-rw-r--r--php-monolog2.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-monolog2.spec b/php-monolog2.spec
index 5b8a6e1..0a1b255 100644
--- a/php-monolog2.spec
+++ b/php-monolog2.spec
@@ -11,8 +11,8 @@
%global github_owner Seldaek
%global github_name monolog
-%global github_version 2.3.4
-%global github_commit 437e7a1c50044b92773b361af77620efb76fff59
+%global github_version 2.3.5
+%global github_commit fd4380d6fc37626e2f799f29d91195040137eba9
%global composer_vendor monolog
%global composer_project monolog
@@ -203,10 +203,11 @@ rm -f tests/Monolog/Handler/RollbarHandlerTest.php
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit8)
-for PHP_EXEC in "" php73 php74 php80 php81; do
+for PHP_EXEC in "" php73 php80 php81; do
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose || RETURN_CODE=1
fi
+ rm -rf .hg
done
exit $RETURN_CODE
%else
@@ -225,6 +226,9 @@ exit $RETURN_CODE
%changelog
+* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 2.3.5-1
+- update to 2.3.5
+
* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 2.3.4-1
- update to 2.3.4
- allow psr/log v2 and v3