Upgrade version 3.1.2

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-10-27 15:04:50 +08:00
parent dcf857d530
commit d4460234ab
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
nodejs-bytes-3.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%{?nodejs_find_provides_and_requires}
%global enable_tests 1
Name: nodejs-bytes
Version: 2.4.0
Version: 3.1.2
Release: 1
Summary: Utility to parse a string bytes to bytes and vice-versa
License: MIT
URL: https://github.com/visionmedia/bytes.js
Source0: https://github.com/visionmedia/bytes.js/archive/%{version}.tar.gz
Source0: https://github.com/visionmedia/bytes.js/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -39,5 +39,8 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/bytes
%changelog
* Fri Oct 27 2023 xu_ping <707078654@qq.com> - 3.1.2-1
- Upgrade version to 3.1.2
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.4.0-1
- Package init