From: Karl Berry Date: Thu, 19 Jun 2025 21:42:06 +0000 (-0700) Subject: maint: secondary updates from make fetch. X-Git-Tag: v1.18.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e56f198ca651bf35dc25c93334d3b8882cb0f20;p=thirdparty%2Fautomake.git maint: secondary updates from make fetch. * lib/gendocs.sh: update with make fetch. * lib/gitlog-to-changelog: likewise. * lib/gnupload: likewise. * lib/texinfo.tex: likewise. * lib/update-copyright: likewise. --- diff --git a/lib/gendocs.sh b/lib/gendocs.sh index b73b52425..b5e4cfb19 100755 --- a/lib/gendocs.sh +++ b/lib/gendocs.sh @@ -2,7 +2,7 @@ # gendocs.sh -- generate a GNU manual in many formats. This script is # mentioned in maintain.texi. See the help message below for usage details. -scriptversion=2025-04-26.12 +scriptversion=2025-06-09.19 # Copyright 2003-2025 Free Software Foundation, Inc. # @@ -557,6 +557,6 @@ echo "Done, see $outdir/ subdirectory for new files." # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-format: "%Y-%02m-%02d.%02H" # time-stamp-end: "$" # End: diff --git a/lib/gitlog-to-changelog b/lib/gitlog-to-changelog index 2e34fc0d8..0c751f957 100755 --- a/lib/gitlog-to-changelog +++ b/lib/gitlog-to-changelog @@ -35,7 +35,7 @@ eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2024-07-17 02:20'; # UTC +my $VERSION = '2025-06-10 02:43'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -544,7 +544,7 @@ sub git_dir_option($) # eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-line-limit: 50 # time-stamp-start: "my $VERSION = '" -# time-stamp-format: "%:y-%02m-%02d %02H:%02M" +# time-stamp-format: "%Y-%02m-%02d %02H:%02M" # time-stamp-time-zone: "UTC0" # time-stamp-end: "'; # UTC" # End: diff --git a/lib/gnupload b/lib/gnupload index c526437b8..6eac75c16 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -1,7 +1,7 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2024-12-09.08; # UTC +scriptversion=2025-06-10.02; # UTC # Copyright (C) 2004-2025 Free Software Foundation, Inc. # @@ -477,7 +477,7 @@ exit 0 # Local variables: # eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-format: "%Y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff --git a/lib/texinfo.tex b/lib/texinfo.tex index 3ebea93cb..3907525cf 100644 --- a/lib/texinfo.tex +++ b/lib/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2025-03-22.08} +\def\texinfoversion{2025-06-18.21} % % Copyright 1985, 1986, 1988, 1990-2025 Free Software Foundation, Inc. % @@ -9419,6 +9419,7 @@ might help (with 'rm \jobname.?? \jobname.??s')% \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 {\safexrefname}}% \fi + \ignorespaces % ignore ends of line in aux file } % If working on a large document in chapters, it is convenient to diff --git a/lib/update-copyright b/lib/update-copyright index 124c7d2e4..592bd8b26 100755 --- a/lib/update-copyright +++ b/lib/update-copyright @@ -138,7 +138,7 @@ eval 'exec perl -wSx -0777 -pi "$0" "$@"' if 0; -my $VERSION = '2025-01-01.07:36'; # UTC +my $VERSION = '2025-06-10.02:42'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -301,7 +301,7 @@ if (!$found) # eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-line-limit: 200 # time-stamp-start: "my $VERSION = '" -# time-stamp-format: "%:y-%02m-%02d.%02H:%02M" +# time-stamp-format: "%Y-%02m-%02d.%02H:%02M" # time-stamp-time-zone: "UTC0" # time-stamp-end: "'; # UTC" # End: