2.04 bump

This commit is contained in:
Jitka Plesnikova 2016-09-27 13:51:55 +02:00
parent 1b0b92e062
commit 4822d0a831
3 changed files with 12 additions and 7 deletions

View File

@ -25,7 +25,7 @@ diff --git a/lib/DateTime/TimeZone/Local/Unix.pm b/lib/DateTime/TimeZone/Local/U
index ae26fae..c5d44fe 100644 index ae26fae..c5d44fe 100644
--- a/lib/DateTime/TimeZone/Local/Unix.pm --- a/lib/DateTime/TimeZone/Local/Unix.pm
+++ b/lib/DateTime/TimeZone/Local/Unix.pm +++ b/lib/DateTime/TimeZone/Local/Unix.pm
@@ -16,6 +16,7 @@ sub Methods { @@ -19,6 +19,7 @@ sub Methods {
FromEtcTIMEZONE FromEtcTIMEZONE
FromEtcSysconfigClock FromEtcSysconfigClock
FromEtcDefaultInit FromEtcDefaultInit
@ -33,7 +33,7 @@ index ae26fae..c5d44fe 100644
); );
} }
@@ -255,6 +256,25 @@ sub _ReadEtcDefaultInit { @@ -258,6 +259,25 @@ sub _ReadEtcDefaultInit {
close $fh or die $!; close $fh or die $!;
} }
@ -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
@@ -329,6 +349,13 @@ a time zone name. @@ -332,6 +352,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.01 Version: 2.04
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
@ -30,10 +30,12 @@ BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
# Unused BuildRequires: perl(List::Util) >= 1.33 # Unused BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Module::Runtime) BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Params::Validate) >= 0.72 BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Params::ValidationCompiler) >= 0.13
BuildRequires: perl(parent) BuildRequires: perl(parent)
BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
BuildRequires: perl(vars)
# Tests only # Tests only
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(File::Copy) BuildRequires: perl(File::Copy)
@ -94,6 +96,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Sep 27 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-1
- 2.04 bump
* Mon Jul 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.01-1 * Mon Jul 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.01-1
- 2.01 bump (2016f Olson database) - 2.01 bump (2016f Olson database)

View File

@ -1 +1 @@
a9f8a8f3aedef2879b68b773b7e0fa5b DateTime-TimeZone-2.01.tar.gz 11d2642ae95e4bfeaec735678dea11b0 DateTime-TimeZone-2.04.tar.gz