From 62b914336237631c88f824b48874c174fd834d83 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Fri, 1 Jul 2022 15:49:40 +0800 Subject: [PATCH] updating the version of the dependency abbrev --- nodejs-istanbul.spec | 8 ++++-- ...the-version-of-the-dependency-abbrev.patch | 25 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 updating-the-version-of-the-dependency-abbrev.patch diff --git a/nodejs-istanbul.spec b/nodejs-istanbul.spec index 5f0d911..42f2da7 100644 --- a/nodejs-istanbul.spec +++ b/nodejs-istanbul.spec @@ -3,11 +3,12 @@ %global srcname istanbul Name: nodejs-%{srcname} Version: 0.4.5 -Release: 1 +Release: 2 Summary: A JS code coverage tool written in JS License: BSD URL: https://github.com/gotwarlost/istanbul Source0: https://github.com/gotwarlost/istanbul/archive/v%{version}.tar.gz +Patch001: updating-the-version-of-the-dependency-abbrev.patch BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -20,7 +21,7 @@ BuildRequires: npm(which) %{summary}. %prep -%autosetup -n istanbul-%{version} +%autosetup -n istanbul-%{version} -p1 %nodejs_fixdep async %nodejs_fixdep escodegen %nodejs_fixdep esprima @@ -57,5 +58,8 @@ test/run.js %{_bindir}/istanbul-js %changelog +* Fri Jul 01 2022 chenchen - 0.4.5-2 +- updating the version of the dependency abbrev. + * Thu Aug 20 2020 wangxiao - 0.4.5-1 - Package init diff --git a/updating-the-version-of-the-dependency-abbrev.patch b/updating-the-version-of-the-dependency-abbrev.patch new file mode 100644 index 0000000..454e70a --- /dev/null +++ b/updating-the-version-of-the-dependency-abbrev.patch @@ -0,0 +1,25 @@ +From 8511caea11577249858e3a658b70da6d5f68ea0f Mon Sep 17 00:00:00 2001 +From: chen-jan +Date: Fri, 1 Jul 2022 02:19:24 +0000 +Subject: [PATCH] updating the version of the dependency abbrev + +--- + package.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/package.json b/package.json +index eeb01a7..a8cf497 100644 +--- a/package.json ++++ b/package.json +@@ -108,7 +108,7 @@ + "url": "git://github.com/gotwarlost/istanbul.git" + }, + "dependencies": { +- "abbrev": "1.0.x", ++ "abbrev": "1.1.x", + "async": "1.x", + "escodegen": "1.8.x", + "esprima": "2.7.x", +-- +2.30.0 +