修訂 | 39 (tree) |
---|---|
時間 | 2009-02-27 14:25:10 |
作者 | karasimiso |
ver1.1
@@ -25,7 +25,7 @@ | ||
25 | 25 | Name: daikon |
26 | 26 | |
27 | 27 | # バージョン番号 |
28 | -Version: 1.0.2 | |
28 | +Version: @PACKAGE_VERSION@ | |
29 | 29 | |
30 | 30 | # リリース番号 |
31 | 31 | Release: 1 |
@@ -37,7 +37,7 @@ | ||
37 | 37 | Group: Applications/System |
38 | 38 | |
39 | 39 | # ダイコンと、そのサンプルスクリプトをRPMにパッケージングします。 |
40 | -Source: daikon-1.0.2.tar.gz | |
40 | +Source: daikon-@PACKAGE_VERSION@.tar.gz | |
41 | 41 | Source1: sample |
42 | 42 | Source2: daikon-launcher |
43 | 43 | Source3: icon.png |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #! /bin/sh |
2 | 2 | # From configure.ac Revision: 28 . |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | -# Generated by GNU Autoconf 2.63 for daikon 1.0.2. | |
4 | +# Generated by GNU Autoconf 2.63 for daikon 1.1. | |
5 | 5 | # |
6 | 6 | # Report bugs to <karasimiso@users.sourceforge.jp>. |
7 | 7 | # |
@@ -599,8 +599,8 @@ | ||
599 | 599 | # Identity of this package. |
600 | 600 | PACKAGE_NAME='daikon' |
601 | 601 | PACKAGE_TARNAME='daikon' |
602 | -PACKAGE_VERSION='1.0.2' | |
603 | -PACKAGE_STRING='daikon 1.0.2' | |
602 | +PACKAGE_VERSION='1.1' | |
603 | +PACKAGE_STRING='daikon 1.1' | |
604 | 604 | PACKAGE_BUGREPORT='karasimiso@users.sourceforge.jp' |
605 | 605 | |
606 | 606 | ac_unique_file="src/daikon.h" |
@@ -1263,7 +1263,7 @@ | ||
1263 | 1263 | # Omit some internal or obsolete options to make the list less imposing. |
1264 | 1264 | # This message is too long to be a string in the A/UX 3.1 sh. |
1265 | 1265 | cat <<_ACEOF |
1266 | -\`configure' configures daikon 1.0.2 to adapt to many kinds of systems. | |
1266 | +\`configure' configures daikon 1.1 to adapt to many kinds of systems. | |
1267 | 1267 | |
1268 | 1268 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1269 | 1269 |
@@ -1329,7 +1329,7 @@ | ||
1329 | 1329 | |
1330 | 1330 | if test -n "$ac_init_help"; then |
1331 | 1331 | case $ac_init_help in |
1332 | - short | recursive ) echo "Configuration of daikon 1.0.2:";; | |
1332 | + short | recursive ) echo "Configuration of daikon 1.1:";; | |
1333 | 1333 | esac |
1334 | 1334 | cat <<\_ACEOF |
1335 | 1335 |
@@ -1424,7 +1424,7 @@ | ||
1424 | 1424 | test -n "$ac_init_help" && exit $ac_status |
1425 | 1425 | if $ac_init_version; then |
1426 | 1426 | cat <<\_ACEOF |
1427 | -daikon configure 1.0.2 | |
1427 | +daikon configure 1.1 | |
1428 | 1428 | generated by GNU Autoconf 2.63 |
1429 | 1429 | |
1430 | 1430 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
@@ -1440,7 +1440,7 @@ | ||
1440 | 1440 | This file contains any messages produced by compilers while |
1441 | 1441 | running configure, to aid debugging if configure makes a mistake. |
1442 | 1442 | |
1443 | -It was created by daikon $as_me 1.0.2, which was | |
1443 | +It was created by daikon $as_me 1.1, which was | |
1444 | 1444 | generated by GNU Autoconf 2.63. Invocation command line was |
1445 | 1445 | |
1446 | 1446 | $ $0 $@ |
@@ -2162,7 +2162,7 @@ | ||
2162 | 2162 | |
2163 | 2163 | # Define the identity of the package. |
2164 | 2164 | PACKAGE=daikon |
2165 | - VERSION=1.0.2 | |
2165 | + VERSION=1.1 | |
2166 | 2166 | |
2167 | 2167 | |
2168 | 2168 | cat >>confdefs.h <<_ACEOF |
@@ -4761,7 +4761,7 @@ | ||
4761 | 4761 | # report actual input values of CONFIG_FILES etc. instead of their |
4762 | 4762 | # values after options handling. |
4763 | 4763 | ac_log=" |
4764 | -This file was extended by daikon $as_me 1.0.2, which was | |
4764 | +This file was extended by daikon $as_me 1.1, which was | |
4765 | 4765 | generated by GNU Autoconf 2.63. Invocation command line was |
4766 | 4766 | |
4767 | 4767 | CONFIG_FILES = $CONFIG_FILES |
@@ -4824,7 +4824,7 @@ | ||
4824 | 4824 | _ACEOF |
4825 | 4825 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
4826 | 4826 | ac_cs_version="\\ |
4827 | -daikon config.status 1.0.2 | |
4827 | +daikon config.status 1.1 | |
4828 | 4828 | configured by $0, generated by GNU Autoconf 2.63, |
4829 | 4829 | with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
4830 | 4830 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | |
4 | 4 | AC_PREREQ(2.59) |
5 | 5 | # パッケージ情報 |
6 | -AC_INIT([daikon], [1.0.2], [karasimiso@users.sourceforge.jp], [daikon]) | |
6 | +AC_INIT([daikon], [1.1], [karasimiso@users.sourceforge.jp], [daikon]) | |
7 | 7 | |
8 | 8 | # 著作権表示 |
9 | 9 | AC_COPYRIGHT([COPYRIGHT(C) 2009 karasimiso]) |
@@ -10,7 +10,7 @@ | ||
10 | 10 | AC_REVISION($Revision$) |
11 | 11 | AC_CONFIG_SRCDIR([src/daikon.h]) |
12 | 12 | |
13 | -AM_INIT_AUTOMAKE(daikon, 1.0.2) | |
13 | +AM_INIT_AUTOMAKE(daikon, 1.1) | |
14 | 14 | AC_CONFIG_FILES([Makefile]) |
15 | 15 | AC_CONFIG_FILES([src/Makefile]) |
16 | 16 | AC_CONFIG_FILES([doc/Makefile]) |
@@ -1 +1,2 @@ | ||
1 | +2009/02/27 ダイコン1.1 をリリースしました。 | |
1 | 2 | 2009/01/23 SourceForge.JP にてプロジェクトを公開しました。 |
@@ -1,4 +1,4 @@ | ||
1 | -* Mon Feb 23 2009 karasimiso <karasimiso@users.sourceforge.jp> 1.1 | |
1 | +* Fri Feb 27 2009 karasimiso <karasimiso@users.sourceforge.jp> 1.1 | |
2 | 2 | - 内部フォーマットを調整して画像描画を高速化 |
3 | 3 | - <発射>タグを通した循環参照によって一般保護例外が発生するバグの修正 |
4 | 4 | - <テキスト>タグの実装 |