]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- update tzdata-base-0.tar.bz2 from tzdata-2010l-1.fc15.src.rpm
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Oct 2010 16:24:51 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tzdata-test-update.patch -> 1.2
    tzdata.spec -> 1.92

tzdata-test-update.patch [deleted file]
tzdata.spec

diff --git a/tzdata-test-update.patch b/tzdata-test-update.patch
deleted file mode 100644 (file)
index ebd16e8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-2007-10-14  Ulrich Drepper  <drepper@redhat.com>
-
-        * timezone/tst-timezone.c: Information in daylight and tzname does
-        change for Asia/Tokyo timezone with more concrete information.
-        Remove the test.
-
---- tzdata/src/tst-timezone.c.orig     2006-02-09 14:14:05.000000000 +0100
-+++ tzdata/src/tst-timezone.c  2007-11-02 22:47:48.873604698 +0100
-@@ -44,7 +44,6 @@
-   { "America/Chicago", 1, 21600, {"CST", "CDT" }},
-   { "America/Indiana/Indianapolis", 1, 18000, {"EST", "EDT" }},
-   { "America/Los_Angeles", 1, 28800, {"PST", "PDT" }},
--  { "Asia/Tokyo", 1, -32400, {"JST", "JDT" }},
-   { "Pacific/Auckland", 1, -43200, { "NZST", "NZDT" }},
-   { NULL, 0, 0 }
- };
index ba6ae90e8829a188690ede24e5e480358a9fb2cd..cde264d11955a2c0265666e177e09f873d9edd46 100644 (file)
@@ -12,8 +12,12 @@ Version:     %{tzdata_ver}
 Release:       0.1
 License:       Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group:         Base
+# The tzdata-base-0.tar.bz2 is a simple building infrastructure and
+# a test suite. It is occasionally updated from glibc sources, and as
+# such is under LGPL v2+, but none of this ever gets to be part of
+# final zoneinfo files.
 Source0:       %{name}-base-0.tar.bz2
-# Source0-md5: 906a4c98cc5240f416524a256b039c42
+# Source0-md5: e36d2f742c22f8c8dbf0686ac9769b55
 Source1:       ftp://elsie.nci.nih.gov/pub/%{name}%{tzdata_ver}.tar.gz
 # Source1-md5: b5eefb4986866895ab84f52220f1dfa6
 Source2:       ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_ver}.tar.gz
@@ -22,7 +26,6 @@ Source3:      timezone.init
 Source4:       timezone.sysconfig
 Source5:       javazic.tar.gz
 # Source5-md5: 6a3392cd5f1594d13c12c1a836ac8d91
-Patch0:                %{name}-test-update.patch
 Patch1:                javazic-fixup.patch
 URL:           http://www.twinsun.com/tz/tz-link.htm
 BuildRequires: rpmbuild(macros) >= 1.300
@@ -92,7 +95,6 @@ mv tzdata/* .
 %{__tar} xzf %{SOURCE1} -C tzdata
 mkdir tzcode
 %{__tar} xzf %{SOURCE2} -C tzcode
-%patch0 -p1
 
 sed -e "
 s|@objpfx@|`pwd`/obj/|
This page took 0.129863 seconds and 4 git commands to generate.