2.19 bump (2018e Olson database)
This commit is contained in:
parent
5f8aa3b610
commit
6678d1cbac
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/tzdata2018b.tar.gz
|
||||
/tzdata2018c.tar.gz
|
||||
/tzdata2018d.tar.gz
|
||||
/tzdata2018e.tar.gz
|
||||
|
@ -33,7 +33,7 @@ index ae26fae..c5d44fe 100644
|
||||
);
|
||||
}
|
||||
|
||||
@@ -258,6 +259,25 @@ sub _ReadEtcDefaultInit {
|
||||
@@ -267,6 +268,25 @@ sub _ReadEtcDefaultInit {
|
||||
close $fh or die $!;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ index ae26fae..c5d44fe 100644
|
||||
1;
|
||||
|
||||
# ABSTRACT: Determine the local system's time zone on Unix
|
||||
@@ -332,6 +352,13 @@ a time zone name.
|
||||
@@ -341,6 +361,13 @@ a time zone name.
|
||||
If this file exists, it is opened and we look for a line starting like
|
||||
"TZ=...". If this is found, it should indicate a time zone name.
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
%bcond_without perl_DateTime_TimeZone_enables_optional_test
|
||||
|
||||
# Regenerate Perl library code from upstream Olson database of this date
|
||||
%global tzversion 2018d
|
||||
%global tzversion 2018e
|
||||
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 2.18
|
||||
Version: 2.19
|
||||
Release: 1%{?dist}
|
||||
Summary: Time zone object base class and factory
|
||||
# tzdata%%{tzversion}.tar.gz archive: Public Domain
|
||||
@ -144,6 +144,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.19-1
|
||||
- 2.19 bump (2018e Olson database)
|
||||
|
||||
* Mon Mar 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.18-1
|
||||
- 2.18 bump (2018d Olson database)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (DateTime-TimeZone-2.18.tar.gz) = a129d29e2c7e54354ead8c12f4ce7387aab033b4941d07014db5b124f10d89e717d185c4dba65e3eaed0dc004a6fd9ce5cf448ddff35eac131b345b723cab704
|
||||
SHA512 (tzdata2018d.tar.gz) = ee961aedc34e134172523a29fb8a9358f42649d06ffcd2d8a6ad86eeb174a80af5bfc4637e9e52ecdc51fa3d01afef9fff660a69ed72904ff747a59b5634830b
|
||||
SHA512 (DateTime-TimeZone-2.19.tar.gz) = 77c40e390da5747d10135dbe3652051e727a42e57eee7d7659d48bb284e64b94b006b6b7c0deea2354e46e2f50aeacff9299f4ca2a0c221de59d58e869f929eb
|
||||
SHA512 (tzdata2018e.tar.gz) = d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae
|
||||
|
Loading…
Reference in New Issue
Block a user