|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 3.008
|
|
|
|
Version: 3.009
|
|
|
|
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.008
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.009
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.008
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.009
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -86,6 +86,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 02 2015 Petr Pisar <ppisar@redhat.com> - 3.009-1
|
|
|
|
|
|
|
|
- 3.009 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 30 2015 Petr Pisar <ppisar@redhat.com> - 3.008-1
|
|
|
|
* Mon Nov 30 2015 Petr Pisar <ppisar@redhat.com> - 3.008-1
|
|
|
|
- 3.008 bump
|
|
|
|
- 3.008 bump
|
|
|
|
|
|
|
|
|
|
|
|