From 8160c041e7b15f1845cf88345bf0fc426ffe9fdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Mar 2022 15:33:50 +0100 Subject: update to 1.27.0 --- php-Monolog.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'php-Monolog.spec') diff --git a/php-Monolog.spec b/php-Monolog.spec index 3af8b48..c347be4 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.26.1 -%global github_commit c6b00f05152ae2c9b04a448f99c7590beb6042f5 +%global github_version 1.27.0 +%global github_commit 52ebd235c1f7e0d5e1b16464b695a28335f8e44a %global composer_vendor monolog %global composer_project monolog @@ -35,8 +35,8 @@ %global swift_min_ver 5.3 %global swift_max_ver 6 -# Build using "--without tests" to disable tests -%bcond_without tests +# Build using "--with tests" to disable tests +%bcond_with tests %{!?phpdir: %global phpdir %{_datadir}/php} @@ -234,6 +234,14 @@ exit $RETURN_CODE %changelog +* Mon Mar 14 2022 Remi Collet - 1.27.0-1 +- update to 1.27.0 + +* Mon Sep 20 2021 Shawn Iwinski - 1.26.1-3 +- Fix "FTBFS in Fedora rawhide/f35" (RHBZ #1987804) +- Disable tests by default... REALLY need to get v2 available and dependants + updated to use v2 instead of this very old verion (i.e. v1) + * Mon May 31 2021 Remi Collet - 1.26.1-1 - update to 1.26.1 -- cgit