Accepting request 592064 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/592064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2018-03-29 09:52:54 +00:00 committed by Git OBS Bridge
commit 12a564b059
4 changed files with 37 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.48.tar.gz Normal file
View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Mar 27 05:14:12 UTC 2018 - coolo@suse.com
- updated to 1.48
see /usr/share/doc/packages/perl-DateTime/Changes
1.48 2018-03-26
- The last release would die if Sub::Util was not available, but this should
just be an optional requirement. Fixed by Paul Howarth. Fixes GH #77. PR
#78.
-------------------------------------------------------------------
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.48
Release: 0
%define cpan_name DateTime
Summary: Date and Time Object for Perl