|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Version: 6
|
|
|
|
Version: 7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -39,6 +39,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
%doc LICENSE
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 25 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 7-1
|
|
|
|
|
|
|
|
- nodejs-symlink-deps: fix regression preventing multiply versioned modules from
|
|
|
|
|
|
|
|
being symlinked correctly
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 24 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 6-1
|
|
|
|
* Sat May 24 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 6-1
|
|
|
|
- nodejs-fixdep: use real option parsing
|
|
|
|
- nodejs-fixdep: use real option parsing
|
|
|
|
- nodejs-fixdep: support modifying optionalDependencies and devDependencies
|
|
|
|
- nodejs-fixdep: support modifying optionalDependencies and devDependencies
|
|
|
|