Package upgrade

(cherry picked from commit cdb614167239fc01b847a0ed1e730513f75a99c7)
This commit is contained in:
wk333 2022-06-21 18:16:35 +08:00 committed by openeuler-sync-bot
parent 3274b0dc96
commit 5caa3774f2
3 changed files with 9 additions and 4 deletions

Binary file not shown.

BIN
Mail-DKIM-1.20220520.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Name: perl-Mail-DKIM Name: perl-Mail-DKIM
Version: 0.53 Version: 1.20220520
Release: 4 Release: 1
Summary: Implements the new Domain Keys Identified Mail (DKIM) standard, and the older Yahoo! 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/ URL: http://dkimproxy.sourceforge.net/
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-DKIM-%{version}.tar.gz
BuildArch: noarch 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(ExtUtils::MakeMaker) >= 6.76 perl(lib) perl(Mail::Address)
BuildRequires: perl(MIME::Base64) perl(Net::DNS) perl(Net::DNS::Resolver::Mock) 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(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)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description %description
Mail-DKIM is a Perl module that implements the new Domain Keys Identified Mail (DKIM) standard, 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 and the older Yahoo! DomainKeys standard, both of which sign and verify emails
@ -46,9 +48,12 @@ make test
%{perl_vendorlib}/* %{perl_vendorlib}/*
%files help %files help
%doc ChangeLog Changes doc HACKING.DKIM TODO %doc Changes doc HACKING.DKIM TODO
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Tue Jun 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.20220520-1
- Upgrade to version 1.20220520
* Fri Dec 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.53-4 * Fri Dec 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.53-4
- Package init - Package init