From d3b7285898392dc1c78d810b4a1bf149c27e9733 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Nov 2016 12:10:27 +0200 Subject: [PATCH] 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. --- closure-compiler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0