2.01 bump (2016f Olson database)

This commit is contained in:
Jitka Plesnikova 2016-07-18 10:02:38 +02:00
parent af80db50b4
commit 1b0b92e062
3 changed files with 9 additions and 6 deletions

View File

@ -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 { +sub FromEtcLocaltimeContent {
@ -59,7 +59,7 @@ index ae26fae..c5d44fe 100644
1; 1;
# ABSTRACT: Determine the local system's time zone on Unix # 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 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. "TZ=...". If this is found, it should indicate a time zone name.

View File

@ -1,5 +1,5 @@
Name: perl-DateTime-TimeZone Name: perl-DateTime-TimeZone
Version: 2.00 Version: 2.01
Release: 1%{?dist} Release: 1%{?dist}
Summary: Time zone object base class and factory Summary: Time zone object base class and factory
License: GPL+ or Artistic 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 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, # Parse local time zone definition from /etc/localtime as before giving up,
# bug #1135981, CPAN RT#55029 # 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 BuildArch: noarch
# Build # Build
BuildRequires: make BuildRequires: make
@ -94,6 +94,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Thu Jun 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.00-1
- 2.00 bump - 2.00 bump

View File

@ -1 +1 @@
4ba295a0fe2f47cf269b7a2e8c6cce04 DateTime-TimeZone-2.00.tar.gz a9f8a8f3aedef2879b68b773b7e0fa5b DateTime-TimeZone-2.01.tar.gz