Skip to content

Commit

Permalink
Update perl-Mail-DKIM to version 1.20200907 / rev 28 via SR 842811
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo authored and bmwiedemann committed Oct 24, 2020
1 parent 0997580 commit 4f9e1dd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
Binary file modified packages/p/perl-Mail-DKIM/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/p/perl-Mail-DKIM/.rev
Expand Up @@ -204,4 +204,12 @@ Update to version 0.40 (forwarded request 161402 from rusjako)</comment>
<comment></comment>
<requestid>691011</requestid>
</revision>
<revision rev="28" vrev="1">
<srcmd5>9f6e6a42a134e3f52d7b98f610b08604</srcmd5>
<version>1.20200907</version>
<time>1603545194</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>842811</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/perl-Mail-DKIM/Mail-DKIM-0.54.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/perl-Mail-DKIM/Mail-DKIM-1.20200907.tar.gz
6 changes: 6 additions & 0 deletions packages/p/perl-Mail-DKIM/perl-Mail-DKIM.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 8 03:08:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>

- updated to 1.20200907
see /usr/share/doc/packages/perl-Mail-DKIM/Changes

-------------------------------------------------------------------
Wed Apr 3 07:08:52 UTC 2019 - Stephan Kulow <coolo@suse.com>

Expand Down
23 changes: 13 additions & 10 deletions packages/p/perl-Mail-DKIM/perl-Mail-DKIM.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-DKIM
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,33 +17,35 @@


Name: perl-Mail-DKIM
Version: 0.54
Version: 1.20200907
Release: 0
%define cpan_name Mail-DKIM
Summary: Signs/verifies Internet mail with DKIM/DomainKey signatures
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Crypt::OpenSSL::RSA) >= 0.24
BuildRequires: perl(Crypt::OpenSSL::RSA)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(Mail::Address)
BuildRequires: perl(Mail::AuthenticationResults::Header::AuthServID)
BuildRequires: perl(Mail::AuthenticationResults::Parser)
BuildRequires: perl(Net::DNS)
BuildRequires: perl(Net::DNS::Resolver)
BuildRequires: perl(Net::DNS::Resolver::Mock)
BuildRequires: perl(Test::RequiresInternet)
BuildRequires: perl(YAML::XS)
Requires: perl(Crypt::OpenSSL::RSA) >= 0.24
Requires: perl(Crypt::OpenSSL::RSA)
Requires: perl(Digest::SHA)
Requires: perl(Mail::Address)
Requires: perl(Mail::AuthenticationResults::Header::AuthServID)
Requires: perl(Mail::AuthenticationResults::Parser)
Requires: perl(Net::DNS)
Requires: perl(Net::DNS::Resolver::Mock)
Requires: perl(Test::RequiresInternet)
Requires: perl(YAML::XS)
%{perl_requires}

%description
Expand Down Expand Up @@ -71,7 +73,7 @@ headers will get sorted keys

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644

%build
perl Makefile.PL INSTALLDIRS=vendor
Expand All @@ -87,6 +89,7 @@ make test

%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog Changes doc HACKING.DKIM README.md TODO
%doc Changes doc HACKING.DKIM README README.md TODO
%license LICENSE

%changelog

0 comments on commit 4f9e1dd

Please sign in to comment.