[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-180-gec32f75

git git at clfs.org
Fri Oct 16 16:42:46 PDT 2015


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 "Cross-LFS Book".

The branch, master has been updated
       via  ec32f7597870279dede5536fd41f87ffcdafe9b7 (commit)
       via  379748b12c39cf72a284ff75c729f1ecd72bdfe5 (commit)
      from  4fd214ae560f5e530fefbd8541873143492c19af (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 ec32f7597870279dede5536fd41f87ffcdafe9b7
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Oct 16 18:42:28 2015 -0500

    Add zone1970.tab to tzdata installation instructions.

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 5ce3339..062518b 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -270,14 +270,13 @@ ZONEINFO=/usr/share/zoneinfo
 mkdir -pv $ZONEINFO/{posix,right}
 
 for tz in etcetera southamerica northamerica europe africa antarctica  \
-          asia australasia backward pacificnew \
-          systemv; do
+          asia australasia backward pacificnew systemv; do
     zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
     zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
     zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
 done
 
-cp -v zone.tab iso3166.tab $ZONEINFO
+cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
 zic -d $ZONEINFO -p America/New_York
 unset ZONEINFO</userinput></screen>
 

commit 379748b12c39cf72a284ff75c729f1ecd72bdfe5
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Oct 16 18:40:15 2015 -0500

    Update TZDATA from 2014i to 2015g.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1d57b42..482e88e 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>16 October 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Update TZDATA to 2015g. Fixes ticket
+          <ulink url="&clfs-ticket-root;1051">#1051.</ulink></para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update Libpipeline to 1.4.1. Fixes ticket
           <ulink url="&clfs-ticket-root;1067">#1067.</ulink></para>
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 0a00aa6..7900751 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -466,10 +466,10 @@
 <!ENTITY tcl-md5 "8b8c9d85469d8dbe32e51117b8ef11e3">
 <!ENTITY tcl-home "http://www.tcl.tk">
 
-<!ENTITY tzdata-version "2014i">
-<!ENTITY tzdata-size "289 KB">
+<!ENTITY tzdata-version "2015g">
+<!ENTITY tzdata-size "300 KB">
 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
-<!ENTITY tzdata-md5 "00adeb62a0897aac5ba67da838351adb">
+<!ENTITY tzdata-md5 "8d46e8b225b9a04c75f5c39636435ad6">
 <!ENTITY tzdata-home "http://www.iana.org/time-zones">
 
 <!ENTITY texinfo-version "6.0">

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

Summary of changes:
 BOOK/final-system/common/glibc.xml     |    5 ++---
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/packages.ent                      |    6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list