• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Superconducting Toolkit


Commit MetaInfo

修订版27884f769bf3632b352e25f6c58de85df9a6c3ca (tree)
时间2015-09-24 05:09:52
作者spigafi <spigafi@c92e...>
Commiterspigafi

Log Message

Ready for release v5.2.1

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11757 c92efa57-630b-4861-b058-cf58834340f0

更改概述

差异

--- a/dev-tools/release.sh
+++ b/dev-tools/release.sh
@@ -1,7 +1,7 @@
11 #!/bin/sh -x
22
33 tempdir=$HOME/Downloads
4-version=5.2.0
4+version=5.2.1
55
66 # make sure there is no locale setting creating unneeded differences.
77 LC_ALL=C
@@ -11,7 +11,7 @@ mkdir $tempdir
1111 cd $tempdir
1212 /bin/rm -rf espresso/ espresso-$version
1313 # get the svn copy
14-svn checkout http://qeforge.qe-forge.org/svn/q-e/tags/QE-5-2-0/espresso
14+svn checkout http://qeforge.qe-forge.org/svn/q-e/tags/QE-5-2-1/espresso
1515 mv espresso/ espresso-$version/
1616
1717 cd espresso-$version
--- a/install/configure
+++ b/install/configure
@@ -1,6 +1,6 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.63 for ESPRESSO 5.2.0.
3+# Generated by GNU Autoconf 2.63 for ESPRESSO 5.2.1.
44 #
55 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
594594 # Identity of this package.
595595 PACKAGE_NAME='ESPRESSO'
596596 PACKAGE_TARNAME='espresso'
597-PACKAGE_VERSION='5.2.0'
598-PACKAGE_STRING='ESPRESSO 5.2.0'
597+PACKAGE_VERSION='5.2.1'
598+PACKAGE_STRING='ESPRESSO 5.2.1'
599599 PACKAGE_BUGREPORT=''
600600
601601 ac_default_prefix="\$(INSTALLDIR)"
@@ -1322,7 +1322,7 @@ if test "$ac_init_help" = "long"; then
13221322 # Omit some internal or obsolete options to make the list less imposing.
13231323 # This message is too long to be a string in the A/UX 3.1 sh.
13241324 cat <<_ACEOF
1325-\`configure' configures ESPRESSO 5.2.0 to adapt to many kinds of systems.
1325+\`configure' configures ESPRESSO 5.2.1 to adapt to many kinds of systems.
13261326
13271327 Usage: $0 [OPTION]... [VAR=VALUE]...
13281328
@@ -1386,7 +1386,7 @@ fi
13861386
13871387 if test -n "$ac_init_help"; then
13881388 case $ac_init_help in
1389- short | recursive ) echo "Configuration of ESPRESSO 5.2.0:";;
1389+ short | recursive ) echo "Configuration of ESPRESSO 5.2.1:";;
13901390 esac
13911391 cat <<\_ACEOF
13921392
@@ -1498,7 +1498,7 @@ fi
14981498 test -n "$ac_init_help" && exit $ac_status
14991499 if $ac_init_version; then
15001500 cat <<\_ACEOF
1501-ESPRESSO configure 5.2.0
1501+ESPRESSO configure 5.2.1
15021502 generated by GNU Autoconf 2.63
15031503
15041504 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1512,7 +1512,7 @@ cat >config.log <<_ACEOF
15121512 This file contains any messages produced by compilers while
15131513 running configure, to aid debugging if configure makes a mistake.
15141514
1515-It was created by ESPRESSO $as_me 5.2.0, which was
1515+It was created by ESPRESSO $as_me 5.2.1, which was
15161516 generated by GNU Autoconf 2.63. Invocation command line was
15171517
15181518 $ $0 $@
@@ -12263,7 +12263,7 @@ exec 6>&1
1226312263 # report actual input values of CONFIG_FILES etc. instead of their
1226412264 # values after options handling.
1226512265 ac_log="
12266-This file was extended by ESPRESSO $as_me 5.2.0, which was
12266+This file was extended by ESPRESSO $as_me 5.2.1, which was
1226712267 generated by GNU Autoconf 2.63. Invocation command line was
1226812268
1226912269 CONFIG_FILES = $CONFIG_FILES
@@ -12322,7 +12322,7 @@ Report bugs to <bug-autoconf@gnu.org>."
1232212322 _ACEOF
1232312323 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1232412324 ac_cs_version="\\
12325-ESPRESSO config.status 5.2.0
12325+ESPRESSO config.status 5.2.1
1232612326 configured by $0, generated by GNU Autoconf 2.63,
1232712327 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1232812328
--- a/install/configure.ac
+++ b/install/configure.ac
@@ -1,4 +1,4 @@
1-AC_INIT(ESPRESSO, 5.2.0, , espresso)
1+AC_INIT(ESPRESSO, 5.2.1, , espresso)
22 # ----------------------------
33 # Non-standard precious variables
44 # ----------------------------