|
|
@ -2,7 +2,7 @@
|
|
|
|
%bcond_without perl_Sereal_enables_optional_test
|
|
|
|
%bcond_without perl_Sereal_enables_optional_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 4.004
|
|
|
|
Version: 4.005
|
|
|
|
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
|
|
|
@ -27,8 +27,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.004
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.005
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.004
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.005
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -90,6 +90,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 24 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.005-1
|
|
|
|
|
|
|
|
- 4.005 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2017 Petr Pisar <ppisar@redhat.com> - 4.004-1
|
|
|
|
* Tue Nov 14 2017 Petr Pisar <ppisar@redhat.com> - 4.004-1
|
|
|
|
- 4.004 bump
|
|
|
|
- 4.004 bump
|
|
|
|
|
|
|
|
|
|
|
|