diff --git a/.gitignore b/.gitignore index 7c1c690..0e24fc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pinkie-5f8b60f.tar.gz +/v2.0.1.tar.gz diff --git a/nodejs-pinkie.spec b/nodejs-pinkie.spec index 5f4f310..74cc504 100644 --- a/nodejs-pinkie.spec +++ b/nodejs-pinkie.spec @@ -1,16 +1,14 @@ %global enable_tests 0 %global module_name pinkie -%global commit0 5f8b60f31ec8624995d224f5990c81be83dd1d90 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-%{module_name} -Version: 1.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Itty bitty little widdle twinkie pinkie ES6 Promise implementation License: MIT URL: https://github.com/floatdrop/pinkie -Source0: https://github.com/floatdrop/%{module_name}/archive/%{commit0}.tar.gz#/%{module_name}-%{shortcommit0}.tar.gz +Source0: https://github.com/floatdrop/%{module_name}/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -24,7 +22,7 @@ BuildRequires: npm(mocha) %{summary}. %prep -%setup -q -n %{module_name}-%{commit0} +%setup -q -n %{module_name}-%{version} rm -rf node_modules %build @@ -47,6 +45,9 @@ mocha %{nodejs_sitelib}/%{module_name} %changelog +* Mon Nov 23 2015 Parag Nemade - 2.0.1-1 +- update to 2.0.1 + * Wed Jul 15 2015 Parag Nemade - 1.0.0-1 - Initial packaging diff --git a/sources b/sources index f2c945c..2ae1576 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f63d70b11e473e9372cc0b4b6f10cceb pinkie-5f8b60f.tar.gz +b2c26795045ff243e751993b750dac3d v2.0.1.tar.gz