From 5912ecd53f88de3c9be1262e420c0aeb51b77198 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 17 Oct 2013 16:52:29 +0300 Subject: [PATCH] up to 20131014 (October 14, 2013) - Disable the "rewrite function expressions" pass. - Improvements in type inference for generics, related to record types and to inheritance. - Allow unknown and record types in inline type annotations. - Recognize a function return type as an inline annotation. - Rotate commutative operators to eliminate parens. - Fix issue 1007, issue 1024, issue 1047, issue 1070, issue 1072, issue 1073, issue 1085, issue 1103. - Extern updates --- closure-compiler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/closure-compiler.spec b/closure-compiler.spec index 328b2b9..dfc032b 100644 --- a/closure-compiler.spec +++ b/closure-compiler.spec @@ -6,13 +6,13 @@ %include /usr/lib/rpm/macros.java Summary: Closure Compiler - JavaScript compressor Name: closure-compiler -Version: 20130823 +Version: 20131014 Release: 1 License: Apache v2.0 Group: Applications/WWW # Source0Download: https://code.google.com/p/closure-compiler/downloads/list Source0: http://closure-compiler.googlecode.com/files/compiler-%{version}.tar.gz -# Source0-md5: 105db24c4676e23f2495adfdea3159bc +# Source0-md5: 37e8eb83d3fe271a002f41e7c2d1e2d7 Source1: %{name}.sh Source2: get-source.sh Source4: Changes -- 2.43.0