|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 3.005
|
|
|
|
Version: 3.006
|
|
|
|
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
|
|
|
@ -17,8 +17,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.005
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 3.006
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.005
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 3.006
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
@ -51,5 +51,8 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 3.006-1
|
|
|
|
|
|
|
|
- 3.006 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2015 Petr Pisar <ppisar@redhat.com> 3.005-1
|
|
|
|
* Tue Sep 29 2015 Petr Pisar <ppisar@redhat.com> 3.005-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|
|