From 73820b896f1007ea4010a66b5c7913e2dc5a331e Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Oct 23 2015 21:44:15 +0000 Subject: update to 0.8.13 --- diff --git a/.gitignore b/.gitignore index 0b79dc2..7c8b82e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /ast-types-0.6.15.tgz /ast-types-0.7.6.tgz /ast-types-d74f2b5.tar.gz +/ast-types-c9d0ca5.tar.gz diff --git a/nodejs-ast-types.spec b/nodejs-ast-types.spec index 936ef58..765c806 100644 --- a/nodejs-ast-types.spec +++ b/nodejs-ast-types.spec @@ -1,18 +1,17 @@ # This macro is needed at the start for building on EL6 %{?nodejs_find_provides_and_requires} -# esprima-fb not yet in all Fedora releases +# babel-core not in Fedora %global enable_tests 0 %global barename ast-types -%global commit0 d74f2b5cf05b60dbd62010fbd9fb935882409723 -%global gittag0 v0.7.6 +%global commit0 c9d0ca55da8fadef0fefcce1dcdc0859e9e8bb94 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: nodejs-ast-types -Version: 0.7.6 -Release: 3%{?dist} +Version: 0.8.13 +Release: 1%{?dist} Summary: Esprima-compatible implementation of the Mozilla JS Parser API License: MIT @@ -29,6 +28,7 @@ BuildRequires: nodejs-packaging >= 6 %if 0%{?enable_tests} BuildRequires: npm(esprima) +BuildRequires: npm(babel-core) BuildRequires: npm(esprima-fb) BuildRequires: npm(mocha) %endif @@ -69,6 +69,9 @@ mocha --reporter spec test/run.js %{nodejs_sitelib}/ast-types/ %changelog +* Sat Oct 17 2015 Piotr Popieluch - 0.8.13-1 +- Update to 0.8.13 + * Sat Sep 5 2015 Piotr Popieluch - 0.7.6-3 - Add missing def dir (RHBZ#1260268) - Change Source to github which includes tests diff --git a/sources b/sources index 82609fc..1edd528 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79e6b178630a8ae8701c5d554b52aecd ast-types-d74f2b5.tar.gz +94a7d3f3238e99c4d68d4ce84c42f00f ast-types-c9d0ca5.tar.gz