Perl 5.26 rebuild

This commit is contained in:
Jitka Plesnikova 2017-06-05 01:32:17 +02:00
parent 3fbe9337d7
commit 984c770df9

View File

@ -1,7 +1,7 @@
Name: perl-YAML-LibYAML
Epoch: 1
Version: 0.65
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/YAML-LibYAML/
@ -94,6 +94,9 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3*
%changelog
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-2
- Perl 5.26 rebuild
* Fri May 19 2017 Paul Howarth <paul@city-fan.org> - 1:0.65-1
- Update to 0.65
- Prevent warning about unused variables (GH#59)