update to version 3.1.2

(cherry picked from commit dd550aba9c242373007d3fd30abc7135b08a1e7f)
This commit is contained in:
wang--ge 2023-09-02 11:16:20 +08:00 committed by openeuler-sync-bot
parent 27ba2946f1
commit 05f7918cfd
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <wang__ge@126.com> - 3.1.2-1
- Update to 3.1.2
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - 3.0.4-1
- Package init