diff --git a/.gitignore b/.gitignore index 41959dc..85768e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/nodemon-v3.0.3-bundled.tar.gz +SOURCES/nodemon-v3.1.14-bundled.tar.gz diff --git a/.nodejs-nodemon.metadata b/.nodejs-nodemon.metadata index d94dd19..e5eee57 100644 --- a/.nodejs-nodemon.metadata +++ b/.nodejs-nodemon.metadata @@ -1 +1 @@ -7f7e27e649a19ae67cb90028f09ed451488283e3 SOURCES/nodemon-v3.0.3-bundled.tar.gz +09b3dbdd89671f15c250e03658c5d76a2a55e697 SOURCES/nodemon-v3.1.14-bundled.tar.gz diff --git a/SPECS/nodejs-nodemon.spec b/SPECS/nodejs-nodemon.spec index e43fa28..b20979a 100644 --- a/SPECS/nodejs-nodemon.spec +++ b/SPECS/nodejs-nodemon.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 3; + release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -15,11 +15,11 @@ %global enable_tests 0 Name: nodejs-%{npm_name} -Version: 3.0.3 +Version: 3.1.14 Release: %autorelease Summary: Simple monitor script for use during development of a node.js app -License: ISC AND MIT -URL: https://github.com/remy/nodemon +License: MIT +URL: https://www.npmjs.com/package/nodemon Source0: %{npm_name}-v%{version}-bundled.tar.gz BuildRequires: nodejs-devel @@ -50,7 +50,7 @@ replacement wrapper for node, think of it as replacing the word "node" on the command line when you run your script. %prep -%setup -q -n %{npm_name}-%{version} +%autosetup -p1 -n package %build @@ -59,14 +59,11 @@ on the command line when you run your script. %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} -cp -pr doc bin lib package.json website node_modules %{buildroot}%{nodejs_sitelib}/%{npm_name} +cp -pr doc bin lib package.json node_modules %{buildroot}%{nodejs_sitelib}/%{npm_name} mkdir -p %{buildroot}%{_bindir} ln -sf %{nodejs_sitelib}/%{npm_name}/bin/nodemon.js %{buildroot}%{_bindir}/nodemon - -#%%nodejs_symlink_deps - %if 0%{?enable_tests} %check %nodejs_symlink_deps --check @@ -74,13 +71,19 @@ npm run test %endif %files -%doc CODE_OF_CONDUCT.md doc faq.md README.md +%doc doc README.md %{nodejs_sitelib}/%{npm_name} %{_bindir}/nodemon %changelog ## START: Generated by rpmautospec -* Wed Sep 10 2025 Jan Staněk - 3.0.3-3 +* Tue Jul 21 2026 tjuhasz - 3.1.14-2 +- Correction to sources for 3.1.14. + +* Mon Jul 20 2026 tjuhasz - 3.1.14-1 +- Update to version 3.1.14 + +* Mon Sep 08 2025 Jan Staněk - 3.0.3-3 - Keep BR on just npm * Mon Aug 04 2025 Jan Staněk - 3.0.3-2