diff --git a/nodejs-minimatch.spec b/nodejs-minimatch.spec index c2759f983acc9ae56cec01543708ed4c8e6d6601..28414dc3583816a530a4c87a15e62706845c0d0b 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