Browse Source

"update Perl module"

master
parent
commit
c4ed619d74
  1. 12
      js/js.patch
  2. 4
      js/js.spec

12
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");
}

4
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

Loading…
Cancel
Save