diff --git a/nodejs-minimatch-3.0.4.tar.gz b/nodejs-minimatch-3.0.4.tar.gz deleted file mode 100644 index d3442ba..0000000 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 0000000..62173d7 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 7c0e8c3..c2759f9 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