[nodejs-read-package-json/f18] fix lru-cache dep

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 02:56:52 UTC 2013


commit fa7b58ed083eafb2208f6a2cd5294991ca96ad3b
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Apr 14 19:53:46 2013 -0700

    fix lru-cache dep

 nodejs-read-package-json.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec
index b9bb57e..9609d62 100644
--- a/nodejs-read-package-json.spec
+++ b/nodejs-read-package-json.spec
@@ -1,6 +1,6 @@
 Name:           nodejs-read-package-json
 Version:        0.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        npm's package.json parser
 BuildArch:      noarch
 
@@ -19,6 +19,8 @@ validation.
 %prep
 %setup -q -n package
 
+%nodejs_fixdep lru-cache 2.3.x
+
 %build
 #nothing to do
 
@@ -38,6 +40,9 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.0-3
+- fix lru-cache dep
+
 * Fri Apr 05 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.0-2
 - drop outdated dependency fix
 


More information about the scm-commits mailing list