diff --git a/nodejs-cryptiles-6.0.0.tar.gz b/nodejs-cryptiles-6.0.0.tar.gz new file mode 100644 index 0000000..82dc5f9 Binary files /dev/null and b/nodejs-cryptiles-6.0.0.tar.gz differ diff --git a/nodejs-cryptiles.spec b/nodejs-cryptiles.spec index 50accc4..6c0862c 100644 --- a/nodejs-cryptiles.spec +++ b/nodejs-cryptiles.spec @@ -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 - 6.0.0-1 +- Upgrade to 6.0.0 + * Sat Jul 02 2022 SimpleUpdate Robot - 5.1.0-1 - Upgrade to version 5.1.0 diff --git a/v5.1.0.tar.gz b/v5.1.0.tar.gz deleted file mode 100644 index 340cdfa..0000000 Binary files a/v5.1.0.tar.gz and /dev/null differ