1
0
forked from pool/perl-DateTime

Accepting request 590951 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/590951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=85
This commit is contained in:
Pedro Monreal Gonzalez 2018-03-26 13:49:30 +00:00 committed by Git OBS Bridge
parent 4b08883579
commit 04cc577354
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:e9fcf859103e9a8067d5e11b7b14e956c8fd4ad6402124fb1221d527b0688788
size 240638

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 26 05:15:19 UTC 2018 - coolo@suse.com
- updated to 1.47
see /usr/share/doc/packages/perl-DateTime/Changes
1.47 2018-03-25
1.47 2018-02-18
- DateTime::Duration->multiply now only allows integer
multipliers. Implemented by Dan Stewart. PR #73.
- Added is_last_day_of_quarter() and is_last_day_of_year()
methods. Implemented by Dan Stewart. PR #72.
- When an exception was thrown while adding a duration the object could be
left in a broken state, with the duration partially applied. Subsequent
addition or subtraction would produce the wrong results. Reported by Pawel
Pabian. GH #74.
-------------------------------------------------------------------
Mon Feb 12 11:37:20 UTC 2018 - coolo@suse.com

View File

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