Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/zoneinfo Update tzdata2netbsd for tzdata2014f.
details: https://anonhg.NetBSD.org/src/rev/eaf56db9faa3
branches: trunk
changeset: 331270:eaf56db9faa3
user: apb <apb%NetBSD.org@localhost>
date: Wed Aug 06 19:41:41 2014 +0000
description:
Update tzdata2netbsd for tzdata2014f.
diffstat:
share/zoneinfo/tzdata2netbsd | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 85a7026ed5d8 -r eaf56db9faa3 share/zoneinfo/tzdata2netbsd
--- a/share/zoneinfo/tzdata2netbsd Wed Aug 06 19:28:20 2014 +0000
+++ b/share/zoneinfo/tzdata2netbsd Wed Aug 06 19:41:41 2014 +0000
@@ -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 @@
/^$/ { 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);
Home |
Main Index |
Thread Index |
Old Index