diff --git a/.gitignore b/.gitignore index b1f370e..08911b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v2.0.15-bundled.tar.gz +SOURCES/nodemon-v2.0.19-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index 8acf592..a9b2e4a 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -0c0d18598b43f7768e1531429a0d63014d322f50 SOURCES/nodemon-v2.0.15-bundled.tar.gz +42c5643620d4acafa81da9e3d5e99a95020a9e1c SOURCES/nodemon-v2.0.19-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index 008b988..3787427 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -5,8 +5,8 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 2.0.15 -Release: 1%{?dist} +Version: 2.0.19 +Release: 2%{?dist} Summary: Simple monitor script for use during development of a node.js app License: MIT URL: https://www.npmjs.com/package/nodemon @@ -73,8 +73,18 @@ npm run test %{_bindir}/nodemon %changelog +* Wed Aug 03 2022 Zuzana Svetlikova - 2.0.19-2 +- Switched from autosetup +- Removed CODE_OF_CONDUCT.md and faq.md which is not present in npmjs package, might switch to GH sources in the future +- Resolves: RHBZ#2109919 + +* Mon Jul 25 2022 Zuzana Svetlikova - 2.0.19-1 +- Rebase to 2.0.19 +- Resolves CVE-2022-33987 +- Resolves: RHBZ#2109919 + * Tue Nov 30 2021 Zuzana Svetlikova - 2.0.15-1 -- Resolves: RHBZ#2027632, RHBZ#2028131 +- Resolves: RHBZ#1991322, RHBZ#1948030 - Resolves CVE-2020-28469 - Rebase to newest version - Change source to npmjs.com