diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec index ba99f8c3a063581a40866e1ce5ee02f55dfebd77..ffd51bdc55167a82719f2bf38e83e6914386591b 100644 --- a/nodejs-read-package-json.spec +++ b/nodejs-read-package-json.spec @@ -1,20 +1,21 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-read-package-json -Version: 2.0.3 +Version: 2.0.10 Release: 1 Summary: npm's package.json parser License: ISC URL: https://github.com/isaacs/read-package-json -Source0: https://registry.npmjs.org/read-package-json/-/read-package-json-%{version}.tgz +Source0: https://github.com/npm/read-package-json/archive/refs/tags/read-package-json-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging + %description The thing npm uses to read package.json files, with semantics, defaults and validation. %prep -%setup -q -n package +%setup -q -n read-package-json-%{version} %nodejs_fixdep glob "^6.0.3" %build @@ -30,5 +31,8 @@ cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json %license LICENSE %changelog +* Tue Oct 31 2023 Ge Wang - 2.0.10-1 +- update to version 2.0.10 + * Fri Aug 21 2020 wangchong - 2.0.3-1 - package init diff --git a/read-package-json-2.0.10.tar.gz b/read-package-json-2.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bb5ae5ca7f38994d098332614977122d8ce258b1 Binary files /dev/null and b/read-package-json-2.0.10.tar.gz differ diff --git a/read-package-json-2.0.3.tgz b/read-package-json-2.0.3.tgz deleted file mode 100644 index 84903e59e4eb84681a4007dda805260382009400..0000000000000000000000000000000000000000 Binary files a/read-package-json-2.0.3.tgz and /dev/null differ