[perl-YAML-Tiny] Update to 1.58

Paul Howarth pghmcfc at fedoraproject.org
Wed Feb 5 12:03:20 UTC 2014


commit d1f2c8ab23f8646ad2d8671cca49d312c668f503
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Feb 5 12:00:50 2014 +0000

    Update to 1.58
    
    - New upstream release 1.58
      - 1.57 omitted a change entry for the following change:
      Incompatible change:
      - Previously, YAML::Tiny was sloppy about file encodings; it is now strict
      - The 'read' method and 'LoadFile' function expect UTF-8 encoded files
      - The 'write' method and 'DumpFile' function produce UTF-8 encoded files
      - The 'read_string' and 'write_string' methods and the 'Load' and 'Dump'
        functions expect or generate (decoded) character data

 perl-YAML-Tiny.spec |   12 +++++++++++-
 sources             |    2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec
index bbd1d8f..3153f0f 100644
--- a/perl-YAML-Tiny.spec
+++ b/perl-YAML-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-YAML-Tiny
-Version:        1.57
+Version:        1.58
 Release:        1%{?dist}
 Summary:        Read/Write YAML files with as little code as possible
 License:        GPL+ or Artistic
@@ -70,6 +70,16 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/YAML::Tiny.3pm*
 
 %changelog
+* Wed Feb  5 2014 Paul Howarth <paul at city-fan.org> 1.58-1
+- Update to 1.58
+  - 1.57 omitted a change entry for the following change:
+  Incompatible change:
+  - Previously, YAML::Tiny was sloppy about file encodings; it is now strict
+  - The 'read' method and 'LoadFile' function expect UTF-8 encoded files
+  - The 'write' method and 'DumpFile' function produce UTF-8 encoded files
+  - The 'read_string' and 'write_string' methods and the 'Load' and 'Dump'
+    functions expect or generate (decoded) character data
+
 * Fri Jan 31 2014 Paul Howarth <paul at city-fan.org> 1.57-1
 - Update to 1.57
   Incompatible change:
diff --git a/sources b/sources
index 8b2c554..6e8a424 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5df8450dba06fdc64e73992a071d012b  YAML-Tiny-1.57.tar.gz
+b206daf7e3cbf1be15e069081a09ff29  YAML-Tiny-1.58.tar.gz


More information about the scm-commits mailing list