浏览代码

modifying package: js-1.6.20070208 20080902 -> 20080908

Ralf S. Engelschall 17 年之前
父节点
当前提交
1fb82c2634
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 3 3
      js/js.patch
  2. 2 2
      js/js.spec

+ 3 - 3
js/js.patch

@@ -126,9 +126,9 @@ Index: js-1.6.20070208/src/perlconnect/Makefile.PL.in
 +	INSTALLDIRS  => 'vendor',
  );
  
-Index: jsapigen-0.1.0/src/parser.y
---- jsapigen-0.1.0/src/parser.y.orig	2008-08-22 14:16:28 +0200
-+++ jsapigen-0.1.0/src/parser.y	2008-08-25 11:01:55 +0200
+Index: jsapigen-0.2.0/src/parser.y
+--- jsapigen-0.2.0/src/parser.y.orig	2008-08-22 14:16:28 +0200
++++ jsapigen-0.2.0/src/parser.y	2008-08-25 11:01:55 +0200
 @@ -141,12 +141,12 @@
      ;
  

+ 2 - 2
js/js.spec

@@ -30,7 +30,7 @@
 %define       V_javascript_jslint       0.06
 %define       V_javascript_engine       0.024
 %define       V_jsmin                   20080803
-%define       V_jsapigen                0.1.0
+%define       V_jsapigen                0.2.0
 
 #   package information
 Name:         js
@@ -43,7 +43,7 @@ Class:        PLUS
 Group:        Language
 License:      MPL/GPL/LGPL
 Version:      %{V_js}
-Release:      20080902
+Release:      20080908
 
 #   package options
 %option       with_file        yes