[perl-YAML-Tiny] Update to 1.57

Paul Howarth pghmcfc at fedoraproject.org
Fri Jan 31 12:28:41 UTC 2014


commit bb4af1b75694288c6a202340834b70b23eee19ae
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jan 31 12:28:19 2014 +0000

    Update to 1.57
    
    - New upstream release 1.57
      Incompatible change:
      - Previously, some errors would throw exceptions and some would return the
        error condition in $YAML::Tiny::errstr, but now all errors throw
        exceptions; use of $errstr and the errstr method are deprecated
      Fixed:
      - Fixed write method to encode YAML file with UTF-8
      - Improved SYNOPSIS and documentation of new
      Testing:
      - Tests have been cleaned up and reorganized
      - Test coverage has been significantly improved
    - Package docs CONTRIBUTING and README.md
    - Update dependencies as needed

 perl-YAML-Tiny.spec |   39 +++++++++++++++++++++++++++++++++------
 sources             |    2 +-
 2 files changed, 34 insertions(+), 7 deletions(-)
---
diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec
index bc3dfbf..bbd1d8f 100644
--- a/perl-YAML-Tiny.spec
+++ b/perl-YAML-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML-Tiny
-Version:        1.56
+Version:        1.57
 Release:        1%{?dist}
 Summary:        Read/Write YAML files with as little code as possible
 License:        GPL+ or Artistic
@@ -8,22 +8,33 @@ 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.027
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 # Module Runtime
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(strict)
 # Test Suite
 BuildRequires:  perl(blib)
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120900
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(IO::Dir)
+BuildRequires:  perl(JSON) >= 2
+BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::More) >= 0.99
+BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(version)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(YAML)
 BuildRequires:  perl(YAML::Syck)
@@ -32,6 +43,7 @@ BuildRequires:  perl(YAML::XS)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
 Requires:       perl(Exporter)
+Requires:       perl(Fcntl)
 Requires:       perl(Scalar::Util)
 
 %description
@@ -53,11 +65,26 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README README.md
 %{perl_vendorlib}/YAML/
 %{_mandir}/man3/YAML::Tiny.3pm*
 
 %changelog
+* Fri Jan 31 2014 Paul Howarth <paul at city-fan.org> 1.57-1
+- Update to 1.57
+  Incompatible change:
+  - Previously, some errors would throw exceptions and some would return the
+    error condition in $YAML::Tiny::errstr, but now all errors throw
+    exceptions; use of $errstr and the errstr method are deprecated
+  Fixed:
+  - Fixed write method to encode YAML file with UTF-8
+  - Improved SYNOPSIS and documentation of new
+  Testing:
+  - Tests have been cleaned up and reorganized
+  - Test coverage has been significantly improved
+- Package docs CONTRIBUTING and README.md
+- Update dependencies as needed
+
 * Wed Sep 25 2013 Paul Howarth <paul at city-fan.org> 1.56-1
 - Update to 1.56
   - read_string documentation error fixed (CPAN RT#74409)
diff --git a/sources b/sources
index eb4c689..8b2c554 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9fd7940c05b025d6be08217c9a5061b6  YAML-Tiny-1.56.tar.gz
+5df8450dba06fdc64e73992a071d012b  YAML-Tiny-1.57.tar.gz


More information about the scm-commits mailing list