1
0
forked from pool/perl-DateTime
Stephan Kulow 2014-03-07 09:13:30 +00:00 committed by Git OBS Bridge
parent 7524472860
commit 9df956c07b
4 changed files with 18 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe72faf0cb038b5cf2d5eeee783689479b6f7608fefdc69d8a4820dd1cd36cf
size 173982

3
DateTime-1.07.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61605fc9c130b4819a4c6bb939d28778ee600c45645930d58bf092ff9ffea4b2
size 173961

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 7 09:10:06 UTC 2014 - coolo@suse.com
- updated to 1.07
- Added a hack to get this module working on Android. RT #92671.
- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
#91696.
- Added a new CLDR ZZZZZ specifier, which is like ZZZ but inserts a
colon. Patch by Ricardo Signes.
- Added a new option for the truncate() method to truncate to the
"local_week". This truncates to the locale's notion of the first day of the
week, rather than always truncating to Monday. Patch by Christian Hansen.
-------------------------------------------------------------------
Tue Feb 11 00:52:07 UTC 2014 - lchiquitto@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime
Version: 1.04
Version: 1.07
Release: 0
%define cpan_name DateTime
Summary: A date and time object
@ -35,17 +35,6 @@ BuildRequires: perl(Params::Validate) >= 0.76
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(autodie)
#BuildRequires: perl(DateTime)
#BuildRequires: perl(DateTime::Duration)
#BuildRequires: perl(DateTime::Helpers)
#BuildRequires: perl(DateTime::Infinite)
#BuildRequires: perl(DateTime::LeapSecond)
#BuildRequires: perl(DateTimePP)
#BuildRequires: perl(DateTimePPExtra)
#BuildRequires: perl(Dist::Zilla::Plugin::ModuleBuild::XSOrPP)
#BuildRequires: perl(Moose)
#BuildRequires: perl(Test::DependentModules)
Requires: perl(DateTime::Locale) >= 0.41
Requires: perl(DateTime::TimeZone) >= 1.09
Requires: perl(Params::Validate) >= 0.76