Accepting request 959384 from devel:languages:perl:autoupdate
- updated to 1.57 see /usr/share/doc/packages/perl-DateTime/Changes 1.57 2022-03-03 - The last release would die if Sub::Util was not available, but this should just be an optional requirement. Fixed by Paul Howarth. GH #131. - This is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed. Hopefully this will prevent a third occurrence of this bug. OBS-URL: https://build.opensuse.org/request/show/959384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=104
This commit is contained in:
parent
ef8c14def5
commit
aef38df6be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a3b5f42ee2b5ab94cbc27a76d2a3d1bbba3a867420753051577d5b74501b3a2
|
|
||||||
size 322073
|
|
3
DateTime-1.57.tar.gz
Normal file
3
DateTime-1.57.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:84643299a40f113361a0898e4e636638aa5d7668760047a3cbbcbc4ad57fd86b
|
||||||
|
size 322347
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.57
|
||||||
|
see /usr/share/doc/packages/perl-DateTime/Changes
|
||||||
|
|
||||||
|
1.57 2022-03-03
|
||||||
|
|
||||||
|
- The last release would die if Sub::Util was not available, but this should
|
||||||
|
just be an optional requirement. Fixed by Paul Howarth. GH #131.
|
||||||
|
|
||||||
|
- This is the second time I've introduced this bug, so now there's a test to
|
||||||
|
make sure that DateTime can be loaded if Sub::Util is not
|
||||||
|
installed. Hopefully this will prevent a third occurrence of this bug.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 3 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Thu Mar 3 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name DateTime
|
%define cpan_name DateTime
|
||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Version: 1.56
|
Version: 1.57
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Date and time object for Perl
|
Summary: Date and time object for Perl
|
||||||
@ -43,6 +43,7 @@ BuildRequires: perl(Specio::Subs)
|
|||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Warnings) >= 0.005
|
BuildRequires: perl(Test::Warnings) >= 0.005
|
||||||
|
BuildRequires: perl(Test::Without::Module)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(namespace::autoclean) >= 0.19
|
BuildRequires: perl(namespace::autoclean) >= 0.19
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
|
Loading…
Reference in New Issue
Block a user