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
3 changed files with 13 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/nodejs-packaging-fedora-2.tar.xz
|
||||
/nodejs-packaging-fedora-3.tar.xz
|
||||
/nodejs-packaging-fedora-4.tar.xz
|
||||
/nodejs-packaging-fedora-6.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: nodejs-packaging
|
||||
Version: 4
|
||||
Version: 6
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
|
|
@ -39,6 +39,16 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- handle cases where the symlink target exists gracefully
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
162c62e0164591c950123508cce1d9fe nodejs-packaging-fedora-4.tar.xz
|
||||
13f210903f5f502f69826a88042f2604 nodejs-packaging-fedora-6.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue