Update to 1.19

- New upstream release 1.19
  - Add pod link to YAML::Shell (GH#164)
  - Fix infinite loop for aliases without a name (GH#151)
  - Improve error messages (GH#142, GH#162)
  - Trailing spaces after inline seq/map work now (GH#163)
  - Add test case for trailing comments (GH#154)
This commit is contained in:
Paul Howarth 2016-11-19 18:22:02 +00:00
parent 452f087668
commit d72d320698
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML
Version: 1.18
Version: 1.19
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
@ -107,6 +107,14 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
- Update to 1.19
- Add pod link to YAML::Shell (GH#164)
- Fix infinite loop for aliases without a name (GH#151)
- Improve error messages (GH#142, GH#162)
- Trailing spaces after inline seq/map work now (GH#163)
- Add test case for trailing comments (GH#154)
* Sat Jul 9 2016 Paul Howarth <paul@city-fan.org> - 1.18-1
- Update to 1.18
- List Test::More as a prereq (GH#161)

View File

@ -1 +1 @@
79b6cc821fe157790a6448d1f791f6de YAML-1.18.tar.gz
1ec2e51cca7cef07fb1a2d96521888fd YAML-1.19.tar.gz