diff --git a/nodejs-boom.spec b/nodejs-boom.spec index 806da8d..8c6a899 100644 --- a/nodejs-boom.spec +++ b/nodejs-boom.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-boom -Version: 10.0.0 +Version: 10.0.1 Release: 1 Summary: HTTP friendly error objects License: BSD-3-Clause URL: https://github.com/spumko/boom -Source0:https://github.com/hapijs/boom/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/hapijs/boom/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -31,6 +31,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/boom %license LICENSE.md %changelog +* Fri Nov 03 2023 wulei - 10.0.1-1 +- Update to 10.0.1 + * Thu Jun 30 2022 chenchen - 10.0.0-1 - Update to 10.0.0 diff --git a/v10.0.0.tar.gz b/v10.0.0.tar.gz deleted file mode 100644 index 12e0fd7..0000000 Binary files a/v10.0.0.tar.gz and /dev/null differ diff --git a/v10.0.1.tar.gz b/v10.0.1.tar.gz new file mode 100644 index 0000000..e2c9506 Binary files /dev/null and b/v10.0.1.tar.gz differ