[libtime-olsontz-data-perl] branch master updated (d2644c1 -> fbdb99f)

gregor herrmann gregoa at debian.org
Wed Mar 19 11:59:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtime-olsontz-data-perl.

      from  d2644c1   update changelog
      adds  6aa42e7   Imported Upstream version 0.201401
       new  9916892   Merge tag 'upstream/0.201401'
       new  ecbbd42   New upstream release.
       new  58dca61   Update years of copyright.
       new  1eb1bb7   refresh patch
       new  fbdb99f   update changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                     |   31 +
 MANIFEST                                    |   28 +-
 META.json                                   |    6 +-
 META.yml                                    |   42 +-
 Makefile.PL                                 |    2 +-
 README                                      |    2 +-
 debian/changelog                            |    5 +-
 debian/copyright                            |    4 +-
 debian/patches/tzdata.patch                 |    6 +-
 lib/Time/OlsonTZ/Data.pm                    |   66 +-
 lib/Time/OlsonTZ/Data.pm.tpl                |    2 +-
 lib/Time/OlsonTZ/Data/Africa/Casablanca.tz  |  Bin 1558 -> 1679 bytes
 lib/Time/OlsonTZ/Data/Africa/El_Aaiun.tz    |  Bin 194 -> 1509 bytes
 lib/Time/OlsonTZ/Data/Africa/Tripoli.tz     |  Bin 1350 -> 641 bytes
 lib/Time/OlsonTZ/Data/America/Araguaina.tz  |  Bin 1609 -> 882 bytes
 lib/Time/OlsonTZ/Data/America/Eirunepe.tz   |  Bin 640 -> 670 bytes
 lib/Time/OlsonTZ/Data/America/Havana.tz     |  Bin 2411 -> 2411 bytes
 lib/Time/OlsonTZ/Data/America/Rio_Branco.tz |  Bin 612 -> 642 bytes
 lib/Time/OlsonTZ/Data/Asia/Amman.tz         |  Bin 1863 -> 1863 bytes
 lib/Time/OlsonTZ/Data/Asia/Gaza.tz          |  Bin 2287 -> 2287 bytes
 lib/Time/OlsonTZ/Data/Asia/Hebron.tz        |  Bin 2315 -> 2315 bytes
 lib/Time/OlsonTZ/Data/Asia/Jerusalem.tz     |  Bin 2239 -> 2239 bytes
 lib/Time/OlsonTZ/Data/Asia/Riyadh87.tz      |  Bin 8685 -> 0 bytes
 lib/Time/OlsonTZ/Data/Asia/Riyadh88.tz      |  Bin 8539 -> 0 bytes
 lib/Time/OlsonTZ/Data/Asia/Riyadh89.tz      |  Bin 8539 -> 0 bytes
 lib/Time/OlsonTZ/Data/Europe/Istanbul.tz    |  Bin 2721 -> 2721 bytes
 lib/Time/OlsonTZ/Data/Europe/Kiev.tz        |  Bin 2057 -> 2071 bytes
 lib/Time/OlsonTZ/Data/Pacific/Fiji.tz       |  Bin 1064 -> 1064 bytes
 prebuild                                    |   72 +-
 tzsrc.meta                                  |   31 +-
 tzsrc/Makefile                              |  178 +-
 tzsrc/NEWS                                  | 2350 +++++++++++++++++++++++++++
 tzsrc/README                                |   53 +-
 tzsrc/africa                                |   91 +-
 tzsrc/asia                                  |   51 +-
 tzsrc/australasia                           |   21 +-
 tzsrc/checktab.awk                          |  160 ++
 tzsrc/date.1                                |  187 +++
 tzsrc/date.1.txt                            |  127 ++
 tzsrc/europe                                |   60 +-
 tzsrc/leap-seconds.list                     |  231 +++
 tzsrc/leapseconds                           |   56 +
 tzsrc/leapseconds.awk                       |   66 +
 tzsrc/localtime.c                           |  267 ++-
 tzsrc/newctime.3                            |    4 -
 tzsrc/newctime.3.txt                        |  147 ++
 tzsrc/newtzset.3                            |    6 +-
 tzsrc/newtzset.3.txt                        |  180 ++
 tzsrc/northamerica                          |   15 +-
 tzsrc/private.h                             |    4 +
 tzsrc/solar87                               |  390 -----
 tzsrc/solar88                               |  390 -----
 tzsrc/solar89                               |  395 -----
 tzsrc/southamerica                          |   49 +-
 tzsrc/time2posix.3.txt                      |   80 +
 tzsrc/tz-link.htm                           |  300 ++--
 tzsrc/tzfile.5.txt                          |  108 ++
 tzsrc/tzfile.h                              |   10 +-
 tzsrc/tzselect.8.txt                        |   77 +
 tzsrc/tzselect.ksh                          |  504 ++++++
 tzsrc/usno1988                              |  109 ++
 tzsrc/usno1989                              |  450 +++++
 tzsrc/usno1989a                             |  450 +++++
 tzsrc/usno1995                              |  324 ++++
 tzsrc/usno1997                              |  325 ++++
 tzsrc/usno1998                              |  325 ++++
 tzsrc/zdump.8.txt                           |   55 +
 tzsrc/zdump.c                               |   29 +-
 tzsrc/zic.8.txt                             |  319 ++++
 tzsrc/zic.c                                 |   81 +-
 tzsrc/zoneinfo2tdf.pl                       |   52 +
 71 files changed, 7539 insertions(+), 1834 deletions(-)
 delete mode 100644 lib/Time/OlsonTZ/Data/Asia/Riyadh87.tz
 delete mode 100644 lib/Time/OlsonTZ/Data/Asia/Riyadh88.tz
 delete mode 100644 lib/Time/OlsonTZ/Data/Asia/Riyadh89.tz
 create mode 100644 tzsrc/NEWS
 create mode 100644 tzsrc/checktab.awk
 create mode 100644 tzsrc/date.1
 create mode 100644 tzsrc/date.1.txt
 create mode 100644 tzsrc/leap-seconds.list
 create mode 100644 tzsrc/leapseconds
 create mode 100644 tzsrc/leapseconds.awk
 create mode 100644 tzsrc/newctime.3.txt
 create mode 100644 tzsrc/newtzset.3.txt
 delete mode 100644 tzsrc/solar87
 delete mode 100644 tzsrc/solar88
 delete mode 100644 tzsrc/solar89
 create mode 100644 tzsrc/time2posix.3.txt
 create mode 100644 tzsrc/tzfile.5.txt
 create mode 100644 tzsrc/tzselect.8.txt
 create mode 100644 tzsrc/tzselect.ksh
 create mode 100644 tzsrc/usno1988
 create mode 100644 tzsrc/usno1989
 create mode 100644 tzsrc/usno1989a
 create mode 100644 tzsrc/usno1995
 create mode 100644 tzsrc/usno1997
 create mode 100644 tzsrc/usno1998
 create mode 100644 tzsrc/zdump.8.txt
 create mode 100644 tzsrc/zic.8.txt
 create mode 100644 tzsrc/zoneinfo2tdf.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-olsontz-data-perl.git



More information about the Pkg-perl-cvs-commits mailing list