Update to 0.61

- New upstream release 0.61
  - Allow reading from and writing to IO::Handle (and derived) objects (GH#37)
This commit is contained in:
Paul Howarth 2016-02-21 11:16:49 +00:00
parent 75b3a74856
commit 0452a353b1
2 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML-LibYAML
Version: 0.60
Version: 0.61
Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
@ -8,10 +8,14 @@ URL: http://search.cpan.org/dist/YAML-LibYAML/
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz
# Install
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: libyaml, libyaml-devel
# Module
BuildRequires: perl(B::Deparse)
@ -21,16 +25,18 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader)
BuildRequires: libyaml, libyaml-devel
# Tests
BuildRequires: perl(blib)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::Peek)
BuildRequires: perl(Encode)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Pipe)
BuildRequires: perl(lib)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
@ -76,6 +82,10 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3*
%changelog
* Sun Feb 21 2016 Paul Howarth <paul@city-fan.org> - 0.61-1
- Update to 0.61
- Allow reading from and writing to IO::Handle (and derived) objects (GH#37)
* Wed Feb 10 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.60-1
- 0.60 bump

View File

@ -1 +1 @@
642ea2deb7a06136b397285171d72a8a YAML-LibYAML-0.60.tar.gz
9667700a73e0a8653f3ffce297368bf2 YAML-LibYAML-0.61.tar.gz