Accepting request 295855 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2015-04-14 08:06:24 +00:00
committed by Git OBS Bridge
parent 7910b874f7
commit 5bab0b85d8
5 changed files with 71 additions and 63 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Apr 13 18:24:27 UTC 2015 - coolo@suse.com
- updated to 0.60
see /usr/share/doc/packages/perl-Data-Serializer/Changes
0.60 Tue Aug 20 2013
Move some non-critical tests from t/ to xt/ as they are not needed
for verifying functionality of the module, merely ensuring a clean release.
No changes to core Data::Serializer functionality with this release.
0.59 Thr Jun 16 2011
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
0.58 Tue Jun 14 2011
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
-------------------------------------------------------------------
Mon Apr 13 18:24:26 UTC 2015 - coolo@suse.com
- updated to 0.59
see /usr/share/doc/packages/perl-Data-Serializer/Changes
0.59 Thr Jun 16 2011
XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but XML::Parser does not
Recommend against using XML::Simple if you need to work with utf8 until this is resolved
Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871
Thanks to perl testers - Robert Buels rmb32@cornell.edu in particular
0.58 Tue Jun 14 2011
- Added utf8 to the decode in the JSON deserializing code. Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125
Thanks to colink@perldreamer.com for finding the bug and supplying good tests and a suggested fix and to
lp@sunnyspot.org for the suggested ->utf8-> fix (which really was functionally identical to what colink recommended)
-------------------------------------------------------------------
Fri Mar 4 16:30:48 UTC 2011 - chris@computersalat.de