diff --git a/.gitignore b/.gitignore index f4cfec0..277139e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Sereal-3.006.tar.gz /Sereal-3.007.tar.gz /Sereal-3.008.tar.gz +/Sereal-3.009.tar.gz diff --git a/perl-Sereal.spec b/perl-Sereal.spec index 506c3a6..0323eec 100644 --- a/perl-Sereal.spec +++ b/perl-Sereal.spec @@ -1,5 +1,5 @@ Name: perl-Sereal -Version: 3.008 +Version: 3.009 Release: 1%{?dist} Summary: Fast, compact, powerful binary (de-)serialization # Makefile.PL defines LICENSE @@ -25,8 +25,8 @@ BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Exporter) -BuildRequires: perl(Sereal::Decoder) >= 3.008 -BuildRequires: perl(Sereal::Encoder) >= 3.008 +BuildRequires: perl(Sereal::Decoder) >= 3.009 +BuildRequires: perl(Sereal::Encoder) >= 3.009 # Tests: # Benchmark not used BuildRequires: perl(Carp) @@ -86,6 +86,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Dec 02 2015 Petr Pisar - 3.009-1 +- 3.009 bump + * Mon Nov 30 2015 Petr Pisar - 3.008-1 - 3.008 bump diff --git a/sources b/sources index 9ae6c0f..568b525 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99d6801773158a8f50b6ba9b6dfd92df Sereal-3.008.tar.gz +ce6ae64ef7de13221f3578af899bb4a8 Sereal-3.009.tar.gz