Update to 0.43
- New upstream release 0.43 - Optimized compile-time operations to make Specio itself quicker to load; Specio's load time is a non-trivial part of the load time of DateTime (and presumably other things that use it) - Based on https://github.com/houseabsolute/DateTime.pm/issues/85 - Package new CODE_OF_CONDUCT.md file
This commit is contained in:
parent
c6d5b02869
commit
b18390bf98
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Specio
|
||||
Version: 0.42
|
||||
Release: 5%{?dist}
|
||||
Version: 0.43
|
||||
Release: 1%{?dist}
|
||||
Summary: Type constraints and coercions for Perl
|
||||
License: Artistic 2.0
|
||||
URL: https://metacpan.org/release/Specio
|
||||
@ -109,7 +109,7 @@ make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING.md README.md TODO.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md
|
||||
%{perl_vendorlib}/Specio.pm
|
||||
%{perl_vendorlib}/Specio/
|
||||
%{_mandir}/man3/Specio.3*
|
||||
@ -157,6 +157,14 @@ make test
|
||||
%{_mandir}/man3/Test::Specio.3*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 28 2018 Paul Howarth <paul@city-fan.org> - 0.43-1
|
||||
- Update to 0.43
|
||||
- Optimized compile-time operations to make Specio itself quicker to load;
|
||||
Specio's load time is a non-trivial part of the load time of DateTime (and
|
||||
presumably other things that use it)
|
||||
- Based on https://github.com/houseabsolute/DateTime.pm/issues/85
|
||||
- Package new CODE_OF_CONDUCT.md file
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.42-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Specio-0.42.tar.gz) = 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
|
||||
SHA512 (Specio-0.43.tar.gz) = 6523fab79df4a66824da554ee86d6bad1953a4e542a7ef09d1b0727b7449f54e903234ba34587a52592c7397b51cd6d2ae9c555813e121aa7096d60a90998274
|
||||
|
Loading…
Reference in New Issue
Block a user