[packages/closure-compiler] up to v20130722 (July 22, 2013)

glen glen at pld-linux.org
Sun Aug 18 23:38:45 CEST 2013


commit 03f7f2deefcd78c6bc4f033baed9ffe206d064f8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 19 00:37:34 2013 +0300

    up to v20130722 (July 22, 2013)
    
    - Stricter missing-property checks for structs.
    - Improved type inference for assignments to the prototype property.
    - Fix incompatibility between removeUnusedClassProperties and Object.seal, and add the pass to advanced optimizations.
    - Open source the code-coverage instrumentation pass.
    - Allow constructors with a declared return type to be called without new.
    - Bugfixes for goog.inherits used with generic types.
    - Better detection of block comments that contain jsdoc tags.
    - In ES5 mode, don't quote object literal keys when they're ES3 keywords.
    - In ES3 mode, allow ES3 keywords as property names but quote them.
    - New jsdoc tag @disposes for use with CheckEventfulDisposal pass to specify particular arguments of a function to be disposed.
    - Updated externs for angular, jquery and maps api.
    - Fix issue 1017, issue 1020, issue 1021, issue 1023, issue 1030, issue 1033, issue 1035, issue 1042, issue 1043.
    
    https://code.google.com/p/closure-compiler/wiki/Releases

 closure-compiler.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/closure-compiler.spec b/closure-compiler.spec
index c2e2792..9b36031 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:	20130603
+Version:	20130722
 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:	88dcfc777323b5768be4d7d5167b3a91
+# Source0-md5:	8d8f3f3d429742ca7fd7bfa9e164d8b5
 Source1:	%{name}.sh
 Source2:	get-source.sh
 Source4:	Changes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/closure-compiler.git/commitdiff/03f7f2deefcd78c6bc4f033baed9ffe206d064f8



More information about the pld-cvs-commit mailing list