From e4b0f07a7df4a25fa3e57c1afb54d6b6639461b95ae1f6cfd3bad1f05f1b9268 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 16 Nov 2021 14:27:56 +0000 Subject: [PATCH] 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 --- Date-Manip-6.85.tar.gz | 3 --- Date-Manip-6.86.tar.gz | 3 +++ perl-Date-Manip.changes | 20 ++++++++++++++++++++ perl-Date-Manip.spec | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 Date-Manip-6.85.tar.gz create mode 100644 Date-Manip-6.86.tar.gz diff --git a/Date-Manip-6.85.tar.gz b/Date-Manip-6.85.tar.gz deleted file mode 100644 index 8b03c31..0000000 --- a/Date-Manip-6.85.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1662393943b7c588478ea9d975200d825f500d26fe9996f2bf7f829cfaa5ccdc -size 2022449 diff --git a/Date-Manip-6.86.tar.gz b/Date-Manip-6.86.tar.gz new file mode 100644 index 0000000..f4d7363 --- /dev/null +++ b/Date-Manip-6.86.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5203782d03c79aa5822cf33d1828aaa3b4db93a275d4a428c89f56f4713361f +size 2007485 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index f69e3e5..a7e4880 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Nov 16 03:06:11 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index e1e79de..fd90775 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -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}