[closure-compiler] Update to version 20140923

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Wed Oct 1 19:27:45 UTC 2014


commit db970ab3c9b7b8ee191dd54bbcbcfe1d294ecc85
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Oct 1 15:27:26 2014 -0400

    Update to version 20140923

 closure-compiler.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/closure-compiler.spec b/closure-compiler.spec
index f9005fe..aedfe5c 100644
--- a/closure-compiler.spec
+++ b/closure-compiler.spec
@@ -2,16 +2,14 @@
 
 Summary:    JavaScript minifier and checker
 Name:       closure-compiler
-%define commit e5cfc63bb559c849cf3e55e99c1b2bb431fd8d75
+%define commit ad29f06d581fb8c54ad031334b82a5c301b6ce0a
 %define shorthash %(printf %%.7s %commit)
-Version:    20140613.git%{shorthash}
+Version:    20140923
 Release:    1%{?dist}
 License:    ASL 2.0
 URL:        https://developers.google.com/closure/compiler/
 Source0:    https://github.com/google/closure-compiler/archive/%{commit}.zip
 Source1:    closure-compiler.xml
-Patch0:     0001-Avoid-unchecked-cast-warnings-in-Java8.patch
-Patch1:     0001-Replace-Guava17-s-Verify-with-Preconditions.patch
 BuildArch:  noarch
 
 BuildRequires: jpackage-utils
@@ -62,8 +60,6 @@ This package contains the %{summary}.
 
 %prep
 %setup -q -n %{name}-%{commit}
-%patch0 -p1
-%patch1 -p1
 rm -rf lib/*
 build-jar-repository -s -p lib/ \
     jarjar \
@@ -115,6 +111,9 @@ cp %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 %doc CONTRIBUTORS COPYING README.md
 
 %changelog
+* Wed Oct 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 20140923-1
+- Update to the latest release.
+
 * Fri Jun 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 20140613.gite5cfc63-1
 - Convert to maven build and update to latest version from git (#1106062).
 


More information about the scm-commits mailing list