Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:399807d65082e148f2e870d06f3f372feda94c84
Author...:Collin Funk
Committer:Collin Funk
Date.....:Tue Mar 17 21:07:32 2026 -0700
Parents..:1757091fd6a84a5b9d955f4c04d40a1fb9b1d723

Message
doc: NEWS: remove an extra word

I noticed this after uploading the tarball for version 2.12.3, and
decided it wasn't worth following all the steps in README-release again
to fix it.

* NEWS: Remove an extra word.
* cfg.mk (old_NEWS_hash): Update using 'make update-NEWS-hash'.

Changes
diff --git a/NEWS b/NEWS
line changes: +2/-2
index 947e79c..f7fa3df
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,8 @@ removed in release 2.11.
 Update gnulib for compatibility with glibc-2.43.
 
 GNU hello no longer fails to build with BSD implementations of the
-'make' command.  Previously they would be unable to find a target
-required listed as a dependency of the 'hello' program.
+'make' command.  Previously they would be unable to find a target listed
+as a dependency of the 'hello' program.
 
 * Noteworthy changes in release 2.12.2 (2025-05-19) [stable]
 

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index 6919ba6..222ec94
--- a/cfg.mk
+++ b/cfg.mk
@@ -28,7 +28,7 @@ local-checks-to-skip = \
   sc_indent
 
 # Set format of NEWS
-old_NEWS_hash := 3509edb5b8d1de2821dcdd54264a8795
+old_NEWS_hash := b6e2880ab51e94270167a5cdaf96441a
 
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \

This website is licensed under AGPL-3.0. Feel free to copy!