diff --git a/for-each-0.3.2.tgz b/for-each-0.3.2.tgz deleted file mode 100644 index 66b8c17..0000000 Binary files a/for-each-0.3.2.tgz and /dev/null differ diff --git a/for-each-0.3.3.tar.gz b/for-each-0.3.3.tar.gz new file mode 100644 index 0000000..c54c0ed Binary files /dev/null and b/for-each-0.3.3.tar.gz differ diff --git a/nodejs-for-each.spec b/nodejs-for-each.spec index aa004f9..fb3ee78 100644 --- a/nodejs-for-each.spec +++ b/nodejs-for-each.spec @@ -2,12 +2,12 @@ %global packagename for-each %global enable_tests 1 Name: nodejs-for-each -Version: 0.3.2 -Release: 2 +Version: 0.3.3 +Release: 1 Summary: A better forEach License: MIT URL: https://github.com/Raynos/for-each -Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz +Source0: https://github.com/Raynos/for-each/archive/v%{version}/%{packagename}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging npm(is-function) @@ -18,7 +18,7 @@ BuildRequires: npm(tape) A better forEach %prep -%autosetup -n package +%autosetup -n %{packagename}-%{version} -p1 %build @@ -39,10 +39,13 @@ cp -pr package.json index.js \ %files %doc *.md -%license LICENCE +%license LICENSE %{nodejs_sitelib}/%{packagename} %changelog +* Thu Nov 09 2023 yaoxin - 0.3.3-1 +- Upgrade to 0.3.3 + * Thu Nov 26 2020 leiju - 0.3.2-2 - delete nodejs-for-each.spec.old redundancy file