Upgrade version to 0.11.1

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-10-30 10:46:57 +08:00
parent 5b923ed279
commit 2526fef122
3 changed files with 7 additions and 4 deletions

BIN
nodejs-util-v0.11.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global srcname util
Name: nodejs-%{srcname}
Version: 0.10.3
Release: 2
Version: 0.11.1
Release: 1
Summary: Node.JS util module
License: MIT
URL: https://github.com/defunctzombie/node-util
Source0: http://registry.npmjs.org/util/-/util-%{version}.tgz
Source0: https://github.com/browserify/node-util/archive/v%{version}/nodejs-util-v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
@ -24,7 +24,7 @@ BuildRequires: nodejs-inherits
%prep
%setup -q -n package
%setup -q -n node-util-%{version}
rm -rf node_modules/
%nodejs_fixdep inherits '2.x'
@ -52,6 +52,9 @@ cp -pr package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{srcname}
%changelog
* Mon Oct 30 2023 xu_ping <707078654@qq.com> - 0.11.1-1
- Upgrade version to 0.11.1
* Tue Sep 15 2020 leiju <leiju4@huawei.com> - 0.10.3-2
- Modify BuildRequires from nodejs-inherits1 to nodejs-inherits

Binary file not shown.