]> git.pld-linux.org Git - packages/nodejs-minimatch.git/commitdiff
Up to 0.2.8
authorAria Stewart <aredridel@nbtsc.org>
Mon, 3 Dec 2012 03:52:17 +0000 (20:52 -0700)
committerAria Stewart <aredridel@nbtsc.org>
Mon, 3 Dec 2012 03:52:17 +0000 (20:52 -0700)
nodejs-minimatch-fixdeps.patch [deleted file]
nodejs-minimatch.spec

diff --git a/nodejs-minimatch-fixdeps.patch b/nodejs-minimatch-fixdeps.patch
deleted file mode 100644 (file)
index e4468ca..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- package.json.orig  2012-03-28 18:44:43.000000000 -0700
-+++ package.json       2012-04-26 19:08:33.741860892 -0700
-@@ -15,7 +15,7 @@
-     "node": "*"
-   },
-   "dependencies": {
--    "lru-cache": "~1.0.5"
-+    "lru-cache": "1.1.x"
-   },
-   "devDependencies": {
-     "tap": ""
index 8d161098f057212e54c020617e3bf71b9fde3bf8..f79080e21e5f09d7fb8fb40833fc866ede1571f4 100644 (file)
@@ -1,18 +1,18 @@
 %define                pkg     minimatch
 Summary:       JavaScript glob matcher
 Name:          nodejs-%{pkg}
-Version:       0.2.4
+Version:       0.2.8
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 URL:           https://github.com/isaacs/minimatch
 Source0:       http://registry.npmjs.org/minimatch/-/minimatch-%{version}.tgz
-# Source0-md5: 8ebe9a77e7e120aaa473052a5324b995
+# Source0-md5: aab77712c6130f66c6a39c16bc9f4993
 # fix deps to newer version in RPMs
-Patch0:                nodejs-minimatch-fixdeps.patch
 BuildRequires: rpmbuild(macros) >= 1.634
 Requires:      nodejs
-Requires:      nodejs-lru-cache >= 1.1.0
+Requires:      nodejs-lru-cache >= 2.0.0, nodejs-lru-cache < 2.1.0
+Requires:      nodejs-sigmund >= 1.0.0, nodejs-sigmund < 1.1.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,7 +22,6 @@ Converts glob expressions to JavaScript "RegExp" objects.
 %prep
 %setup -qc
 mv package/* .
-%patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.08637 seconds and 4 git commands to generate.