Skip to content

Commit

Permalink
Release v5.1.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
  • Loading branch information
gvvaughan committed Jan 1, 2015
1 parent cf46c2d commit fce163f
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ before_install:

install:
# Use Lua 5.3 compatible rocks, where available.
- 'for rock in specl""; do
- 'for rock in ansicolors specl""; do
if test -z "$rock"; then break; fi;
if luarocks list | grep "^$rock$" >/dev/null; then continue; fi;
sudo luarocks install --server=http://rocks.moonscript.org/manifests/gvvaughan $rock;
done'

# Fudge timestamps on release branches.
- 'if test -f configure; then
touch aclocal.m4;
test -f aclocal.m4 && touch aclocal.m4;
sleep 1; touch Makefile.in;
sleep 1; test -f config.h.in && touch config.h.in;
sleep 1; touch configure;
fi'

# Build from rockspec.
- export ROCKSPEC=lyaml-5.1.3-1.rockspec
- export ROCKSPEC=lyaml-5.1.4-1.rockspec
- 'test -f "$ROCKSPEC" || ROCKSPEC=lyaml-git-1.rockspec'
- sudo luarocks make $ROCKSPEC LUA="$LUA"

Expand Down
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
2015-01-01 Gary V. Vaughan <gary@gnu.org>

Release version 5.1.4
* NEWS.md: Record release date.

configure: add ansicolors to travis_extra_rocks.
* bootstrap.conf (travis_extra_rocks): Add ansicolors for color
specl output.
* .travis.yml: Regenerate.

slingshot: sync with upstream, for travis improvements.
* slingshot: Sync with upstream.
* .travis.yml: Regenerate.

configury: bump release version to 5.1.4.
* configure.ac (AC_INIT): Bump release version to 5.1.4.

maint: update NEWS.
* NEWS.md: Add missing sections.

maint: commit git rockspec to master branch.
* .gitignore: Allow git rockspecs.
* lyaml-git-1.rockspec: New file.

travis: move timestamp fudger to before rockspec make.

maint: post-release administrivia.
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* ./local.mk (old_NEWS_hash): Auto-update.

Release version 5.1.3
* NEWS.md: Record release date.

Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# lyaml NEWS - User visible changes

## Noteworthy changes in release 5.1.4 (2015-01-01) [stable]

- This release is functionally identical to the last.


## Noteworthy changes in release 5.1.3 (2015-01-01) [stable]

- This release is functionally identical to the last.


## Noteworthy changes in release 5.1.2 (2014-12-27) [stable]

Expand Down
1 change: 1 addition & 0 deletions bootstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ slingshot_files='

# Prequisite rocks that need to be installed for travis builds to work.
travis_extra_rocks='
ansicolors
specl
'

Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for lyaml 5.1.3.
# Generated by GNU Autoconf 2.69 for lyaml 5.1.4.
#
# Report bugs to <http://github.com/gvvaughan/lyaml/issues>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lyaml'
PACKAGE_TARNAME='lyaml'
PACKAGE_VERSION='5.1.3'
PACKAGE_STRING='lyaml 5.1.3'
PACKAGE_VERSION='5.1.4'
PACKAGE_STRING='lyaml 5.1.4'
PACKAGE_BUGREPORT='http://github.com/gvvaughan/lyaml/issues'
PACKAGE_URL=''

Expand Down Expand Up @@ -1327,7 +1327,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures lyaml 5.1.3 to adapt to many kinds of systems.
\`configure' configures lyaml 5.1.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1397,7 +1397,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of lyaml 5.1.3:";;
short | recursive ) echo "Configuration of lyaml 5.1.4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1507,7 +1507,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
lyaml configure 5.1.3
lyaml configure 5.1.4
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1876,7 +1876,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by lyaml $as_me 5.1.3, which was
It was created by lyaml $as_me 5.1.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2256,7 +2256,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.


$as_echo "## ----------------------- ##
## Configuring lyaml 5.1.3 ##
## Configuring lyaml 5.1.4 ##
## ----------------------- ##"
echo

Expand Down Expand Up @@ -2746,7 +2746,7 @@ fi

# Define the identity of the package.
PACKAGE='lyaml'
VERSION='5.1.3'
VERSION='5.1.4'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13991,7 +13991,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by lyaml $as_me 5.1.3, which was
This file was extended by lyaml $as_me 5.1.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14057,7 +14057,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
lyaml config.status 5.1.3
lyaml config.status 5.1.4
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnl THE SOFTWARE.
AC_PREREQ([2.68])

dnl Initialise autoconf and automake
AC_INIT([lyaml], [5.1.3], [http://github.com/gvvaughan/lyaml/issues])
AC_INIT([lyaml], [5.1.4], [http://github.com/gvvaughan/lyaml/issues])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

Expand Down
6 changes: 3 additions & 3 deletions lyaml-5.1.3-1.rockspec → lyaml-5.1.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package = "lyaml"
version = "5.1.3-1"
version = "5.1.4-1"
description = {
detailed = "Read and write YAML format files with Lua.",
homepage = "http://github.com/gvvaughan/lyaml",
license = "MIT/X11",
summary = "libYAML binding for Lua",
}
source = {
dir = "lyaml-release-v5.1.3",
url = "http://github.com/gvvaughan/lyaml/archive/release-v5.1.3.zip",
dir = "lyaml-release-v5.1.4",
url = "http://github.com/gvvaughan/lyaml/archive/release-v5.1.4.zip",
}
dependencies = {
"lua >= 5.1, < 5.4",
Expand Down
17 changes: 9 additions & 8 deletions travis.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ install:
sudo luarocks install --server=http://rocks.moonscript.org/manifests/gvvaughan $rock;
done'

# Fudge timestamps on release branches.
- 'if test -f configure; then
test -f aclocal.m4 && touch aclocal.m4;
sleep 1; touch Makefile.in;
sleep 1; test -f config.h.in && touch config.h.in;
sleep 1; touch configure;
fi'

# Build from rockspec.
- export ROCKSPEC=@PACKAGE@-@VERSION@-1.rockspec
- 'test -f "$ROCKSPEC" || ROCKSPEC=@PACKAGE@-git-1.rockspec'
Expand All @@ -109,14 +117,7 @@ install:


script:
- 'if test -f configure; then
touch aclocal.m4;
sleep 1; touch Makefile.in;
sleep 1; touch config.h.in;
sleep 1; touch configure;
else
./bootstrap --verbose;
fi'
- test -f configure || ./bootstrap --verbose
- test -f Makefile || ./configure --disable-silent-rules LUA="$LUA"
- make
- make check V=1
Expand Down

0 comments on commit fce163f

Please sign in to comment.