From 02f4ec533d0ea0b57492eae19f2f533dc342da24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Mar 2017 10:38:51 +0100 Subject: php-Monolog: 1.22.1 --- php-Monolog.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-Monolog.spec') diff --git a/php-Monolog.spec b/php-Monolog.spec index 3de0e6b..fbcea9b 100644 --- a/php-Monolog.spec +++ b/php-Monolog.spec @@ -12,8 +12,8 @@ %global github_owner Seldaek %global github_name monolog -%global github_version 1.22.0 -%global github_commit bad29cb8d18ab0315e6c477751418a82c850d558 +%global github_version 1.22.1 +%global github_commit 1e044bc4b34e91743943479f1be7a1d5eb93add0 %global composer_vendor monolog %global composer_project monolog @@ -206,6 +206,10 @@ rm -f tests/Monolog/Handler/MongoDBHandlerTest.php : Remove GitProcessorTest because it requires a git repo rm -f tests/Monolog/Processor/GitProcessorTest.php +: Remove know to fail with PHP 7.1 and fixed in upstream master +sed -e 's/testUseMicrosecondTimestamps/SKIP_testUseMicrosecondTimestamps/' \ + -i tests/Monolog/LoggerTest.php + : Skip tests known to fail %if 0%{?rhel} > 0 sed 's/function testThrowsOnInvalidEncoding/function SKIP_testThrowsOnInvalidEncoding/' \ @@ -240,13 +244,16 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE -%doc *.mdown +%doc *.md %doc doc %doc composer.json %{phpdir}/Monolog %changelog +* Mon Mar 13 2017 Remi Collet - 1.22.1-1 +- Update to 1.22.1 + * Sat Nov 26 2016 Remi Collet - 1.22.0-1 - update to 1.22.0 - switch from symfony/class-loader to fedora/autoloader -- cgit