From c91ee64899f05ed6f6bb3b6b8eaa647ace763f2e Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 12 Jun 2014 20:22:58 +0100 Subject: [PATCH] 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) --- perl-YAML-Tiny.spec | 15 +++++++++++---- sources | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index e43e725..5234fbe 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -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 - 1.62-2 +* Thu Jun 12 2014 Paul Howarth 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 1.62-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Mar 16 2014 Paul Howarth 1.62-1 diff --git a/sources b/sources index 0cf1067..f2a53de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1308d3244d1b27088b4c101bf9705e9d YAML-Tiny-1.62.tar.gz +10835140182ff9a893e8cfc09837cb3e YAML-Tiny-1.63.tar.gz