From 829b649863de874d77a954e0d45ee2d9dd0e88d8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Jan 01 2016 11:26:46 +0000 Subject: Update npm(glob) and npm(minimatch) dependencies --- diff --git a/nodejs-globule.spec b/nodejs-globule.spec index 5898987..ef840d1 100644 --- a/nodejs-globule.spec +++ b/nodejs-globule.spec @@ -2,23 +2,20 @@ %global enable_tests 1 -Name: nodejs-globule -Version: 0.2.0 -Release: 4%{?dist} -Summary: An easy-to-use wildcard globbing library for Node.js -License: MIT -Group: System Environment/Libraries -URL: https://github.com/cowboy/node-globule -Source0: https://registry.npmjs.org/globule/-/globule-%{version}.tgz +Name: nodejs-globule +Version: 0.2.0 +Release: 5%{?dist} +Summary: An easy-to-use wildcard globbing library for Node.js + +License: MIT +Group: System Environment/Libraries +URL: https://github.com/cowboy/node-globule +Source0: https://registry.npmjs.org/globule/-/globule-%{version}.tgz # https://github.com/cowboy/node-globule/pull/22 -Patch0: nodejs-globule-lodash3.patch +Patch0: nodejs-globule-lodash3.patch -BuildArch: noarch -%if 0%{?fedora} >= 19 -ExclusiveArch: %{nodejs_arches} noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%endif +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -34,7 +31,8 @@ BuildRequires: npm(lodash) %prep %autosetup -p 1 -n package -%nodejs_fixdep glob "^3.2.6" +%nodejs_fixdep glob "^6.0.3" +%nodejs_fixdep minimatch "^3.0.0" %build @@ -45,7 +43,6 @@ BuildRequires: npm(lodash) mkdir -p %{buildroot}%{nodejs_sitelib}/globule cp -pr package.json lib/ \ %{buildroot}%{nodejs_sitelib}/globule - %nodejs_symlink_deps @@ -57,12 +54,17 @@ cp -pr package.json lib/ \ %files +%{!?_licensedir:%global license %doc} %doc README.md %license LICENSE-MIT %{nodejs_sitelib}/globule %changelog +* Fri Jan 1 2016 Tom Hughes - 0.2.0-5 +- Update npm(glob) dependency +- Update npm(minimatch) dependency + * Tue Dec 15 2015 Tom Hughes - 0.2.0-4 - Update npm(lodash) dependency - Enable tests