|
|
@ -1,5 +1,8 @@
|
|
|
|
|
|
|
|
# Perform optinal tests
|
|
|
|
|
|
|
|
%bcond_without perl_Sereal_Decoder_enables_optional_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal-Decoder
|
|
|
|
Name: perl-Sereal-Decoder
|
|
|
|
Version: 4.015
|
|
|
|
Version: 4.017
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl deserialization for Sereal format
|
|
|
|
Summary: Perl deserialization for Sereal format
|
|
|
|
# lib/Sereal/Decoder.pm: GPL+ or Artistic
|
|
|
|
# lib/Sereal/Decoder.pm: GPL+ or Artistic
|
|
|
@ -48,13 +51,14 @@ BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
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(threads)
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
# Time::HiRes not used
|
|
|
|
# Time::HiRes not used
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
|
|
|
%if %{with perl_Sereal_Decoder_enables_optional_test}
|
|
|
|
# Optional tests:
|
|
|
|
# Optional tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::MemoryGrowth)
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
# Some tests require Sereal::Encoder 3.005003, but most of them do not require
|
|
|
|
# Some tests require Sereal::Encoder 3.005003, but most of them do not require
|
|
|
|
# exact version. Thus do not constrain the version here.
|
|
|
|
# exact version. Thus do not constrain the version here.
|
|
|
@ -63,6 +67,7 @@ BuildRequires: perl(Tie::Array)
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -105,6 +110,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Petr Pisar <ppisar@redhat.com> - 4.017-1
|
|
|
|
|
|
|
|
- 4.017 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 08 2020 Petr Pisar <ppisar@redhat.com> - 4.015-1
|
|
|
|
* Wed Jul 08 2020 Petr Pisar <ppisar@redhat.com> - 4.015-1
|
|
|
|
- 4.015 bump
|
|
|
|
- 4.015 bump
|
|
|
|
|
|
|
|
|
|
|
|