Accepting request 781160 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/781160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2020-03-06 20:23:25 +00:00 committed by Git OBS Bridge
commit 1f708e9c64
4 changed files with 21 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 1 03:10:57 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.52
see /usr/share/doc/packages/perl-DateTime/Changes
1.52 2020-02-29
- Added a $dt->is_between($dt1, $dt2) method. Based on GH #97 by philip r
brenan.
- Simplify the calculation of leap seconds in XS. This is a little more
efficient for most use cases (anything with future or recent past
datetimes). Contributed by Mark Overmeer. GH #91.
-------------------------------------------------------------------
Mon Apr 22 05:06:26 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-DateTime
Version: 1.51
Version: 1.52
Release: 0
%define cpan_name DateTime
Summary: Date and time object for Perl
@ -97,7 +97,7 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS leaptab.txt README.md TODO
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS leaptab.txt README.md TODO
%license LICENSE
%changelog