summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-14 15:33:50 +0100
committerRemi Collet <remi@php.net>2022-03-14 15:33:50 +0100
commit8160c041e7b15f1845cf88345bf0fc426ffe9fdc (patch)
tree94a3cbb36e655fd6b1d615748992fa409c9e00f9
parentd2d1b8d65389ca0c3ba55f6ca8d07a31783875e3 (diff)
update to 1.27.0
-rw-r--r--composer.json4
-rw-r--r--php-Monolog.spec16
2 files changed, 15 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index d2deab7..aecc40f 100644
--- a/composer.json
+++ b/composer.json
@@ -54,5 +54,7 @@
"test": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan analyse"
},
- "lock": false
+ "config": {
+ "lock": false
+ }
}
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 <remi@remirepo.net> - 1.27.0-1
+- update to 1.27.0
+
+* Mon Sep 20 2021 Shawn Iwinski <shawn.iwinski@gmail.com> - 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 <remi@remirepo.net> - 1.26.1-1
- update to 1.26.1