2.01 bump (2016f Olson database)
This commit is contained in:
parent
af80db50b4
commit
1b0b92e062
@ -33,8 +33,8 @@ index ae26fae..c5d44fe 100644
|
||||
);
|
||||
}
|
||||
|
||||
@@ -237,6 +238,25 @@ sub _ReadEtcDefaultInit {
|
||||
}
|
||||
@@ -255,6 +256,25 @@ sub _ReadEtcDefaultInit {
|
||||
close $fh or die $!;
|
||||
}
|
||||
|
||||
+sub FromEtcLocaltimeContent {
|
||||
@ -59,7 +59,7 @@ index ae26fae..c5d44fe 100644
|
||||
1;
|
||||
|
||||
# ABSTRACT: Determine the local system's time zone on Unix
|
||||
@@ -311,6 +331,13 @@ a time zone name.
|
||||
@@ -329,6 +349,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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 2.00
|
||||
Version: 2.01
|
||||
Release: 1%{?dist}
|
||||
Summary: Time zone object base class and factory
|
||||
License: GPL+ or Artistic
|
||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/DateTime-TimeZone/
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
|
||||
# Parse local time zone definition from /etc/localtime as before giving up,
|
||||
# bug #1135981, CPAN RT#55029
|
||||
Patch0: DateTime-TimeZone-1.97-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
|
||||
Patch0: DateTime-TimeZone-2.01-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: make
|
||||
@ -94,6 +94,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.01-1
|
||||
- 2.01 bump (2016f Olson database)
|
||||
|
||||
* Thu Jun 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.00-1
|
||||
- 2.00 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user