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
|
Name: perl-Module-Signature
|
||||||
Version: 0.81
|
Version: 0.82
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CPAN signature management utilities and modules
|
Summary: CPAN signature management utilities and modules
|
||||||
License: CC0
|
License: CC0
|
||||||
URL: https://metacpan.org/release/Module-Signature
|
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
|
BuildArch: noarch
|
||||||
# Module build
|
# Module build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -31,6 +31,7 @@ BuildRequires: perl(File::Spec)
|
|||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(IO::Socket::INET)
|
BuildRequires: perl(IO::Socket::INET)
|
||||||
BuildRequires: perl(Text::Diff)
|
BuildRequires: perl(Text::Diff)
|
||||||
|
BuildRequires: perl(version)
|
||||||
# Test suite
|
# Test suite
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
@ -48,6 +49,7 @@ Requires: perl(File::Temp)
|
|||||||
Requires: perl(IO::Socket::INET)
|
Requires: perl(IO::Socket::INET)
|
||||||
Requires: perl(PAR::Dist)
|
Requires: perl(PAR::Dist)
|
||||||
Requires: perl(Text::Diff)
|
Requires: perl(Text::Diff)
|
||||||
|
Requires: perl(version)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a command line tool and module for checking and creating
|
This package contains a command line tool and module for checking and creating
|
||||||
@ -84,6 +86,11 @@ make test
|
|||||||
%{_mandir}/man3/Module::Signature.3*
|
%{_mandir}/man3/Module::Signature.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.81-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user