diff --git a/SPECS/nodejs-lru-cache.spec b/SPECS/nodejs-lru-cache.spec index 12391e9..e0595d7 100644 --- a/SPECS/nodejs-lru-cache.spec +++ b/SPECS/nodejs-lru-cache.spec @@ -4,9 +4,9 @@ Name: %{?scl_prefix}nodejs-lru-cache Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A least recently used cache object for Node.js -License: MIT +License: ISC URL: https://github.com/isaacs/node-lru-cache Source0: http://registry.npmjs.org/lru-cache/-/lru-cache-%{version}.tgz BuildArch: noarch @@ -34,6 +34,9 @@ cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/lru-cache %doc CONTRIBUTORS README.md LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 3.2.0-2 +- Resolves: rhbz#1334856 , fixes wrong license + * Sun Feb 14 2016 Zuzana Svetlikova - 3.2.0-1 - Update