|
|
@ -6,8 +6,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Sereal
|
|
|
|
Name: perl-Sereal
|
|
|
|
Version: 4.017
|
|
|
|
Version: 4.018
|
|
|
|
Release: 2%{?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
|
|
|
@ -31,8 +31,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.017
|
|
|
|
BuildRequires: perl(Sereal::Decoder) >= 4.018
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.017
|
|
|
|
BuildRequires: perl(Sereal::Encoder) >= 4.018
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
# Benchmark not used
|
|
|
|
# Benchmark not used
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -99,6 +99,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 04 2020 Petr Pisar <ppisar@redhat.com> - 4.018-1
|
|
|
|
|
|
|
|
- 4.018 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.017-2
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.017-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|