From: Elan Ruusamäe Date: Thu, 3 Nov 2016 10:10:27 +0000 (+0200) Subject: October 24, 2016 (v20161024) X-Git-Tag: auto/th/closure-compiler-20161024-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclosure-compiler.git;a=commitdiff_plain;h=d3b7285898392dc1c78d810b4a1bf149c27e9733 October 24, 2016 (v20161024) - Polyfills for Promises. - Support for async/await by transpiling to generators. - Improvements to CommonJS module rewriting. - New flag for strict-mode output: --emit_use_strict. - Duplicate keys in an object literal are always an error, even if strict - mode is not explicitly enabled. --- diff --git a/closure-compiler.spec b/closure-compiler.spec index b6e62a1..50d75e1 100644 --- a/closure-compiler.spec +++ b/closure-compiler.spec @@ -6,12 +6,12 @@ %include /usr/lib/rpm/macros.java Summary: Closure Compiler - JavaScript compressor Name: closure-compiler -Version: 20160911 +Version: 20161024 Release: 1 License: Apache v2.0 Group: Applications/WWW Source0: http://dl.google.com/closure-compiler/compiler-%{version}.tar.gz -# Source0-md5: 7e85253436e492aa580ce3c3b8f585e7 +# Source0-md5: 354c94221757d158c8886fea68122ebb Source1: %{name}.sh Source2: get-source.sh Source4: Changes