|
|
@ -6,7 +6,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 4.011
|
|
|
|
Version: 4.012
|
|
|
|
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
|
|
|
@ -30,8 +30,8 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.011
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.012
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.011
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.012
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -53,6 +53,7 @@ BuildRequires: perl(Sereal::Decoder::Constants)
|
|
|
|
BuildRequires: perl(Sereal::Encoder::Constants)
|
|
|
|
BuildRequires: perl(Sereal::Encoder::Constants)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Test::LongString)
|
|
|
|
BuildRequires: perl(Test::LongString)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::MemoryGrowth)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::Warn)
|
|
|
|
BuildRequires: perl(Test::Warn)
|
|
|
|
BuildRequires: perl(Tie::Array)
|
|
|
|
BuildRequires: perl(Tie::Array)
|
|
|
@ -97,6 +98,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 Petr Pisar <ppisar@redhat.com> - 4.012-1
|
|
|
|
|
|
|
|
- 4.012 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Petr Pisar <ppisar@redhat.com> - 4.011-1
|
|
|
|
* Tue Feb 04 2020 Petr Pisar <ppisar@redhat.com> - 4.011-1
|
|
|
|
- 4.011 bump
|
|
|
|
- 4.011 bump
|
|
|
|
|
|
|
|
|
|
|
|