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 "grep".

The branch, master has been updated
       via  082f068a5ed504f5e12c5e188a581c2f9915c194 (commit)
       via  dc292e8bb0f4d8b3b35430d7aaf4bc6cacea0ec6 (commit)
      from  b1dee0f8b3db2cd02b7979c6175e78dc4cae1ebd (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=082f068a5ed504f5e12c5e188a581c2f9915c194


commit 082f068a5ed504f5e12c5e188a581c2f9915c194
Author: Jim Meyering <[email protected]>
Date:   Tue Apr 8 13:25:07 2025 -0700

    build: fix module name typo
    
    * bootstrap.conf (gnulib_modules): Fix module name typo I introduced.
    s/realloc-gnu-h/realloc-posix/. Reported by Bruno Haible in
    https://bugs.gnu.org/77654

diff --git a/bootstrap.conf b/bootstrap.conf
index 26db817..780b035 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -80,7 +80,7 @@ openat-safer
 perl
 rawmemchr
 readme-release
-realloc-gnu-h
+realloc-posix
 regex
 safe-read
 same-inode
@@ -172,7 +172,8 @@ bootstrap_post_import_hook ()
   test $found = 0 \
     && die 'Cannot find pkg.m4; perhaps you need to install pkg-config'
   local url=https://lists.gnu.org/r/grep-devel/2025-04/msg00005.html
-  grep '^# serial 12' m4/pkg.m4 && die "do not use pkg.m4 serial 12; see $url" 
|| :
+  grep '^# serial 12' m4/pkg.m4 \
+    && die "do not use pkg.m4 serial 12; see $url" || :
 }
 
 bootstrap_epilogue()

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=dc292e8bb0f4d8b3b35430d7aaf4bc6cacea0ec6


commit 082f068a5ed504f5e12c5e188a581c2f9915c194
Author: Jim Meyering <[email protected]>
Date:   Tue Apr 8 13:25:07 2025 -0700

    build: fix module name typo
    
    * bootstrap.conf (gnulib_modules): Fix module name typo I introduced.
    s/realloc-gnu-h/realloc-posix/. Reported by Bruno Haible in
    https://bugs.gnu.org/77654

diff --git a/bootstrap.conf b/bootstrap.conf
index 26db817..780b035 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -80,7 +80,7 @@ openat-safer
 perl
 rawmemchr
 readme-release
-realloc-gnu-h
+realloc-posix
 regex
 safe-read
 same-inode
@@ -172,7 +172,8 @@ bootstrap_post_import_hook ()
   test $found = 0 \
     && die 'Cannot find pkg.m4; perhaps you need to install pkg-config'
   local url=https://lists.gnu.org/r/grep-devel/2025-04/msg00005.html
-  grep '^# serial 12' m4/pkg.m4 && die "do not use pkg.m4 serial 12; see $url" 
|| :
+  grep '^# serial 12' m4/pkg.m4 \
+    && die "do not use pkg.m4 serial 12; see $url" || :
 }
 
 bootstrap_epilogue()

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

Summary of changes:
 bootstrap.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep

Reply via email to