[perl-YAML-Tiny] Update to 1.62

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 16 15:45:31 UTC 2014


commit 92d4e5c413406d39c361a754c893da5782a07966
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Mar 16 15:42:33 2014 +0000

    Update to 1.62
    
    - New upstream release 1.62
      - Fix handling of trailing colon in key name (CPAN RT#92916)

 perl-YAML-Tiny.spec |   10 +++++++---
 sources             |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec
index 6766eea..6052577 100644
--- a/perl-YAML-Tiny.spec
+++ b/perl-YAML-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML-Tiny
-Version:        1.61
+Version:        1.62
 Release:        1%{?dist}
 Summary:        Read/Write YAML files with as little code as possible
 License:        GPL+ or Artistic
@@ -14,7 +14,7 @@ BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Scalar::Util) >= 1.18
 BuildRequires:  perl(strict)
 # Test Suite
 BuildRequires:  perl(blib)
@@ -44,7 +44,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
 Requires:       perl(Exporter)
 Requires:       perl(Fcntl)
-Requires:       perl(Scalar::Util)
+Requires:       perl(Scalar::Util) >= 1.18
 
 %description
 YAML::Tiny is a Perl class for reading and writing YAML-style files,
@@ -70,6 +70,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/YAML::Tiny.3pm*
 
 %changelog
+* Sun Mar 16 2014 Paul Howarth <paul at city-fan.org> 1.62-1
+- Update to 1.62
+  - Fix handling of trailing colon in key name (CPAN RT#92916)
+
 * Tue Feb 25 2014 Paul Howarth <paul at city-fan.org> 1.61-1
 - Update to 1.61
   - Fixed a test for VMS (CPAN RT#93297)
diff --git a/sources b/sources
index 625c057..0cf1067 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e0067102d0452049f489e0822091d39  YAML-Tiny-1.61.tar.gz
+1308d3244d1b27088b4c101bf9705e9d  YAML-Tiny-1.62.tar.gz



More information about the perl-devel mailing list