From 7e798bca4abd9269532457593a86117d089da21c Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Dec 17 2015 14:34:40 +0000 Subject: Update to 0.3.0 - Move example.js to %doc --- diff --git a/.gitignore b/.gitignore index 787ab07..49c11ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /balanced-match-0.2.0.tgz /tests-0.2.0.tar.bz2 +/balanced-match-0.3.0.tgz +/tests-0.3.0.tar.bz2 diff --git a/nodejs-balanced-match.spec b/nodejs-balanced-match.spec index 002978d..9bf29e4 100644 --- a/nodejs-balanced-match.spec +++ b/nodejs-balanced-match.spec @@ -4,8 +4,8 @@ %global enable_tests 1 Name: nodejs-balanced-match -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Match balanced character pairs, like "{" and "}" License: MIT @@ -44,7 +44,7 @@ Match balanced character pairs, like "{" and "}" %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename} -cp -pr package.json *.js \ +cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/%{packagename} %nodejs_symlink_deps @@ -59,12 +59,16 @@ cp -pr package.json *.js \ %files %{!?_licensedir:%global license %doc} -%doc *.md +%doc *.md example.js %{nodejs_sitelib}/%{packagename} %changelog +* Thu Dec 17 2015 Piotr Popieluch - 0.3.0-1 +- Update to 0.3.0 +- Move example.js to %%doc + * Mon Dec 14 2015 Jared Smith - 0.2.0-2 - Fix tests so that they now run diff --git a/sources b/sources index 5027966..4a58d2b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -ae083e5caf7020a74a37106a0d872906 balanced-match-0.2.0.tgz -c9ef9fccff7564ecfde6196b1a9ebb3b tests-0.2.0.tar.bz2 +6c1344bbecc292d843f22032944d223c balanced-match-0.3.0.tgz +a5f1cffc984696358b4632c5720d9d77 tests-0.3.0.tar.bz2