Update to 0.41

- New upstream release 0.41:
  - Removed C++ // style comments, for better portability
This commit is contained in:
Paul Howarth 2013-03-14 00:51:17 +00:00
parent 0b7d2f5f15
commit 0c4fe663d7
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML-LibYAML
Version: 0.39
Version: 0.41
Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
@ -71,6 +71,10 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3pm*
%changelog
* Wed Mar 13 2013 Paul Howarth <paul@city-fan.org> - 0.41-1
- Update to 0.41:
- Removed C++ // style comments, for better portability
* Tue Feb 12 2013 Paul Howarth <paul@city-fan.org> - 0.39-1
- Update to 0.39:
- Using the latest libyaml codebase

View File

@ -1 +1 @@
03dda291205c13f0cee8baac022056f7 YAML-LibYAML-0.39.tar.gz
951ea0542ed7228ba285196e437c8d89 YAML-LibYAML-0.41.tar.gz