Update to 0.62

- New upstream release 0.62
  - Fix for detecting filehandles (GH#42)
- This release by TINITA → update source URL
This commit is contained in:
Paul Howarth 2016-02-22 18:36:54 +00:00
parent 0452a353b1
commit c0847ec58b
2 changed files with 10 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Name: perl-YAML-LibYAML Name: perl-YAML-LibYAML
Version: 0.61 Version: 0.62
Release: 1%{?dist} Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML-LibYAML/ URL: http://search.cpan.org/dist/YAML-LibYAML/
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-%{version}.tar.gz
# Install # Install
BuildRequires: coreutils BuildRequires: coreutils
@ -22,6 +22,7 @@ BuildRequires: perl(B::Deparse)
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
@ -38,7 +39,7 @@ BuildRequires: perl(Filter::Util::Call)
BuildRequires: perl(IO::File) BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Pipe) BuildRequires: perl(IO::Pipe)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Path::Class)
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Tie::Array) BuildRequires: perl(Tie::Array)
@ -82,6 +83,11 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3* %{_mandir}/man3/YAML::XS::LibYAML.3*
%changelog %changelog
* Mon Feb 22 2016 Paul Howarth <paul@city-fan.org> - 0.62-1
- Update to 0.62
- Fix for detecting filehandles (GH#42)
- This release by TINITA update source URL
* Sun Feb 21 2016 Paul Howarth <paul@city-fan.org> - 0.61-1 * Sun Feb 21 2016 Paul Howarth <paul@city-fan.org> - 0.61-1
- Update to 0.61 - Update to 0.61
- Allow reading from and writing to IO::Handle (and derived) objects (GH#37) - Allow reading from and writing to IO::Handle (and derived) objects (GH#37)

View File

@ -1 +1 @@
9667700a73e0a8653f3ffce297368bf2 YAML-LibYAML-0.61.tar.gz e8e0ba8c9f589c809ee04bb526ae03d7 YAML-LibYAML-0.62.tar.gz