Update to 0.70
- New upstream release 0.70 - Fix format specifier/argument mismatch (GH#79) - Travis CI: Test on Perl 5.26 (GH#80) - Fix a C90-compatibility issue (GH#81)
This commit is contained in:
parent
450117c904
commit
b1a62dbead
@ -7,8 +7,8 @@
|
||||
|
||||
Name: perl-YAML-LibYAML
|
||||
Epoch: 1
|
||||
Version: 0.69
|
||||
Release: 2%{?dist}
|
||||
Version: 0.70
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/YAML-LibYAML
|
||||
@ -103,6 +103,13 @@ make test
|
||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 10 2018 Paul Howarth <paul@city-fan.org> - 1:0.70-1
|
||||
- Update to 0.70
|
||||
- Fix format specifier/argument mismatch (GH#79)
|
||||
- Travis CI: Test on Perl 5.26 (GH#80)
|
||||
- Fix a C90-compatibility issue (GH#81)
|
||||
- Switch upstream from search.cpan.org to metacpan.org
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.69-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-LibYAML-0.69.tar.gz) = 046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d
|
||||
SHA512 (YAML-LibYAML-0.70.tar.gz) = ff30dde4e3b5e5d5dfbd9a52aa176e8f6e4417437e8be8ad868f02f23735f8d3795d81eeeaf3d2bf5f916578530fc3b22996a51e02e725c6c6b3a263b6a9cc50
|
||||
|
Loading…
Reference in New Issue
Block a user