!12 [sync] PR-11: Update to version 3.1.2

From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-09-02 03:37:33 +00:00 committed by Gitee
commit 9c8165b8cf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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} %{?nodejs_find_provides_and_requires}
%global enable_tests 0 %global enable_tests 0
Name: nodejs-minimatch Name: nodejs-minimatch
Version: 3.0.4 Version: 3.1.2
Release: 1 Release: 1
Summary: JavaScript glob matcher Summary: JavaScript glob matcher
License: MIT License: MIT
URL: https://github.com/isaacs/minimatch URL: https://github.com/isaacs/minimatch
Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/isaacs/minimatch/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -15,7 +16,7 @@ BuildRequires: npm(tap) npm(brace-expansion)
Converts glob expressions to JavaScript "RegExp" objects. Converts glob expressions to JavaScript "RegExp" objects.
%prep %prep
%autosetup -n minimatch-%{version} %autosetup -n minimatch-%{version} -p1
%build %build
@ -40,5 +41,8 @@ cp -p package.json minimatch.js %{buildroot}%{nodejs_sitelib}/minimatch
%{nodejs_sitelib}/minimatch %{nodejs_sitelib}/minimatch
%changelog %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 * Mon Aug 17 2020 wutao <wutao61@huawei.com> - 3.0.4-1
- Package init - Package init