|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 3.009
|
|
|
|
Version: 3.014
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Fast, compact, powerful binary (de-)serialization
|
|
|
|
Summary: Fast, compact, powerful binary (de-)serialization
|
|
|
|
# Makefile.PL defines LICENSE
|
|
|
|
# Makefile.PL defines LICENSE
|
|
|
@ -25,8 +25,8 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.009
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.014
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.009
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.014
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -53,6 +53,7 @@ BuildRequires: perl(Tie::Scalar)
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
BuildRequires: perl(threads::shared)
|
|
|
|
BuildRequires: perl(threads::shared)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
# Optional tests:
|
|
|
|
# Optional tests:
|
|
|
|
BuildRequires: perl(Test::Deep) >= 0.110
|
|
|
|
BuildRequires: perl(Test::Deep) >= 0.110
|
|
|
|
BuildRequires: perl(Test::Deep::NoTest)
|
|
|
|
BuildRequires: perl(Test::Deep::NoTest)
|
|
|
@ -86,6 +87,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 07 2015 Petr Pisar <ppisar@redhat.com> - 3.014-1
|
|
|
|
|
|
|
|
- 3.014 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 02 2015 Petr Pisar <ppisar@redhat.com> - 3.009-1
|
|
|
|
* Wed Dec 02 2015 Petr Pisar <ppisar@redhat.com> - 3.009-1
|
|
|
|
- 3.009 bump
|
|
|
|
- 3.009 bump
|
|
|
|
|
|
|
|
|
|
|
|