diff --git a/leap-second-2015.patch b/leap-second-2015.patch deleted file mode 100644 index aa8bafa..0000000 --- a/leap-second-2015.patch +++ /dev/null @@ -1,73 +0,0 @@ ---- a/leap-seconds.list -+++ b/leap-seconds.list -@@ -47,7 +47,7 @@ - # and can be ignored for many purposes. These differences - # are tabulated in Circular T, which is published monthly - # by the International Bureau of Weights and Measures --# (BIPM). See www.bipm.fr for more information. -+# (BIPM). See www.bipm.org for more information. - # - # 3. The current definition of the relationship between UTC - # and TAI dates from 1 January 1972. A number of different -@@ -127,6 +127,15 @@ - # with, since the difficulty of unambiguously representing the epoch - # during the leap second does not arise. - # -+# Some systems implement leap seconds by amortizing the leap second -+# over the last few minutes of the day. The frequency of the local -+# clock is decreased (or increased) to realize the positive (or -+# negative) leap second. This method removes the time step described -+# above. Although the long-term behavior of the time scale is correct -+# in this case, this method introduces an error during the adjustment -+# period both in time and in frequency with respect to the official -+# defintion of UTC. -+# - # Questions or comments to: - # Judah Levine - # Time and Frequency Division -@@ -134,7 +143,7 @@ - # Boulder, Colorado - # Judah.Levine@nist.gov - # --# Last Update of leap second values: 11 January 2012 -+# Last Update of leap second values: 5 January 2015 - # - # The following line shows this last update date in NTP timestamp - # format. This is the date on which the most recent change to -@@ -142,7 +151,7 @@ - # be identified by the unique pair of characters in the first two - # columns as shown below. - # --#$ 3535228800 -+#$ 3629404800 - # - # The NTP timestamps are in units of seconds since the NTP epoch, - # which is 1 January 1900, 00:00:00. The Modified Julian Day number -@@ -190,10 +199,10 @@ - # current -- the update time stamp, the data and the name of the file - # will not change. - # --# Updated through IERS Bulletin C48 --# File expires on: 28 June 2015 -+# Updated through IERS Bulletin C49 -+# File expires on: 28 December 2015 - # --#@ 3644438400 -+#@ 3660249600 - # - 2272060800 10 # 1 Jan 1972 - 2287785600 11 # 1 Jul 1972 -@@ -221,6 +230,7 @@ - 3345062400 33 # 1 Jan 2006 - 3439756800 34 # 1 Jan 2009 - 3550089600 35 # 1 Jul 2012 -+3644697600 36 # 1 Jul 2015 - # - # the following special comment contains the - # hash value of the data in this file computed -@@ -236,4 +246,4 @@ - # the hash line is also ignored in the - # computation. - # --#h a4862ccd c6f43c6 964f3604 85944a26 b5cfad4e -+#h 45e70fa7 a9df2033 f4a49ab0 ec648273 7b6c22c diff --git a/timezone-java.changes b/timezone-java.changes index af2245f..6e87525 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 30 21:43:29 UTC 2015 - andreas.stieger@gmx.de + +- timezone update 2015a + * New positive leap second 2015-06-30 23:59:60 UTC as per IERS + Bulletin C 49 [boo#914676] + * Mexico state Quintana Roo (America/Cancun) shift from Central + Time with DST to Eastern Time without DST on 2015-02-01 02:00. + * Chile (America/Santiago) will retain old DST as standard time + from April, also Pacific/Easter, and Antarctica/Palmer + * Changes affecting past timestamps (Iceland 1837 through 1939) + * Some more zones have been turned into links (pre-1970) +- remove leap-second-2015.patch + ------------------------------------------------------------------- Mon Jan 26 12:13:01 UTC 2015 - dmueller@suse.com diff --git a/timezone-java.spec b/timezone-java.spec index 00061b5..70e2a40 100644 --- a/timezone-java.spec +++ b/timezone-java.spec @@ -1,7 +1,7 @@ # # spec file for package timezone-java # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ License: BSD-3-Clause and SUSE-Public-Domain Group: System/Base # COMMON-BEGIN # COMMON-BEGIN -Version: 2014j +Version: 2015a Release: 0 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz Source1: ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz @@ -40,7 +40,6 @@ Patch2: tzcode-fromname.patch Patch3: iso3166-uk.diff Patch4: tzcode-link.diff Patch5: tzcode-symlink.patch -Patch6: leap-second-2015.patch # COMMON-END # COMMON-END Url: http://www.gnu.org/software/libc/libc.html @@ -69,7 +68,6 @@ package is intended for Java Virtual Machine based on OpenJDK. %else %patch5 -p1 %endif -%patch6 -p1 sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358] # COMMON-PREP-END # COMMON-PREP-END diff --git a/timezone.changes b/timezone.changes index af2245f..6e87525 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 30 21:43:29 UTC 2015 - andreas.stieger@gmx.de + +- timezone update 2015a + * New positive leap second 2015-06-30 23:59:60 UTC as per IERS + Bulletin C 49 [boo#914676] + * Mexico state Quintana Roo (America/Cancun) shift from Central + Time with DST to Eastern Time without DST on 2015-02-01 02:00. + * Chile (America/Santiago) will retain old DST as standard time + from April, also Pacific/Easter, and Antarctica/Palmer + * Changes affecting past timestamps (Iceland 1837 through 1939) + * Some more zones have been turned into links (pre-1970) +- remove leap-second-2015.patch + ------------------------------------------------------------------- Mon Jan 26 12:13:01 UTC 2015 - dmueller@suse.com diff --git a/timezone.spec b/timezone.spec index b96c15e..7b2b3e4 100644 --- a/timezone.spec +++ b/timezone.spec @@ -1,7 +1,7 @@ # # spec file for package timezone # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Group: System/Base Url: http://www.iana.org/time-zones PreReq: filesystem, coreutils # COMMON-BEGIN -Version: 2014j +Version: 2015a Release: 0 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz Source1: ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz @@ -38,7 +38,6 @@ Patch2: tzcode-fromname.patch Patch3: iso3166-uk.diff Patch4: tzcode-link.diff Patch5: tzcode-symlink.patch -Patch6: leap-second-2015.patch # COMMON-END BuildRoot: %{_tmppath}/%{name}-%{version}-build %global AREA Etc @@ -62,7 +61,6 @@ can select an appropriate time zone for your system with YaST. %else %patch5 -p1 %endif -%patch6 -p1 sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358] # COMMON-PREP-END diff --git a/tzcode2014j.tar.gz b/tzcode2014j.tar.gz deleted file mode 100644 index 9e71d2b..0000000 --- a/tzcode2014j.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fd46125464856309fc81fe85a67a61de862b8ab884ce8ca82051f5fa308ede2 -size 182416 diff --git a/tzcode2014j.tar.gz.asc b/tzcode2014j.tar.gz.asc deleted file mode 100644 index 72d0388..0000000 --- a/tzcode2014j.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAABAgAGBQJUYWkBAAoJEO2X6Q5iqn40mGMP/j+Pr+K08lvFuB9aYD1d1sf/ -H1RNNg+YyQFMz1WqnM45Xsnt2JylqlnH+nwB5QQVqN+9aZYq54+KsGMwDrg1+WSs -ffeXZNFC9vePCLzhE2se/KZ6yJHQmqURt3Gcl7oKhmTTFlnM+60akISaBz+SKxH9 -9fPn8LVL0StPKi087/VU253iN09pr0sPsWZ6BitgIBYjwuxt5ipZa27mroHVfmBr -d2rrbPfUaO3wH15BNF1IjqTl9IjBCUbvxIe9y+AFUOF/MBWu+nezGc0xatHR/r3T -IygXZomRZNnmGAXFaz6Q0JMBaegK74P5uB+6ShrEN6sclkoKzgxZKD765G3eHKPw -k0EMgedKuv5nnZ2RghZHE3L05L7WIo0tX5bunXuovorPhprMPNI2Dq/+mvPP/qJW -Skv28NlWZGQNe7KF8FABrNaBMO1ILX8fPY+OyDxdHFGGKyB40TPuxqaU1Z/Wrsjv -q+Kb4X9HJGcLIL0se9V+vMgtX0ZMswjlTlZQ1mEQBacF8Qbg9gX3kgCjAFkyfQBk -FP3V4y2zf0kiY4Al5tjiS8rtYq3KpkDgr/s+bkRA5Bn46XeRHBX9UPVbP0OOYHOL -BE+i6U0tkrtI9mlQY2s+xQsD5UzFVl+PCfWPHrPhZC4XTWmKHu3lZA7mgG3M5fUA -CiRY7d2x957X1p0tfVEW -=z1lO ------END PGP SIGNATURE----- diff --git a/tzcode2015a.tar.gz b/tzcode2015a.tar.gz new file mode 100644 index 0000000..ca9e3c9 --- /dev/null +++ b/tzcode2015a.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885bab11f286852f34030d7a86ede7d4126319ca74b8ee22be8ca7c17d72dd19 +size 182993 diff --git a/tzcode2015a.tar.gz.asc b/tzcode2015a.tar.gz.asc new file mode 100644 index 0000000..ad60eb7 --- /dev/null +++ b/tzcode2015a.tar.gz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJUyyb5AAoJEO2X6Q5iqn40k8IP/08e76VY87aSt5dtisS+mQOM +PATEONddqJpVgtSSJxBqYBHpPoOmNRbDBPPPnEJp6d68KoyBPZBsxcgLEHVIk3tI +xZE9g9rFxTtln+wB4thnB906Q4RVW3Ur3N6TK6It/t4iK341eqeCllImvheTu8Bv +Jr/sZdPNfmMXjOwFPLB/eNZIupbyM8ouvb9FIMV2sQN2VjMtcdjksj+ubdV+5V6b +DfOw44fkGhnX4Eqd8Jfbbl1Ol7Y82xgLzT35BLYaSt9XVRLgAR1Prjld4ydwEbAw +lLU6lz0BkDa1CEN3/F9d/oslHxLVpTQFsrw8ycgyhyEBgU6TZlg/2XzmsK1qpycd +HotpsbPgyOUMwljeTFvCqtHBddaFNqLWipZPnx2xYbgzLyGsVSDfq+0+8Nj3CoHL +szsRYk4UzCXpFuYkLnGj3p2Q8idb3V9vaUmby3iGTLBUsRZDxJaV1KoT5QCgb9+w +KA7qQVwdsVSzJT0IK2PQWoBdO/cmX1YlTK+KKaGqtdy+Z7179t5A+cJ7kTkwGu3f +e9XdlYf+gl85qkfgmWaazqRskIuRvmZHbws/pcb9nd7pcR20mTJbLXnHgKFDLNsn +g97Dz4tyl7fq03clE/YyWSvg9F7ayF/6spD3bjzjRWBuHl8tMt5zSUNetpSQWiAh +RHPYylZTGCDdAERtzmIK +=VZl3 +-----END PGP SIGNATURE----- diff --git a/tzdata2014j.tar.gz b/tzdata2014j.tar.gz deleted file mode 100644 index db83590..0000000 --- a/tzdata2014j.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d870320694d40535df822ac8074dc629a90e92abafa5d3373314f78ddc0e0d -size 290688 diff --git a/tzdata2014j.tar.gz.asc b/tzdata2014j.tar.gz.asc deleted file mode 100644 index fc396e3..0000000 --- a/tzdata2014j.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAABAgAGBQJUYWkBAAoJEO2X6Q5iqn40wUEP/0iaaTLmefoStFAX+JVKrqrL -Gza28iZF78Rxlz/Tczna25VfHuhNw3hq5xHp43sdERPTY7EncBHVN1cY+Hxo03FA -nD02tqqGWA4ftS5GoFTUynPDO5Q0CkL5+iSNbZn0Fsda3giy11eUJgDSEbwVI3LX -5tRtR148SG1QPin1/hS9AQrg7/3itVMjaf/yAW77fvLdXTkST483GwQCZze4pOVr -/5ADJ5ez5JCvDTtooEHiDIb+QVpb7d//m/LoOGPhx9qtFFqaHg3YAT25QUtE410a -n3b1BBo0BYmI/j6OsAZK1YMdo0bKEL9lS3NPg6sGWuoT5/5PjjfdQ5vtqtGn2wXa -+bjKNxTUaQe3CnHywXu+NoDU6YIOwleYRPFziiVIxG/OFmBDd2BSDigaLC9Dvca4 -yZd+Eft3jTjbM6TE9S3OtwZ7zowL1tLv7Ex1iq9lc20ICu5bop6pi8hIKoHPqbgA -PXK4BGIQsErudsuKWew9m7mP5FCvoa3DZwhy3unJFcqGJUDt8CBkBhXCWWA+Do3C -bjkUBm8o83o2x/I9DuoqEMmxbyc0F1z81qUfWNiFu5+5PqGzTzdN9Cw4ZJWDHNT9 -bPdKj0znu5T+VAIJwwacE1swXEY7NoNXbH6YCy4xOMz2BccvxCDgoQqq2XLmpfeE -CRepKjXOXq5ALC0IarjY -=DbaX ------END PGP SIGNATURE----- diff --git a/tzdata2015a.tar.gz b/tzdata2015a.tar.gz new file mode 100644 index 0000000..a40a537 --- /dev/null +++ b/tzdata2015a.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52490917d00a8e7fc9b5f0b1b65ef6ec76d612b5b20c81bf86a04147af18e4c +size 292131 diff --git a/tzdata2015a.tar.gz.asc b/tzdata2015a.tar.gz.asc new file mode 100644 index 0000000..ac52dee --- /dev/null +++ b/tzdata2015a.tar.gz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJUyyb5AAoJEO2X6Q5iqn40N6MP/Awuz9TBQhJGEi6L8VGF68AM +XHZfd6G4INkY6qRXdQqGtX8cyEFxhN6nUQLMCQepILm7fqU9HyT78JKsqD/lSml3 +zFdIqNPb+Q1BFHSCvVadccsn/I6NRmC6yqMy8xeD5Zptveafkq8trbbiUvogXtqv +jdZxiskopwC/lHuibIwr6rkR+n2Hps9IHGOit8Nug4Tk18kR/94I2m/DViw/qqCW +dBdQISpG+6S3ehFf7IA3+aSNeREZZlwDTMJ9Rj5oUaLJ6WkDL4zeWwb4Qqx50tWw +MiSloqubJM48YhBfvMKOLMJz7dCT+mY3fJF3b8PY5SJRvwi00T+k945ZbVBCruLN +MfaKBln6K9hBLKrjFdkKFlt6pMQHx9xyNnbBeaH228zqtSDP/4UO0rrOOm6JgGYV +XL6jf1oYUx1XldgKTRTtkhViR9cP8aTqe/Zm7TrVvGVgqaZOr6Qnhoo8ePg7o374 +IFAtfecqVcCTdCkmU47PfgW1aTHzPuo28TlSfVrTqJ/ef0vOEZLpedr2LFredoJm +7P3nlWuqk6A5AF+iFQD/Zlp3iVHpKC7+UEcJCWJpwrqeIEzWKg3YYAHyhqPCSHR6 +jlCAXB47EqkfXDoAeb2lwGyxfYZi9wb4XepK0FbtyzoV/6Xqjr9HXhjk8PzrKyVe +YR4+NrgZIxUrNBj+q8Jw +=0Syk +-----END PGP SIGNATURE-----