!5 Upgrade to 6.0.0

From: @starlet-dx 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-10-20 07:59:55 +00:00 committed by Gitee
commit cb04637633
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-cryptiles
Version: 5.1.0
Version: 6.0.0
Release: 1
Summary: General purpose cryptography utilities for Node.js
License: BSD
URL: https://github.com/hueniverse/cryptiles
Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}.tar.gz
Source0: https://github.com/hueniverse/cryptiles/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
%{summary}.
%prep
%autosetup -n cryptiles-%{version}
%autosetup -n cryptiles-%{version} -p1
chmod 0644 README.md LICENSE.md lib/* package.json
%nodejs_fixdep -r "@hapi/boom"
@ -30,6 +30,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles
%license LICENSE.md
%changelog
* Tue Sep 19 2023 yaoxin <yao_xin001@hoperun.com> - 6.0.0-1
- Upgrade to 6.0.0
* Sat Jul 02 2022 SimpleUpdate Robot <tc@openeuler.org> - 5.1.0-1
- Upgrade to version 5.1.0

Binary file not shown.