From 28316edc9f717ac43817dbceca37ed2021a6a2a7 Mon Sep 17 00:00:00 2001 From: tjuhasz Date: Tue, 4 Nov 2025 10:56:39 +0100 Subject: [PATCH] Rebuild for nodejs-packaging Recently, Node.js changed the way node modules are installed to allow for better parallel functionality and easier unbundling of certain parts of Node.js. Previously, Node.js was using a symlink, %{_libdir}/node_modules, which pointed to a versioned path, e.g., %{_libdir}/node_modules_22. This has changed to using a global %{_libdir}/node_modules static shared folder for generic modules and %{_libdir}/node_modules_XX for version-specific modules. This change is better described in the Fedora change proposal wiki: https://fedoraproject.org/wiki/Changes/NodejsNodeModulesPath. This also needed to be reflected in nodejs-packaging macros, which forces a rebuild of dependent packages. --- nodejs-underscore.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs-underscore.spec b/nodejs-underscore.spec index bdf90ca..01f5bec 100644 --- a/nodejs-underscore.spec +++ b/nodejs-underscore.spec @@ -10,7 +10,7 @@ Name: nodejs-underscore Version: 1.13.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: JavaScript's functional programming helper library License: MIT URL: http://underscorejs.org/ @@ -97,6 +97,9 @@ cp -pr underscore.js underscore-min.js underscore-min.js.map \ %changelog +* Tue Nov 11 2025 Tomas Juhasz - 1.13.1-12 +- Rebuilt for nodejs-packaging + * Thu Jul 24 2025 Fedora Release Engineering - 1.13.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild