epel9
Petr Písař 9 years ago
parent f90ba70545
commit c521902acf

1
.gitignore vendored

@ -1 +1,2 @@
/Sereal-3.005.tar.gz
/Sereal-3.006.tar.gz

@ -1,5 +1,5 @@
Name: perl-Sereal
Version: 3.005
Version: 3.006
Release: 1%{?dist}
Summary: Fast, compact, powerful binary (de-)serialization
# Makefile.PL defines LICENSE
@ -17,8 +17,8 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Exporter)
BuildRequires: perl(Sereal::Decoder) >= 3.005
BuildRequires: perl(Sereal::Encoder) >= 3.005
BuildRequires: perl(Sereal::Decoder) >= 3.006
BuildRequires: perl(Sereal::Encoder) >= 3.006
# Tests:
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -51,5 +51,8 @@ make test
%{_mandir}/man3/*
%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
- Specfile autogenerated by cpanspec 1.78.

@ -1 +1 @@
7c7cde73ab4ac83a24dfc2abf33a394e Sereal-3.005.tar.gz
e79a5d1a69ad08fbcbfc1de18cbfad6b Sereal-3.006.tar.gz

Loading…
Cancel
Save