1
0

Accepting request 92391 from devel:languages:perl

- 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/request/show/92391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-Tiny?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2011-11-21 11:51:10 +00:00 committed by Git OBS Bridge
commit 674a109649
4 changed files with 17 additions and 4 deletions

View File

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

3
YAML-Tiny-1.50.tar.gz Normal file
View File

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

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