1
0

- update to 1.50

- Major bug fix, all code that writes arbitrary data should upgrade.
    - Simple scalars with no whitespace but ending in a colon like ABC: were
      not being quoted, which results in the parser confusing it with a
      mapping key and crashing.
  
    - No functional changes.
    - Don't depend on the YAML modules in RELEASE_TESTING, as it can
      pollute the advisory META.yml.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2011-11-18 13:22:29 +00:00 committed by Git OBS Bridge
parent 0c3d731b96
commit 42dd90d229
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc57a8761e6e06e6b56e28a270ec5990e1eeb639bfbd4bebaf79801a3f8645f1
size 42314

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 18 13:20:44 UTC 2011 - coolo@suse.com
- update to 1.50
- Major bug fix, all code that writes arbitrary data should upgrade.
- Simple scalars with no whitespace but ending in a colon like ABC: were
not being quoted, which results in the parser confusing it with a
mapping key and crashing.
- No functional changes.
- Don't depend on the YAML modules in RELEASE_TESTING, as it can
pollute the advisory META.yml.
-------------------------------------------------------------------
Mon Apr 4 08:30:23 UTC 2011 - coolo@novell.com

View File

@ -18,7 +18,7 @@
Name: perl-YAML-Tiny
Version: 1.48
Version: 1.50
Release: 1
License: GPL+ or Artistic
%define cpan_name YAML-Tiny