diff --git a/.gitignore b/.gitignore index 672ff43..4c45cc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /title-case-1.0.1.tgz +/title-case-1.1.0.tar.gz diff --git a/nodejs-title-case.spec b/nodejs-title-case.spec index cc78ef2..8dd345c 100644 --- a/nodejs-title-case.spec +++ b/nodejs-title-case.spec @@ -2,15 +2,15 @@ %global srcname title-case Name: nodejs-%{srcname} -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Summary: Title case a string License: MIT URL: https://github.com/blakeembrey/%{srcname} -Source0: http://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz +Source0: https://github.com/blakeembrey/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -26,7 +26,7 @@ BuildRequires: npm(mocha) %prep -%setup -q -n package +%setup -q -n %{srcname}-%{version} %build @@ -48,10 +48,14 @@ istanbul-js cover mocha -- -R spec %files -%doc README.md LICENSE +%doc README.md +%license LICENSE %{nodejs_sitelib}/%{srcname} %changelog +* Sun Feb 8 2015 Piotr Popieluch - 1.1.0-1 +- update to 1.1.0 + * Sun Nov 16 2014 Piotr Popieluch - 1.0.1-1 - Initial package diff --git a/sources b/sources index 626f448..20ddcae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7fcf644175efaeb0d6c41363985e89d title-case-1.0.1.tgz +5ec5486e7f5467aa0d9a13e722b00575 title-case-1.1.0.tar.gz