diff --git a/2.4.0.tar.gz b/2.4.0.tar.gz deleted file mode 100644 index 0957f12..0000000 Binary files a/2.4.0.tar.gz and /dev/null differ diff --git a/nodejs-bytes-3.1.2.tar.gz b/nodejs-bytes-3.1.2.tar.gz new file mode 100644 index 0000000..a543513 Binary files /dev/null and b/nodejs-bytes-3.1.2.tar.gz differ diff --git a/nodejs-bytes.spec b/nodejs-bytes.spec index df79faa..8fa8a50 100644 --- a/nodejs-bytes.spec +++ b/nodejs-bytes.spec @@ -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 - 2.4.0-1 - Package init