diff --git a/nodejs-array-index.spec b/nodejs-array-index.spec index 0d0e8bc..503304f 100644 --- a/nodejs-array-index.spec +++ b/nodejs-array-index.spec @@ -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 - 1.0.0-2 +- Updating debug version + * Mon Aug 17 2020 Shaoqiang Kang - 1.0.0-1 - Package init