[FYI] Merge branch 'maint' into master

2013-05-15 Thread Stefano Lattarini
commit c91f24a5a72e0eced917507ff092e7845448b27d Merge: 83609bf 52a7601 Author: Stefano Lattarini Date: Wed May 15 23:31:54 2013 +0200 Merge branch 'maint' * maint: post-release: micro version bump (1.13.2a) release: stable micro release 1.13.2 vala tests: skip in a cr

[FYI] {branch-1.13.2} release: stable micro release 1.13.2

2013-05-15 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.13.2. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). Signed-off-by: Stefano Lattarini --- configure.ac| 2 +- m4/amversion.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.

[FYI] Merge branch 'micro' into maint

2013-05-15 Thread Stefano Lattarini
commit 52a760136d216ab867f02fd295d0b3d77d1ad438 Merge: 563ecad e89b908 Author: Stefano Lattarini Date: Wed May 15 22:54:15 2013 +0200 Merge branch 'micro' into maint * micro: post-release: micro version bump (1.13.2a) release: stable micro release 1.13.2 vala tests: s

[FYI] {micro} post-release: micro version bump (1.13.2a)

2013-05-15 Thread Stefano Lattarini
* configure.ac, m4/amversion.m4: Bump version: 1.13.2 -> 1.13.2a Signed-off-by: Stefano Lattarini --- configure.ac| 2 +- m4/amversion.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ac47160..732183f 100644 --- a/configure.ac +++

[FYI] 'branch-1.13.2' is dead, long live 'micro'!

2013-05-15 Thread Stefano Lattarini
Now that automake 1.13.2 has been released, the development line for the next micro version (1.13.3) will take place on the branch 'micro'. The branch 'branch-1.13.2' is no longer needed (its last commit referenced by tag 'v1.13.2'), and has been deleted. Regards, Stefano

[FYI] {branch-1.13.2} vala tests: skip in a cross compiler setup

2013-05-15 Thread Stefano Lattarini
The "vala + pkg-config" doesn't interact well with cross-compilation: That is causing annoying failures in our testsuite when it's run in cross-compilation mode. It's not worth trying too be overly smart and work around thes

Re: [FYI] {branch-1.13.2} HACKING: miscellaneous fixes, updates and enhancements

2013-05-15 Thread Stefano Lattarini
On 05/15/2013 09:31 PM, Gavin Smith wrote: >> - We used to use '_am_' as the prefix for an internal AC_SUBST. >> + We used to use '_am_' as the prefix for an internal AC_SUBSTs. > > This looks like a typo - should the "s" be there? > Actually yes, I meant is as a plural (and there is already an

Re: [FYI] {branch-1.13.2} HACKING: miscellaneous fixes, updates and enhancements

2013-05-15 Thread Stefano Lattarini
On 05/15/2013 09:37 PM, Eric Blake wrote: > On 05/15/2013 01:20 PM, Stefano Lattarini wrote: >> Signed-off-by: Stefano Lattarini >> --- >> HACKING | 102 >> >> 1 file changed, 51 insertions(+), 51 deletions(-) >> >> * If somebody

Re: [FYI] {branch-1.13.2} HACKING: miscellaneous fixes, updates and enhancements

2013-05-15 Thread Eric Blake
On 05/15/2013 01:20 PM, Stefano Lattarini wrote: > Signed-off-by: Stefano Lattarini > --- > HACKING | 102 > > 1 file changed, 51 insertions(+), 51 deletions(-) > > * If somebody reports a new bug, mention his name in the commit

Re: [FYI] {branch-1.13.2} HACKING: miscellaneous fixes, updates and enhancements

2013-05-15 Thread Gavin Smith
> - We used to use '_am_' as the prefix for an internal AC_SUBST. > + We used to use '_am_' as the prefix for an internal AC_SUBSTs. This looks like a typo - should the "s" be there? On Wed, May 15, 2013 at 8:20 PM, Stefano Lattarini wrote: > Signed-off-by: Stefano Lattarini > --- > HACKING

[FYI] {branch-1.13.2} HACKING: miscellaneous fixes, updates and enhancements

2013-05-15 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- HACKING | 102 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/HACKING b/HACKING index 604bf67..606702f 100644 --- a/HACKING +++ b/HACKING @@ -12,16 +12,16 @@ and check everyth

[FYI] {branch-1.13.2} NEWS: minor improvements to wording (about new versioning scheme)

2013-05-15 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- NEWS | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c466c3d..493b535 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,8 @@ in such a release are new *non-fatal* deprecations and warnings, and possibly fixes

Re: [PATCH 01/10] subdir-objects: enable unconditionally

2013-05-15 Thread Stefano Lattarini
On 05/14/2013 05:59 PM, Eric Blake wrote: > On 05/14/2013 02:04 AM, Stefano Lattarini wrote: >> See automake bug#13378. >> > >> @@ -10225,15 +10216,6 @@ bin_SCRIPTS = true.sh ... >> AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false$(EXEEXT) true.sh >> @end example >> >> -@item @option{subdir-objects}