!2 Package upgrade

From: @houyingchao 
Reviewed-by: @solarhu 
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2022-06-29 06:26:58 +00:00 committed by Gitee
commit 3f2c82c86a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -3,12 +3,12 @@
%global srcname jsonpointer
%global owner janl
Name: nodejs-%{srcname}
Version: 3.0.0
Version: 5.0.0
Release: 1
Summary: Simple JSON Addressing
License: MIT
URL: https://github.com/janl/node-jsonpointer
Source0: https://registry.npmjs.org/jsonpointer/-/jsonpointer-%{version}.tgz
Source0: https://github.com/janl/node-jsonpointer/archive/refs/tags/v5.0.0.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -16,7 +16,7 @@ BuildRequires: nodejs-packaging
%{summary}.
%prep
%setup -qn package
%autosetup -n node-jsonpointer-5.0.0
rm -rf node_modules
%build
@ -40,5 +40,8 @@ node test.js
%{nodejs_sitelib}/%{srcname}
%changelog
* Wed Jun 29 2022 houyingchao <houyingchao@h-partners.com> - 5.0.0-1
- Upgrade to version 5.0.0
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - 3.0.0-1
- Package init

BIN
v5.0.0.tar.gz Normal file

Binary file not shown.