[nodejs-packaging/f19] nodejs-packaging-6

T.C. Hollingsworth patches at fedoraproject.org
Sat May 24 03:23:22 UTC 2014


commit 110033bb950af328e58310d59e13ba3d3d6d6eef
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri May 23 20:14:14 2014 -0700

    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

 .gitignore            |    1 +
 nodejs-packaging.spec |   12 +++++++++++-
 sources               |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1e7e24..1e3d930 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec
index 1320fa2..6f5839f 100644
--- a/nodejs-packaging.spec
+++ b/nodejs-packaging.spec
@@ -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 at 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 at gmail.com> - 4-1
 - handle cases where the symlink target exists gracefully
 
diff --git a/sources b/sources
index de539ef..0bfbab0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-162c62e0164591c950123508cce1d9fe  nodejs-packaging-fedora-4.tar.xz
+13f210903f5f502f69826a88042f2604  nodejs-packaging-fedora-6.tar.xz


More information about the scm-commits mailing list