diff --git a/DateTime-1.56.tar.gz b/DateTime-1.56.tar.gz deleted file mode 100644 index 9d095ed..0000000 --- a/DateTime-1.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a3b5f42ee2b5ab94cbc27a76d2a3d1bbba3a867420753051577d5b74501b3a2 -size 322073 diff --git a/DateTime-1.57.tar.gz b/DateTime-1.57.tar.gz new file mode 100644 index 0000000..116e71f --- /dev/null +++ b/DateTime-1.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84643299a40f113361a0898e4e636638aa5d7668760047a3cbbcbc4ad57fd86b +size 322347 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index eaa3ccf..10d0771 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 4 03:06:10 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-DateTime.spec b/perl-DateTime.spec index b49adaa..8561ab3 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -18,7 +18,7 @@ %define cpan_name DateTime Name: perl-DateTime -Version: 1.56 +Version: 1.57 Release: 0 License: Artistic-2.0 Summary: Date and time object for Perl @@ -43,6 +43,7 @@ BuildRequires: perl(Specio::Subs) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Warnings) >= 0.005 +BuildRequires: perl(Test::Without::Module) BuildRequires: perl(Try::Tiny) BuildRequires: perl(namespace::autoclean) >= 0.19 BuildRequires: perl(parent)