diff --git a/nodejs-minimatch-3.0.4.tar.gz b/nodejs-minimatch-3.0.4.tar.gz deleted file mode 100644 index d3442ba1901a2864fb9be5e87031fb2cf268aa78..0000000000000000000000000000000000000000 Binary files a/nodejs-minimatch-3.0.4.tar.gz and /dev/null differ diff --git a/nodejs-minimatch-3.1.2.tar.gz b/nodejs-minimatch-3.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62173d72d54cc2627a7a1db5ae61519c4c5f1a40 Binary files /dev/null and b/nodejs-minimatch-3.1.2.tar.gz differ diff --git a/nodejs-minimatch.spec b/nodejs-minimatch.spec index 7c0e8c3a7a2ecd383067c9d1b7b75fbd398e056c..c2759f983acc9ae56cec01543708ed4c8e6d6601 100644 --- a/nodejs-minimatch.spec +++ b/nodejs-minimatch.spec @@ -1,12 +1,13 @@ %{?nodejs_find_provides_and_requires} %global enable_tests 0 Name: nodejs-minimatch -Version: 3.0.4 +Version: 3.1.2 Release: 1 Summary: JavaScript glob matcher License: MIT URL: https://github.com/isaacs/minimatch Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz + BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -15,7 +16,7 @@ BuildRequires: npm(tap) npm(brace-expansion) Converts glob expressions to JavaScript "RegExp" objects. %prep -%autosetup -n minimatch-%{version} +%autosetup -n minimatch-%{version} -p1 %build @@ -40,5 +41,8 @@ cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch %{nodejs_sitelib}/minimatch %changelog +* Sat Sep 02 2023 Ge Wang - 3.1.2-1 +- Update to 3.1.2 + * Mon Aug 17 2020 wutao - 3.0.4-1 - Package init