From 0452a353b1184ad4e748925fc5f32bfd69406980 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 21 Feb 2016 11:16:49 +0000 Subject: [PATCH] Update to 0.61 - New upstream release 0.61 - Allow reading from and writing to IO::Handle (and derived) objects (GH#37) --- perl-YAML-LibYAML.spec | 14 ++++++++++++-- sources | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 34e7089..8d435d8 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -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 - 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 - 0.60-1 - 0.60 bump diff --git a/sources b/sources index fa923f3..88e8e7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -642ea2deb7a06136b397285171d72a8a YAML-LibYAML-0.60.tar.gz +9667700a73e0a8653f3ffce297368bf2 YAML-LibYAML-0.61.tar.gz