diff --git a/.gitignore b/.gitignore index 7eece86..0468aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /formatio-1.1.2.tgz +/formatio-1.1.3.tgz diff --git a/nodejs-formatio.spec b/nodejs-formatio.spec index 87f1779..2873b11 100644 --- a/nodejs-formatio.spec +++ b/nodejs-formatio.spec @@ -3,7 +3,7 @@ %global srcname formatio Name: nodejs-%{srcname} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: Human-readable object formatting License: BSD @@ -14,6 +14,7 @@ BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging +BuildRequires: nodejs-samsam %if 0%{?enable_tests} BuildRequires: npm(buster) @@ -41,9 +42,10 @@ cp -pr package.json lib/ \ %{buildroot}%{nodejs_sitelib}/%{srcname} %nodejs_symlink_deps -%if 0%{?enable_tests} %check %nodejs_symlink_deps --check +%{__nodejs} -e 'require("./")' +%if 0%{?enable_tests} %{__nodejs} node_modules/buster/bin/buster-test --node %endif @@ -54,6 +56,9 @@ cp -pr package.json lib/ \ %changelog +* Wed Dec 16 2015 Piotr Popieluch - 1.1.3-1 +- Update to 1.1.3 + * Fri Jan 02 2015 Piotr Popieluch - 1.1.2-1 - updated to latest upstream diff --git a/sources b/sources index 8f0ed26..3c4aafc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28285c937b41414f5a2a3206f99cb04f formatio-1.1.2.tgz +4384889554066323079f422ccf8166d7 formatio-1.1.3.tgz