From f6f7176f3995e922dbe28286ee84d62dab9ec790 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: May 01 2019 18:58:11 +0000 Subject: Update npm(arrify) dependency --- diff --git a/nodejs-multimatch.spec b/nodejs-multimatch.spec index 6d0fbca..ee39a7d 100644 --- a/nodejs-multimatch.spec +++ b/nodejs-multimatch.spec @@ -4,7 +4,7 @@ Name: nodejs-multimatch Version: 2.1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Adds multiple patterns support to minimatch.match() License: MIT URL: https://github.com/sindresorhus/multimatch @@ -34,6 +34,7 @@ BuildRequires: npm(mocha) %prep %autosetup -n multimatch-%{version} +%nodejs_fixdep arrify "^2.0.1" %nodejs_fixdep array-union "^2.1.0" @@ -62,6 +63,9 @@ cp -pr package.json index.js \ %changelog +* Wed May 1 2019 Tom Hughes - 2.1.0-9 +- Update npm(arrify) dependency + * Mon Apr 22 2019 Tom Hughes - 2.1.0-8 - Fix npm(array-union) dependency