!2 Upgrade version to 3.1.2

From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-10-27 09:25:44 +00:00 committed by Gitee
commit 13be11f53a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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