Update to 0.47

- New upstream release 0.47:
  - Fix swim errors
- Include upstream license file
This commit is contained in:
Paul Howarth 2014-08-09 20:42:05 +01:00
parent 6b411ca664
commit 22429aaa7c
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML-LibYAML
Version: 0.46
Version: 0.47
Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
@ -21,6 +21,8 @@ BuildRequires: perl(B::Deparse)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
BuildRequires: libyaml, libyaml-devel
@ -71,7 +73,8 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
make test
%files
%doc Changes README
%license LICENSE
%doc Changes CONTRIBUTING README
%{perl_vendorarch}/auto/YAML/
%{perl_vendorarch}/YAML/
%{_mandir}/man3/YAML::LibYAML.3pm*
@ -79,6 +82,11 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3pm*
%changelog
* Sat Aug 9 2014 Paul Howarth <paul@city-fan.org> - 0.47-1
- Update to 0.47:
- Fix swim errors
- Include upstream license file
* Wed Aug 06 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-1
- 0.46 bump

View File

@ -1 +1 @@
ccd05e9ce01fc4458aaaa90bd2266862 YAML-LibYAML-0.46.tar.gz
58cb1359bb38b015581b997a490099ef YAML-LibYAML-0.47.tar.gz