diff --git a/Email-Date-Format-1.007.tar.gz b/Email-Date-Format-1.007.tar.gz deleted file mode 100644 index 322770e..0000000 --- a/Email-Date-Format-1.007.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5956d953f3e2f8e6f614304df3be30399721b0f0f9a2407fd68b74a68ff62e52 -size 16902 diff --git a/Email-Date-Format-1.008.tar.gz b/Email-Date-Format-1.008.tar.gz new file mode 100644 index 0000000..bce3c8e --- /dev/null +++ b/Email-Date-Format-1.008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432b7c83ff88749af128003f5257c573aec1a463418db90ed22843cbbc258b4f +size 17284 diff --git a/perl-Email-Date-Format.changes b/perl-Email-Date-Format.changes index b7d274b..7eb2f5a 100644 --- a/perl-Email-Date-Format.changes +++ b/perl-Email-Date-Format.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 15 03:07:35 UTC 2023 - Tina Müller + +- updated to 1.008 + see /usr/share/doc/packages/perl-Email-Date-Format/Changes + + 1.008 2023-01-13 21:44:14-05:00 America/New_York + - use the version of Time::Local that doesn't guess at whether a year + is 99 or 1999 🙂 + - skip tests on Win32 that never pass + - modernize just a bit of code + ------------------------------------------------------------------- Mon Jan 2 03:10:49 UTC 2023 - Tina Müller diff --git a/perl-Email-Date-Format.spec b/perl-Email-Date-Format.spec index 7117eac..995667f 100644 --- a/perl-Email-Date-Format.spec +++ b/perl-Email-Date-Format.spec @@ -18,7 +18,7 @@ %define cpan_name Email-Date-Format Name: perl-Email-Date-Format -Version: 1.007 +Version: 1.008 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Produce RFC 2822 date strings @@ -30,6 +30,8 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Time::Local) >= 1.27 +Requires: perl(Time::Local) >= 1.27 %{perl_requires} %description