!2 Updating debug version

From: @chen-jan 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-02 10:18:26 +00:00 committed by Gitee
commit 18745ac018
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
%global enable_tests 1
Name: nodejs-array-index
Version: 1.0.0
Release: 1
Release: 2
Summary: Invoke getter/setter functions on array-like objects
License: MIT
URL: https://github.com/TooTallNate/array-index.git
@ -19,6 +19,7 @@ Invoke getter/setter functions on array-like objects
%prep
%setup -q -n package
%nodejs_fixdep debug '^4.3.4'
%build
@ -42,5 +43,8 @@ cp -pr *.json index.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 1.0.0-2
- Updating debug version
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 1.0.0-1
- Package init