Module Name: src
Committed By: apb
Date: Wed Aug 6 19:41:42 UTC 2014
Modified Files:
src/share/zoneinfo: tzdata2netbsd
Log Message:
Update tzdata2netbsd for tzdata2014f.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/zoneinfo/tzdata2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/zoneinfo/tzdata2netbsd
diff -u src/share/zoneinfo/tzdata2netbsd:1.4 src/share/zoneinfo/tzdata2netbsd:1.5
--- src/share/zoneinfo/tzdata2netbsd:1.4 Mon Aug 4 21:56:30 2014
+++ src/share/zoneinfo/tzdata2netbsd Wed Aug 6 19:41:41 2014
@@ -1,4 +1,4 @@
-# $NetBSD: tzdata2netbsd,v 1.4 2014/08/04 21:56:30 apb Exp $
+# $NetBSD: tzdata2netbsd,v 1.5 2014/08/06 19:41:41 apb Exp $
# For use by NetBSD developers when updating to new versions of tzdata.
#
@@ -12,8 +12,8 @@
# redo non-trivial work done by earlier runs.
#
-OLDVER=2014c
-NEWVER=2014e
+OLDVER=2014e
+NEWVER=2014f
# Uppercase variants of OLDVER and NEWVER
OLDVER_UC="$( echo "${OLDVER}" | tr '[a-z]' '[A-Z]' )"
@@ -219,6 +219,7 @@ EOF
/^$/ { blankline = 1; havesentence = 0; }
/^ Changes affecting/ { goodsection = 0; }
/^ Changes affecting.*time/ { goodsection = 1; }
+ /^ Changes affecting.*data format/ { goodsection = 1; }
/^ Changes affecting.*documentation/ || \
/^ Changes affecting.*commentary/ {
t = gensub("^ *", "", 1, $0);