nodejs-packaging-6
- nodejs-fixdep: use real option parsing - nodejs-fixdep: support modifying optionalDependencies and devDependencies - req: support the caret operator - nodejs-symlink-deps: add --force option - nodejs-symlink-deps: add --build alias for --check - nodejs-fixdep: support converting to caret dependencies - nodejs-fixdep: support non-dictionary dependency properties - multiver_modules: add nan
This commit is contained in:
parent
7a4498574d
commit
110033bb95
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/nodejs-packaging-fedora-2.tar.xz
|
/nodejs-packaging-fedora-2.tar.xz
|
||||||
/nodejs-packaging-fedora-3.tar.xz
|
/nodejs-packaging-fedora-3.tar.xz
|
||||||
/nodejs-packaging-fedora-4.tar.xz
|
/nodejs-packaging-fedora-4.tar.xz
|
||||||
|
/nodejs-packaging-fedora-6.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: nodejs-packaging
|
Name: nodejs-packaging
|
||||||
Version: 4
|
Version: 6
|
||||||
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,16 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 24 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 6-1
|
||||||
|
- nodejs-fixdep: use real option parsing
|
||||||
|
- nodejs-fixdep: support modifying optionalDependencies and devDependencies
|
||||||
|
- req: support the caret operator
|
||||||
|
- nodejs-symlink-deps: add --force option
|
||||||
|
- nodejs-symlink-deps: add --build alias for --check
|
||||||
|
- nodejs-fixdep: support converting to caret dependencies
|
||||||
|
- nodejs-fixdep: support non-dictionary dependency properties
|
||||||
|
- multiver_modules: add nan
|
||||||
|
|
||||||
* Mon Jul 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 4-1
|
* Mon Jul 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 4-1
|
||||||
- handle cases where the symlink target exists gracefully
|
- handle cases where the symlink target exists gracefully
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user