libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.3-5-ga228b42


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.3-5-ga228b42
Date: Wed, 29 Oct 2014 18:10:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  a228b427608481768e9d5fab58751d1b4c4c2e92 (commit)
      from  48ef34c5b9c0a0adee4e09561d1d0005e444afb2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a228b427608481768e9d5fab58751d1b4c4c2e92
Author: Gary V. Vaughan <address@hidden>
Date:   Wed Oct 29 18:00:32 2014 +0000

    maint: fix README-alpha version match.
    
    With simplified release version numbering (thank you, git!), be
    careful to recognize four part alpha versions, or short git
    revision suffixed alpha versions correctly.
    * Makefile.am (re_odd_version): Remove.
    (re_alpha_version): Recognize alpha version numbers.
    ($(readme)): Adjust accordingly.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7c0c487..d9391de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -584,9 +584,9 @@ $(dotversion):
 
 ## Edit the README file for alpha releases.
 EXTRA_DIST += $(edit_readme_alpha)
-re_odd_version = '\([0-9][0-9]*.[0-9][0-9]*.[0-9]*[13579]\)'
+re_alpha_version = '\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*[-\.][-\.0-9a-z]*\)'
 $(readme): FORCE
-       @if test -n `expr $(VERSION) : $(re_odd_version)`; then \
+       @if test -n `expr $(VERSION) : $(re_alpha_version)`; then \
          if test 0 = '$(AM_DEFAULT_VERBOSITY)' && test 1 != '$(V)'; \
            then echo "  GEN     " $@; \
          else echo "$(SHELL) $(edit_readme_alpha) $@"; fi; \


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]