Browse Source

update: js2-mode 20090723b-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@742 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
c86b04e380
2 changed files with 5 additions and 1 deletions
  1. 1 0
      j/js2-mode/js2-mode-install.sh
  2. 4 1
      j/js2-mode/js2-mode-vl.spec

+ 1 - 0
j/js2-mode/js2-mode-install.sh

@@ -19,6 +19,7 @@ case "${FLAVOR}" in
     xemacs*)
 	;;
     *) 
+	echo -n "install/${PACKAGE}: Byte-compiling for ${FLAVOR} ..."
 	install -m 755 -d ${ELCDIR}
 	cd ${ELDIR}
 	cp *.el ${ELCDIR}

+ 4 - 1
j/js2-mode/js2-mode-vl.spec

@@ -7,7 +7,7 @@
 Summary:      An improved JavaScript mode for GNU Emacs
 Name:         %{origname}
 Version:      %{origver}
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 
 Source0:      http://js2-mode.googlecode.com/files/js2-%{origver}.el
 Source1:      %{origname}-install.sh
@@ -113,6 +113,9 @@ fi
 %{emacsen_pkgdir}/remove/%{origname}
 
 %changelog
+* Wed Mar 10 2010 IWAI, Masaharu <iwai@alib.jp> 20090723b-2
+- correct output message on js2-mode-install.sh (SOURCE1)
+
 * Sat Jan 16 2010 IWAI, Masaharu <iwai@alib.jp> 20090723b-1
 - first release for Vine Linux