Accepting request 346612 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/346612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-MessagePack?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
a30653627e
commit
b593c9be4b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cfc3bd2c04d24582a01ebef59d20142db97c92e05aef41fffd4aebd00c54992
|
||||
size 60855
|
3
Data-MessagePack-0.49.tar.gz
Normal file
3
Data-MessagePack-0.49.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c03f3d629eb92d0abe67e25b75d7fa2653ca072450a4575954a5ac47c56c2f90
|
||||
size 67101
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 09:34:50 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.49
|
||||
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
|
||||
|
||||
0.49 2015-11-21 20:07:30+0900
|
||||
|
||||
- Fix undefined behavior issue of overflow(#23, #24, Thanks kazuho)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 19:20:54 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: perl-Data-MessagePack
|
||||
Version: 0.48
|
||||
Version: 0.49
|
||||
Release: 0
|
||||
%define cpan_name Data-MessagePack
|
||||
Summary: MessagePack serializing/deserializing
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-MessagePack/
|
||||
Source0: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.19
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.18
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::Requires)
|
||||
%{perl_requires}
|
||||
@@ -56,6 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user