diff --git a/js/js.patch b/js/js.patch index 3e40764985..9f673bafda 100644 --- a/js/js.patch +++ b/js/js.patch @@ -1,6 +1,6 @@ -Index: JavaScript-1.15/Makefile.PL ---- JavaScript-1.15/Makefile.PL.orig 2009-08-31 21:18:33 +0200 -+++ JavaScript-1.15/Makefile.PL 2009-12-02 17:03:09 +0100 +Index: JavaScript-1.16/Makefile.PL +--- JavaScript-1.16/Makefile.PL.orig 2009-08-31 21:18:33 +0200 ++++ JavaScript-1.16/Makefile.PL 2009-12-02 17:03:09 +0100 @@ -93,7 +93,7 @@ if (exists $ENV{JS_LIB}) { @libs = get_paths($ENV{JS_LIB}); @@ -58,9 +58,9 @@ Index: JavaScript-1.15/Makefile.PL # Dispose temp stuff unlink($exe); -Index: JavaScript-1.15/PJS_Context.c ---- JavaScript-1.15/PJS_Context.c.orig 2009-08-24 22:59:18 +0200 -+++ JavaScript-1.15/PJS_Context.c 2009-12-02 17:00:20 +0100 +Index: JavaScript-1.16/PJS_Context.c +--- JavaScript-1.16/PJS_Context.c.orig 2009-08-24 22:59:18 +0200 ++++ JavaScript-1.16/PJS_Context.c 2009-12-02 17:00:20 +0100 @@ -96,7 +96,9 @@ croak("Failed to create JSContext"); } diff --git a/js/js.spec b/js/js.spec index 60f58f70f8..558806da5b 100644 --- a/js/js.spec +++ b/js/js.spec @@ -23,7 +23,7 @@ # package version %define V_js 1.6.20070208 -%define V_javascript 1.15 +%define V_javascript 1.16 %define V_javascript_spidermonkey 0.19 %define V_javascript_squish 0.07 %define V_javascript_code 0.08 @@ -43,7 +43,7 @@ Class: PLUS Group: Language License: MPL/GPL/LGPL Version: %{V_js} -Release: 20100105 +Release: 20100221 # package options %option with_file yes