Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2014-02-12 07:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes    
2013-10-06 14:56:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes       
2014-02-12 09:49:08.000000000 +0100
@@ -1,0 +2,31 @@
+Sun Feb  9 13:31:12 UTC 2014 - [email protected]
+
+- updated to 1.58
+        [INCOMPATIBLE CHANGE]
+
+        - 1.57 omitted a change entry for the following 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.
+
+          - Previously, some errors would throw exceptions and some would
+            return the error condition in $YAML::Tiny::errstr.  Now all
+            errors throw exceptions.  Use of $errstr and the errstr method
+            are deprecated. (David Golden)
+
+        [FIXED]
+
+          - Fixed write method to encode YAML file with UTF-8 (David Golden)
+          - Improved SYNOPSIS and documentation of new (David Golden)
+
+        [TESTING]
+
+          - Tests have been cleaned up and reorganized.  Test coverage
+            has been significnatly improved. (Ingy döt Net, David Golden,
+            Jim Keenan, Karen Etheridge)
+
+-------------------------------------------------------------------

Old:
----
  YAML-Tiny-1.56.tar.gz

New:
----
  YAML-Tiny-1.58.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-YAML-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.L3VAsY/_old  2014-02-12 09:49:08.000000000 +0100
+++ /var/tmp/diff_new_pack.L3VAsY/_new  2014-02-12 09:49:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-YAML-Tiny
-Version:        1.56
+Version:        1.58
 Release:        0
 %define cpan_name YAML-Tiny
 Summary:        Read/Write YAML files with as little code as possible
@@ -29,18 +29,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.027
-BuildRequires:  perl(Test::More) >= 0.94
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) >= 0.12
-#BuildRequires: perl(t::lib::Test)
-#BuildRequires: perl(YAML)
-#BuildRequires: perl(YAML::Perl)
-#BuildRequires: perl(YAML::Syck)
-#BuildRequires: perl(YAML::Tiny)
-#BuildRequires: perl(YAML::XS)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Test::More) >= 0.99
+BuildRequires:  perl(version)
+
 %{perl_requires}
 
 %description
@@ -72,9 +64,9 @@
 refused. Someone has to draw the line, and for YAML::Tiny that someone is
 me.
 
-If you need something with more power move up to the YAML manpage (4
-megabytes of memory overhead) or the YAML::Syck manpage (275k, but requires
-_libsyck_ and a C compiler).
+If you need something with more power move up to the YAML manpage (7
+megabytes of memory overhead) or the YAML::XS manpage (6 megabytes memory
+overhead and requires a C compiler).
 
 To restate, the YAML::Tiny manpage does *not* preserve your comments,
 whitespace, or the order of your YAML data. But it should round-trip from
@@ -97,6 +89,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README README.md
 
 %changelog

++++++ YAML-Tiny-1.56.tar.gz -> YAML-Tiny-1.58.tar.gz ++++++
++++ 11614 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to