Update to 0.54 and minor fixes
This commit is contained in:
parent
2582924d41
commit
a853f45230
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ Mail-DKIM-0.37.tar.gz
|
||||
/Mail-DKIM-0.50.tar.gz
|
||||
/Mail-DKIM-0.52.tar.gz
|
||||
/Mail-DKIM-0.53.tar.gz
|
||||
/Mail-DKIM-0.54.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Mail-DKIM
|
||||
Version: 0.53
|
||||
Release: 3%{?dist}
|
||||
Version: 0.54
|
||||
Release: 1%{?dist}
|
||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -41,6 +41,10 @@ Mail::SpamAssassin::Plugin::DKIM plugin.
|
||||
%setup -q -n Mail-DKIM-%{version}
|
||||
# Make the example scripts non-executable
|
||||
chmod -x scripts/*.pl
|
||||
# Use the real path in the shebang
|
||||
perl -pi -e 's|^#!/usr/bin/env perl|#!%{__perl}|' scripts/arcverify.pl
|
||||
# Remove dos-type line endings
|
||||
perl -pi -e 's/\r//' doc/qp1.txt
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
@ -62,6 +66,11 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 21 2018 Emmanuel Seyman <emmanuel@seyman.fr> - 0.54-1
|
||||
- Update to 0.54
|
||||
- Fix shebang path in scripts/arcverify.pl
|
||||
- Fix line endings in doc/qp1.txt
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.53-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Mail-DKIM-0.53.tar.gz) = d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3
|
||||
SHA512 (Mail-DKIM-0.54.tar.gz) = fc27c87f9de1207721a14b36b25fec0debdae9e5b075786dc9a5c08de6cc4689954efb2e4900f044809891425a9473455886cde210c8da6a4b1893927b5984eb
|
||||
|
Loading…
Reference in New Issue
Block a user