Update to 5.0.1
This commit is contained in:
parent
3f2c82c86a
commit
1673ceec6d
@ -3,12 +3,12 @@
|
||||
%global srcname jsonpointer
|
||||
%global owner janl
|
||||
Name: nodejs-%{srcname}
|
||||
Version: 5.0.0
|
||||
Version: 5.0.1
|
||||
Release: 1
|
||||
Summary: Simple JSON Addressing
|
||||
License: MIT
|
||||
URL: https://github.com/janl/node-jsonpointer
|
||||
Source0: https://github.com/janl/node-jsonpointer/archive/refs/tags/v5.0.0.tar.gz
|
||||
Source0: https://github.com/janl/node-jsonpointer/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
@ -16,7 +16,7 @@ BuildRequires: nodejs-packaging
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n node-jsonpointer-5.0.0
|
||||
%autosetup -n node-jsonpointer-%{version}
|
||||
rm -rf node_modules
|
||||
|
||||
%build
|
||||
@ -40,6 +40,9 @@ node test.js
|
||||
%{nodejs_sitelib}/%{srcname}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2023 wulei <wu_lei@hoperun.com> - 5.0.1-1
|
||||
- Update to 5.0.1
|
||||
|
||||
* Wed Jun 29 2022 houyingchao <houyingchao@h-partners.com> - 5.0.0-1
|
||||
- Upgrade to version 5.0.0
|
||||
|
||||
|
||||
BIN
v5.0.0.tar.gz
BIN
v5.0.0.tar.gz
Binary file not shown.
BIN
v5.0.1.tar.gz
Normal file
BIN
v5.0.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user