libtool-commit
[Top][All Lists]
Advanced

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

branch master updated: gnulib: update submodule to current versions


From: Mike Frysinger
Subject: branch master updated: gnulib: update submodule to current versions
Date: Sun, 14 Jan 2024 23:11:19 -0500

This is an automated email from the git hooks/post-receive script.

vapier pushed a commit to branch master
in repository libtool.

The following commit(s) were added to refs/heads/master by this push:
     new 544675d6 gnulib: update submodule to current versions
544675d6 is described below

commit 544675d6b538eed9804a230d5674338c95f47395
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sun Jan 14 18:06:03 2024 -0500

    gnulib: update submodule to current versions
    
    * gl/build-aux/do-release-commit-and-tag.diff: Rebase.
    * gnulib: Update submodule.
---
 gl/build-aux/do-release-commit-and-tag.diff | 10 +++++-----
 gnulib                                      |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gl/build-aux/do-release-commit-and-tag.diff 
b/gl/build-aux/do-release-commit-and-tag.diff
index 1a8b29d1..f79870e5 100644
--- a/gl/build-aux/do-release-commit-and-tag.diff
+++ b/gl/build-aux/do-release-commit-and-tag.diff
@@ -1,20 +1,20 @@
---- ./gnulib/build-aux/do-release-commit-and-tag       2013-01-26 
16:46:26.000000000 +1300
-+++ gl/build-aux/do-release-commit-and-tag     2013-10-28 20:21:38.000000000 
+1300
+--- ./gnulib/build-aux/do-release-commit-and-tag
++++ gl/build-aux/do-release-commit-and-tag
 @@ -5,6 +5,9 @@
  # will serve to identify the release, so apply a signed tag to it as well.
- VERSION=2012-08-01.09 # UTC
+ VERSION=2018-03-07.03 # UTC
  
 +# Make sure we've evaluated scripts we depend on.
 +test -z "$progpath" && . `echo "$0" |${SED-sed} 's|[^/]*$||'`/funclib.sh
 +
  # Note: this is a bash script (could be zsh or dash)
  
- # Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ # Copyright (C) 2009-2024 Free Software Foundation, Inc.
 @@ -125,10 +128,8 @@
    || die 'failed to determine previous version number from .prev-version'
  
  # Verify that $ver is sensible (> .prev-version).
--case $(printf "$prev_ver\n$ver\n"|sort -V -u|tr '\n' ':') in
+-case $(printf "%s\n%s\n" "$prev_ver" "$ver"|sort -V -u|tr '\n' ':') in
 -  "$prev_ver:$ver:") ;;
 -  *) die "invalid version: $ver (<= $prev_ver)";;
 -esac
diff --git a/gnulib b/gnulib
index a5218207..29d705ea 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit a5218207e5f92e152a34994cce4aa415b1eb25c8
+Subproject commit 29d705ead11382c8d608dcc254394439cb43b9b8



reply via email to

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