!3 Package upgrade

From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-06-22 03:27:25 +00:00 committed by Gitee
commit 90f9c74087
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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