From fd436fc7fd8546d694d3e0491da4228b22af090e Mon Sep 17 00:00:00 2001 From: chen-jan Date: Sat, 2 Jul 2022 18:01:22 +0800 Subject: [PATCH] Updating debug version --- nodejs-array-index.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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