From d001fb005d9ea85e7d19a81c754f7f3744635873 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 16 2015 15:25:37 +0000 Subject: import nodejs010-nodejs-npm-install-checks-1.0.6-1.el7 --- diff --git a/.gitignore b/.gitignore index 8b74796..08540b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/npm-install-checks-1.0.4.tgz +SOURCES/npm-install-checks-1.0.6.tgz diff --git a/.nodejs010-nodejs-npm-install-checks.metadata b/.nodejs010-nodejs-npm-install-checks.metadata index c172d77..4781b92 100644 --- a/.nodejs010-nodejs-npm-install-checks.metadata +++ b/.nodejs010-nodejs-npm-install-checks.metadata @@ -1 +1 @@ -9757c6f9d4d493c2489465da6d07a8ed416d44c8 SOURCES/npm-install-checks-1.0.4.tgz +8d4c1e852806e4e2d66601ab787be5841550d0cb SOURCES/npm-install-checks-1.0.6.tgz diff --git a/SPECS/nodejs-npm-install-checks.spec b/SPECS/nodejs-npm-install-checks.spec index 0830dae..3e2bc06 100644 --- a/SPECS/nodejs-npm-install-checks.spec +++ b/SPECS/nodejs-npm-install-checks.spec @@ -4,18 +4,19 @@ %nodejs_find_provides_and_requires Name: %{?scl_prefix}nodejs-npm-install-checks -Version: 1.0.4 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: Install checks for NPM License: BSD-2-Clause Group: Development/Languages/Other Url: https://github.com/npm/npm-install-checks Source: http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-%{version}.tgz -BuildRequires: nodejs010 BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build BuildArch: noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch +BuildRequires: nodejs010-runtime + %description A package that contains checks that npm runs during the installation. @@ -23,7 +24,6 @@ A package that contains checks that npm runs during the installation. %setup -q -n package %build -%nodejs_fixdep semver 2.3 %install mkdir -p %{buildroot}%{nodejs_sitelib}/npm-install-checks @@ -37,6 +37,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/npm-install-checks %changelog +* Mon Nov 30 2015 Tomas Hrcka - 1.0.6-1 +- New upstream release + * Tue Jan 13 2015 Tomas Hrcka - 1.0.4-2 - Remove undefined macro