Update to 0.57
This commit is contained in:
parent
6e54fa63b4
commit
7c2281719d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ Mail-DKIM-0.37.tar.gz
|
|||||||
/Mail-DKIM-0.54.tar.gz
|
/Mail-DKIM-0.54.tar.gz
|
||||||
/Mail-DKIM-0.55.tar.gz
|
/Mail-DKIM-0.55.tar.gz
|
||||||
/Mail-DKIM-0.56.tar.gz
|
/Mail-DKIM-0.56.tar.gz
|
||||||
|
/Mail-DKIM-0.57.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Mail-DKIM
|
Name: perl-Mail-DKIM
|
||||||
Version: 0.56
|
Version: 0.57
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -28,7 +28,7 @@ BuildRequires: perl(Test::RequiresInternet)
|
|||||||
BuildRequires: perl(Test::Simple)
|
BuildRequires: perl(Test::Simple)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
BuildRequires: perl(YAML::XS)
|
BuildRequires: perl(YAML::XS)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module implements the various components of the DKIM and DomainKeys
|
This module implements the various components of the DKIM and DomainKeys
|
||||||
@ -43,7 +43,7 @@ Mail::SpamAssassin::Plugin::DKIM plugin.
|
|||||||
# Make the example scripts non-executable
|
# Make the example scripts non-executable
|
||||||
chmod -x scripts/*.pl
|
chmod -x scripts/*.pl
|
||||||
# Use the real path in the shebang
|
# Use the real path in the shebang
|
||||||
perl -pi -e 's|^#!/usr/bin/env perl|#!%{__perl}|' scripts/arcverify.pl
|
perl -pi -e 's|^#!/usr/bin/env perl|#!/usr/bin/perl|' scripts/arcverify.pl
|
||||||
# Remove dos-type line endings
|
# Remove dos-type line endings
|
||||||
perl -pi -e 's/\r//' doc/qp1.txt
|
perl -pi -e 's/\r//' doc/qp1.txt
|
||||||
|
|
||||||
@ -65,10 +65,14 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 13 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 0.57-1
|
||||||
|
- Update to 0.57
|
||||||
|
- Replace calls to %/usr/bin/perl with /usr/bin/perl
|
||||||
|
|
||||||
* Sun Aug 25 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 0.56-1
|
* Sun Aug 25 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 0.56-1
|
||||||
- Update to 0.56
|
- Update to 0.56
|
||||||
- Replace calls to "make pure_install" with %{make_install}
|
- Replace calls to "make pure_install" with %%{make_install}
|
||||||
- Replace calls to "make" with %{make_build}
|
- Replace calls to "make" with %%{make_build}
|
||||||
- Pass NO_PERLLOCAL=1 to Makefile.PL
|
- Pass NO_PERLLOCAL=1 to Makefile.PL
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.55-3
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.55-3
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Mail-DKIM-0.56.tar.gz) = b40df2fc6859d2a1c56dc1a35a6e9be8a553422066a38fd93f1c984234846488d9b1f94581a3cd0e09e0525c23d7265df401bc3533fc8e74ba784efdc0db956d
|
SHA512 (Mail-DKIM-0.57.tar.gz) = b20e2c098ba27e604c80e5f64ab37a78678d63bde1252f7aac9a39facee515836d5bc0b8b5dc87cfcb5449ee696a6b43475495b694f1b43cb8f11be2f9b766b3
|
||||||
|
Loading…
Reference in New Issue
Block a user