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:
committed by
Git OBS Bridge
parent
1c4fce1592
commit
a30653627e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d6878806ba0780dee3f437fc86844f53254da4c96afc70552e997d278e2d49
|
||||
size 103965
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d96b029a7f16fdf1c7df3525292990f6d3d5ff71c9391fc924f4855160bdd250
|
||||
size 57641
|
3
Data-MessagePack-0.48.tar.gz
Normal file
3
Data-MessagePack-0.48.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cfc3bd2c04d24582a01ebef59d20142db97c92e05aef41fffd4aebd00c54992
|
||||
size 60855
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-MessagePack (Version 0.34)
|
||||
# spec file for package perl-Data-MessagePack
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,21 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-MessagePack
|
||||
Version: 0.34
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.48
|
||||
Release: 0
|
||||
%define cpan_name Data-MessagePack
|
||||
Summary: MessagePack serialising/deserialising
|
||||
Url: http://search.cpan.org/dist/Data-MessagePack/
|
||||
Summary: MessagePack serializing/deserializing
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Data-MessagePack-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl(XSLoader) >= 0.1
|
||||
Url: http://search.cpan.org/dist/Data-MessagePack/
|
||||
Source0: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(XSLoader) >= 0.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.19
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::Requires)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -37,6 +40,7 @@ This module converts Perl data structures to MessagePack and vice versa.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@@ -50,11 +54,8 @@ This module converts Perl data structures to MessagePack and vice versa.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user