diff --git a/nodejs-once.spec b/nodejs-once.spec index 30e81f1..92210c1 100644 --- a/nodejs-once.spec +++ b/nodejs-once.spec @@ -1,19 +1,19 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-once -Version: 1.3.3 -Release: 2 +Version: 1.4.1 +Release: 1 Summary: Run a function exactly one time BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch License: ISC URL: https://github.com/isaacs/once -Source0: https://registry.npmjs.org/once/-/once-%{version}.tgz +Source0: https://github.com/isaacs/once/archive/refs/tags/v%{version}.tar.gz BuildRequires: nodejs-packaging %description Run a function exactly one time. %prep -%setup -q -n package +%setup -q -n once-%{version} %build @@ -28,6 +28,9 @@ cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once %license LICENSE %changelog +* Wed Nov 1 2023 liyanan - 1.4.1-1 +- Update to 1.4.1 + * Mon May 9 2022 liyanan - 1.3.3-2 - License compliance rectification diff --git a/once-1.3.3.tgz b/once-1.3.3.tgz deleted file mode 100644 index 33c7614..0000000 Binary files a/once-1.3.3.tgz and /dev/null differ diff --git a/v1.4.1.tar.gz b/v1.4.1.tar.gz new file mode 100644 index 0000000..186322d Binary files /dev/null and b/v1.4.1.tar.gz differ