From 907941f38130cdf0ad2d713837518216a934acc4 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 7 Nov 2023 11:41:49 +0800 Subject: [PATCH] Modify brace-expansion version to 2.0.1 to compat latest nodejs-brace-expansion --- nodejs-minimatch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs-minimatch.spec b/nodejs-minimatch.spec index c2759f9..28414dc 100644 --- a/nodejs-minimatch.spec +++ b/nodejs-minimatch.spec @@ -2,7 +2,7 @@ %global enable_tests 0 Name: nodejs-minimatch Version: 3.1.2 -Release: 1 +Release: 2 Summary: JavaScript glob matcher License: MIT URL: https://github.com/isaacs/minimatch @@ -17,6 +17,7 @@ Converts glob expressions to JavaScript "RegExp" objects. %prep %autosetup -n minimatch-%{version} -p1 +%nodejs_fixdep brace-expansion '^2.0.1' %build @@ -41,6 +42,9 @@ cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch %{nodejs_sitelib}/minimatch %changelog +* Tue Nov 07 2023 yaoxin - 3.1.2-2 +- Modify brace-expansion version to 2.0.1 to compat latest nodejs-brace-expansion + * Sat Sep 02 2023 Ge Wang - 3.1.2-1 - Update to 3.1.2 -- Gitee