diff --git a/nodejs-globule.spec b/nodejs-globule.spec index c18b791..42c9b94 100644 --- a/nodejs-globule.spec +++ b/nodejs-globule.spec @@ -3,15 +3,13 @@ %global enable_tests 1 Name: nodejs-globule -Version: 0.2.0 -Release: 12%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: An easy-to-use wildcard globbing library for Node.js License: MIT 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 +Source0: https://github.com/cowboy/node-globule/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -29,8 +27,9 @@ BuildRequires: npm(lodash) %prep -%autosetup -p 1 -n package +%autosetup -p 1 -n node-globule-%{version} %nodejs_fixdep glob "^6.0.3" +%nodejs_fixdep lodash "^4.17.15" %nodejs_fixdep minimatch "^3.0.0" @@ -53,13 +52,16 @@ cp -pr package.json lib/ \ %files -%{!?_licensedir:%global license %doc} %doc README.md -%license LICENSE-MIT +%license LICENSE %{nodejs_sitelib}/globule %changelog +* Sat Sep 14 2019 Tom Hughes - 1.2.1-1 +- Update to 1.2.1 upstream release +- Upodate npm(lodash) dependency + * Thu Jul 25 2019 Fedora Release Engineering - 0.2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild