Accepting request 297296 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-MessagePack?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-16 19:26:04 +00:00
committed by Git OBS Bridge
parent 1c4fce1592
commit a30653627e
6 changed files with 156 additions and 22 deletions

View File

@@ -1,3 +1,119 @@
-------------------------------------------------------------------
Thu Apr 16 19:20:54 UTC 2015 - coolo@suse.com
- updated to 0.48
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
0.48 2013-09-01 15:42:51+0900
- Fix tests for bleadperl
0.47
- Support PUREPERL_ONLY build
See the Lancaster Consensus:
https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds
0.46
- fixed unpacking issue on big-endian system.
https://github.com/msgpack/msgpack-perl/issues/4
0.45
- support tied hashes(rurban++)
0.44
- do not display deprecated warnings from Data::MessagePack::Unpacker.
T::Xslate using it...
0.43 2012-06-26T02:00:57
- Data::MessagePack::Unpacker was deprecated.
0.42 2012-06-25 09:56:58
- fix failing to pack IV/NV with MAGIC (e.g. $$ in 5.16.0)
0.41 2012-03-28 01:09:44
- Revert the privous changed utf8() behavior
0.40 2012-03-28 00:37:28
- Fix $messagepack->utf8(1) behavior
- Fix tests on NV == long double env
0.39 2011-12-05 00:08:58
- Resolve RT #72920 - packing float numbers fails on some cases,
e.g. after e.g. $flaot > 0
0.38_02 2011-10-25 09:58:28
- More informative tests
0.38_01 2011-10-25 09:44:05
- Add tests to reveal problems in Data::Encoder
0.38 2011-10-10 16:17:03
- Add tests to unpacking double - the test was missing!
0.37 2011-10-10 16:08:18
- Resolve RT #71407: broken pack()/pack() for double on arm-oabi arch
(the patch contributed by @shohex)
0.36 2011-08-21 14:41:51
- Fix a PP issue incompatible with XS impl
- Fix docs
0.35_01 2011-08-19 15:27:00
- address issue/20 (cho45): Data::MessagePack did not finish correctly
when was given devided packed data
- address pull-req/82 (cho45): canonical mode like JSON.pm
- added JSON.pm-compat interface
- added utf8 mode to apply utf8::decode() when unpacking
- deprecated $PreferInteger; use D::MP->new->prefer_integer
- repository is now https://github.com/msgpack/msgpack-perl
-------------------------------------------------------------------
Thu Apr 16 19:20:52 UTC 2015 - coolo@suse.com
- updated to 0.38
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
0.38 2011-10-10 16:17:03
- Add tests to unpacking double - the test was missing!
0.37 2011-10-10 16:08:18
- Resolve RT #71407: broken pack()/pack() for double on arm-oabi arch
(the patch contributed by @shohex)
0.36 2011-08-21 14:41:51
- Fix a PP issue incompatible with XS impl
- Fix docs
0.35_01 2011-08-19 15:27:00
- address issue/20 (cho45): Data::MessagePack did not finish correctly
when was given devided packed data
- address pull-req/82 (cho45): canonical mode like JSON.pm
- added JSON.pm-compat interface
- added utf8 mode to apply utf8::decode() when unpacking
- deprecated $PreferInteger; use D::MP->new->prefer_integer
- repository is now https://github.com/msgpack/msgpack-perl
-------------------------------------------------------------------
Sat Jan 22 19:34:41 UTC 2011 - coolo@novell.com