epel9
Petr Písař 8 years ago
parent fa42038a82
commit cc38af4fd4

1
.gitignore vendored

@ -4,3 +4,4 @@
/Sereal-3.008.tar.gz
/Sereal-3.009.tar.gz
/Sereal-3.014.tar.gz
/Sereal-3.015.tar.gz

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* de");

@ -1,6 +1,6 @@
Name: perl-Sereal
Version: 3.014
Release: 3%{?dist}
Version: 3.015
Release: 1%{?dist}
Summary: Fast, compact, powerful binary (de-)serialization
# Makefile.PL defines LICENSE
License: GPL+ or Artistic
@ -26,8 +26,8 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Exporter)
BuildRequires: perl(Sereal::Decoder) >= 3.014
BuildRequires: perl(Sereal::Encoder) >= 3.014
BuildRequires: perl(Sereal::Decoder) >= 3.015
BuildRequires: perl(Sereal::Encoder) >= 3.015
# Tests:
# Benchmark not used
BuildRequires: perl(Carp)
@ -88,6 +88,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 05 2016 Petr Pisar <ppisar@redhat.com> - 3.015-1
- 3.015 bump
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.014-3
- Perl 5.24 rebuild

@ -1 +1 @@
fbc2382c25738fd2230cc832e3d83b06 Sereal-3.014.tar.gz
732fc663a7ffb9087bf8dbebe29f21bd Sereal-3.015.tar.gz

Loading…
Cancel
Save