Update to 1.63
- New upstream release 1.63
- Incorrect error messages fixed, when $@ is clobbered when Carp wasn't
loaded (GH#30, GH#31)
- Now checking for, and erroring on, duplicate keys found in a hash (GH#32)
This commit is contained in:
parent
3263146e40
commit
c91ee64899
@ -1,6 +1,6 @@
|
||||
Name: perl-YAML-Tiny
|
||||
Version: 1.62
|
||||
Release: 2%{?dist}
|
||||
Version: 1.63
|
||||
Release: 1%{?dist}
|
||||
Summary: Read/Write YAML files with as little code as possible
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,7 +8,8 @@ URL: http://search.cpan.org/dist/YAML-Tiny/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.036
|
||||
# Module Runtime
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -70,7 +71,13 @@ perl Build.PL --installdirs=vendor
|
||||
%{_mandir}/man3/YAML::Tiny.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.62-2
|
||||
* Thu Jun 12 2014 Paul Howarth <paul@city-fan.org> 1.63-1
|
||||
- Update to 1.63
|
||||
- Incorrect error messages fixed, when $@ is clobbered when Carp wasn't
|
||||
loaded (GH#30, GH#31)
|
||||
- Now checking for, and erroring on, duplicate keys found in a hash (GH#32)
|
||||
|
||||
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.62-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Mar 16 2014 Paul Howarth <paul@city-fan.org> 1.62-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user