Update to 0.82
- New upstream release 0.82 - Fix CRLF handling on Win32 - Default to SHA256 on new hashes as SHA1 is deprecated
This commit is contained in:
parent
df91fbca5d
commit
0b31dd5eab
@ -1,10 +1,10 @@
|
||||
Name: perl-Module-Signature
|
||||
Version: 0.81
|
||||
Release: 9%{?dist}
|
||||
Version: 0.82
|
||||
Release: 1%{?dist}
|
||||
Summary: CPAN signature management utilities and modules
|
||||
License: CC0
|
||||
URL: https://metacpan.org/release/Module-Signature
|
||||
Source0: https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/Module-Signature-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Signature-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module build
|
||||
BuildRequires: coreutils
|
||||
@ -31,6 +31,7 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
BuildRequires: perl(Text::Diff)
|
||||
BuildRequires: perl(version)
|
||||
# Test suite
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::Path)
|
||||
@ -48,6 +49,7 @@ Requires: perl(File::Temp)
|
||||
Requires: perl(IO::Socket::INET)
|
||||
Requires: perl(PAR::Dist)
|
||||
Requires: perl(Text::Diff)
|
||||
Requires: perl(version)
|
||||
|
||||
%description
|
||||
This package contains a command line tool and module for checking and creating
|
||||
@ -84,6 +86,11 @@ make test
|
||||
%{_mandir}/man3/Module::Signature.3*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 0.82-1
|
||||
- Update to 0.82
|
||||
- Fix CRLF handling on Win32
|
||||
- Default to SHA256 on new hashes as SHA1 is deprecated
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.81-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user