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 - 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 - 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