diff --git a/.gitignore b/.gitignore index 849359b..b92af06 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Sereal-3.008.tar.gz /Sereal-3.009.tar.gz /Sereal-3.014.tar.gz +/Sereal-3.015.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..00d6ed0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* de"); diff --git a/perl-Sereal.spec b/perl-Sereal.spec index 18385f5..34fc9d4 100644 --- a/perl-Sereal.spec +++ b/perl-Sereal.spec @@ -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 - 3.015-1 +- 3.015 bump + * Mon May 16 2016 Jitka Plesnikova - 3.014-3 - Perl 5.24 rebuild diff --git a/sources b/sources index b805e8c..f451807 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbc2382c25738fd2230cc832e3d83b06 Sereal-3.014.tar.gz +732fc663a7ffb9087bf8dbebe29f21bd Sereal-3.015.tar.gz