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:
parent
0452a353b1
commit
c0847ec58b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user