Accepting request 397437 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/397437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=68
This commit is contained in:
Stephan Kulow 2016-05-25 07:50:13 +00:00 committed by Git OBS Bridge
parent bc5774de82
commit 8f2e7bc65b
4 changed files with 25 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:781a25ab7dada202c917f6c5db06f6d9e6f03d5a395e91afab478ba074e75787
size 229774

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon May 23 11:40:31 UTC 2016 - coolo@suse.com
- updated to 1.28
see /usr/share/doc/packages/perl-DateTime/Changes
1.28 2016-05-21
- Fixed handling of some floating point epochs. Because DateTime treated the
epoch like a string instead of a number, certain epochs with a non-integer
value ended up treated like integers (Perl is weird). Patch by Christian
Hansen. GitHub #15. This also addresses the problem that GitHub #6 brought
up.
1.27 2016-05-13
- Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
default time zone. Using this is very dangerous! Be careful!. Patch by
Ovid. GitHub #14.
-------------------------------------------------------------------
Tue Mar 22 10:06:11 UTC 2016 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-DateTime
Version: 1.26
Version: 1.28
Release: 0
%define cpan_name DateTime
Summary: Date and Time Object for Perl