Accepting request 931759 from devel:languages:perl:autoupdate
- updated to 6.86 see /usr/share/doc/packages/perl-Date-Manip/Changes 6.86 2021-11-15 - Change warn to carp All warnings are now issued with the carp command rather than warn. Requested in GitHup pull request #18, but that request was not used because it only changed the uses in the Date::Manip::Date module. - Bug fixes Fixed a bug where the next/prev Date::Manip::Recur methods gave incorrect results when there are no dates that match the criteria. (GitHub #36) - Time zone fixes There were no new timezone fixes on 2021-06-01 or 2021-09-01, so no releases made then. Newest zoneinfo data (tzdata 2021e). (GitHub #37) OBS-URL: https://build.opensuse.org/request/show/931759 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=99
This commit is contained in:
parent
9f637efcc9
commit
e4b0f07a7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1662393943b7c588478ea9d975200d825f500d26fe9996f2bf7f829cfaa5ccdc
|
||||
size 2022449
|
3
Date-Manip-6.86.tar.gz
Normal file
3
Date-Manip-6.86.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5203782d03c79aa5822cf33d1828aaa3b4db93a275d4a428c89f56f4713361f
|
||||
size 2007485
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 03:06:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 6.86
|
||||
see /usr/share/doc/packages/perl-Date-Manip/Changes
|
||||
|
||||
6.86 2021-11-15
|
||||
- Change warn to carp
|
||||
All warnings are now issued with the carp command rather than warn.
|
||||
Requested in GitHup pull request #18, but that request was not used
|
||||
because it only changed the uses in the Date::Manip::Date module.
|
||||
- Bug fixes
|
||||
Fixed a bug where the next/prev Date::Manip::Recur methods gave
|
||||
incorrect results when there are no dates that match the criteria.
|
||||
(GitHub #36)
|
||||
- Time zone fixes
|
||||
There were no new timezone fixes on 2021-06-01 or 2021-09-01, so no
|
||||
releases made then.
|
||||
Newest zoneinfo data (tzdata 2021e). (GitHub #37)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 03:09:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Date-Manip
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.85
|
||||
Version: 6.86
|
||||
Release: 0
|
||||
Summary: Date manipulation routines
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
@ -28,6 +28,7 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.67_01
|
||||
BuildRequires: perl(Test::Inter) >= 1.09
|
||||
%{perl_requires}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user