1
0
forked from pool/perl-DateTime

Accepting request 518090 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/518090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2017-08-24 16:25:22 +00:00 committed by Git OBS Bridge
commit a67da914f9
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 22 05:23:11 UTC 2017 - coolo@suse.com
- updated to 1.44
see /usr/share/doc/packages/perl-DateTime/Changes
1.44 2017-08-20
- Added a stringify() method. This does exactly the same thing as
stringification overloading does. GH #58.
- Added an is_last_day_of_month() method to indicate whether or not an object
falls on the last day of its month. GH #60.
-------------------------------------------------------------------
Tue May 30 05:27:51 UTC 2017 - coolo@suse.com

View File

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