2.04 bump
This commit is contained in:
parent
1b0b92e062
commit
4822d0a831
@ -25,7 +25,7 @@ diff --git a/lib/DateTime/TimeZone/Local/Unix.pm b/lib/DateTime/TimeZone/Local/U
|
||||
index ae26fae..c5d44fe 100644
|
||||
--- a/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
|
||||
FromEtcSysconfigClock
|
||||
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 $!;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ index ae26fae..c5d44fe 100644
|
||||
1;
|
||||
|
||||
# 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
|
||||
"TZ=...". If this is found, it should indicate a time zone name.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-DateTime-TimeZone
|
||||
Version: 2.01
|
||||
Version: 2.04
|
||||
Release: 1%{?dist}
|
||||
Summary: Time zone object base class and factory
|
||||
License: GPL+ or Artistic
|
||||
@ -30,10 +30,12 @@ BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec)
|
||||
# Unused BuildRequires: perl(List::Util) >= 1.33
|
||||
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(Specio::Library::Builtins)
|
||||
BuildRequires: perl(Specio::Library::String)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests only
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(File::Copy)
|
||||
@ -94,6 +96,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- 2.01 bump (2016f Olson database)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user