diff --git a/Mail-DKIM-0.53.tar.gz b/Mail-DKIM-0.53.tar.gz deleted file mode 100644 index 9d9e931..0000000 Binary files a/Mail-DKIM-0.53.tar.gz and /dev/null differ diff --git a/Mail-DKIM-1.20220520.tar.gz b/Mail-DKIM-1.20220520.tar.gz new file mode 100644 index 0000000..da1e0ef Binary files /dev/null and b/Mail-DKIM-1.20220520.tar.gz differ diff --git a/perl-Mail-DKIM.spec b/perl-Mail-DKIM.spec index 305d29c..292e6f0 100644 --- a/perl-Mail-DKIM.spec +++ b/perl-Mail-DKIM.spec @@ -1,8 +1,8 @@ Name: perl-Mail-DKIM -Version: 0.53 -Release: 4 +Version: 1.20220520 +Release: 1 Summary: Implements the new Domain Keys Identified Mail (DKIM) standard, and the older Yahoo! -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0 URL: http://dkimproxy.sourceforge.net/ Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-%{version}.tar.gz BuildArch: noarch @@ -11,8 +11,10 @@ BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.24 perl(Data::Dumper) perl(Digest BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(lib) perl(Mail::Address) BuildRequires: perl(MIME::Base64) perl(Net::DNS) perl(Net::DNS::Resolver::Mock) BuildRequires: perl(strict) perl(Test::More) perl(Test::Simple) perl(warnings) perl(YAML::XS) +BuildRequires: perl(Mail::AuthenticationResults) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + %description Mail-DKIM is a Perl module that implements the new Domain Keys Identified Mail (DKIM) standard, and the older Yahoo! DomainKeys standard, both of which sign and verify emails @@ -46,9 +48,12 @@ make test %{perl_vendorlib}/* %files help -%doc ChangeLog Changes doc HACKING.DKIM TODO +%doc Changes doc HACKING.DKIM TODO %{_mandir}/man3/*.3* %changelog +* Tue Jun 21 2022 SimpleUpdate Robot - 1.20220520-1 +- Upgrade to version 1.20220520 + * Fri Dec 6 2019 openEuler Buildteam - 0.53-4 - Package init