Accepting request 780958 from devel:languages:perl:autoupdate
- 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. OBS-URL: https://build.opensuse.org/request/show/780958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=95
This commit is contained in:
parent
de43f4c5fd
commit
dc66aba681
@ -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
3
DateTime-1.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67828b6172b23d9534b8f2a593b05caa6240737a3b2246f3e1fe4e015dbc3dfc
|
||||||
|
size 269535
|
@ -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>
|
Mon Apr 22 05:06:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Version: 1.51
|
Version: 1.52
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime
|
%define cpan_name DateTime
|
||||||
Summary: Date and time object for Perl
|
Summary: Date and time object for Perl
|
||||||
@ -97,7 +97,7 @@ make test
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%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
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user