diff --git a/.gitignore b/.gitignore index 761ebb9..0e81494 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v1.19.1-bundled.tar.gz +SOURCES/nodemon-v2.0.3-bundled.tar.gz diff --git a/.rh-nodejs12-nodejs-nodemon.metadata b/.rh-nodejs12-nodejs-nodemon.metadata index 850b53e..aacdb3d 100644 --- a/.rh-nodejs12-nodejs-nodemon.metadata +++ b/.rh-nodejs12-nodejs-nodemon.metadata @@ -1 +1 @@ -703ac0fb254a7611b05174ce727698bf5c50f6c9 SOURCES/nodemon-v1.19.1-bundled.tar.gz +b8cb8b23989d4602fabb53dd3dca72da9f29e4d2 SOURCES/nodemon-v2.0.3-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index bd26909..afa6a6f 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -8,7 +8,7 @@ %global enable_tests 0 Name: %{?scl_prefix}nodejs-%{npm_name} -Version: 1.19.1 +Version: 2.0.3 Release: 1%{?dist} Summary: Simple monitor script for use during development of a node.js app License: MIT @@ -39,14 +39,14 @@ Simple monitor script for use during development of a node.js app. For use during development of a node.js based application. -nodemon will watch the files in the directory in which nodemon -was started, and if any files change, nodemon will automatically +nodemon will watch the files in the directory in which nodemon +was started, and if any files change, nodemon will automatically restart your node application. -nodemon does not require any changes to your code or method of -development. nodemon simply wraps your node application and keeps -an eye on any files that have changed. Remember that nodemon is a -replacement wrapper for node, think of it as replacing the word "node" +nodemon does not require any changes to your code or method of +development. nodemon simply wraps your node application and keeps +an eye on any files that have changed. Remember that nodemon is a +replacement wrapper for node, think of it as replacing the word "node" on the command line when you run your script. %prep @@ -80,6 +80,9 @@ npm run test %{_bindir}/nodemon %changelog +* Fri Jan 29 2021 Jan Staněk - 2.0.3-1 +- Update to version 2.0.3 + * Thu Aug 15 2019 Zuzana Svetlikova - 1.19.1-1 - Update, build for rh-nodejs12