|
|
@ -6,8 +6,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 4.007
|
|
|
|
Version: 4.008
|
|
|
|
Release: 4%{?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
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -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.007
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.008
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.007
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.008
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -94,6 +94,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Petr Pisar <ppisar@redhat.com> - 4.008-1
|
|
|
|
|
|
|
|
- 4.008 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.007-4
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.007-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|