[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-267-g096b15ca5

git at osgeo.org git at osgeo.org
Tue Jan 18 03:32:53 PST 2022


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

The branch, master has been updated
       via  096b15ca5b060dfe4979d95b393a7766ea6abab5 (commit)
      from  5149a7d647f6c69bb621dcb5f2027385c8db9c0e (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 096b15ca5b060dfe4979d95b393a7766ea6abab5
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jan 18 12:31:33 2022 +0100

    Do not update POT for only changing Report-Msgid-Bugs-To header
    
    Closes #5053

diff --git a/doc/Makefile.in b/doc/Makefile.in
index fc67aec1f..f4a77a499 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -171,7 +171,10 @@ else
 $(XML_INPUTS_POT): po/templates/%.xml.pot: %.xml
 	@if test -f $@; then \
 	  $(XML2POT) $< > $@.tmp; \
-    changed=`diff $@.tmp $@ | grep -v '^[<>] "POT-Creation-Date:' | wc -l`; \
+    changed=`diff $@.tmp $@ \
+			| grep -v '^[<>] "POT-Creation-Date:' \
+			| grep -v '^[<>] "Report-Msgid-Bugs-To:' \
+			| wc -l`; \
     if expr $${changed} \> 3 >/dev/null; then \
       echo "$@ updated"; \
       mv $@.tmp $@; \

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

Summary of changes:
 doc/Makefile.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list