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:
commit
674a109649
@ -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
3
YAML-Tiny-1.50.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129
|
||||
size 42411
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user