diff --git a/.gitignore b/.gitignore index 277139e..849359b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Sereal-3.007.tar.gz /Sereal-3.008.tar.gz /Sereal-3.009.tar.gz +/Sereal-3.014.tar.gz diff --git a/perl-Sereal.spec b/perl-Sereal.spec index 0323eec..bc84b3e 100644 --- a/perl-Sereal.spec +++ b/perl-Sereal.spec @@ -1,5 +1,5 @@ Name: perl-Sereal -Version: 3.009 +Version: 3.014 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.009 -BuildRequires: perl(Sereal::Encoder) >= 3.009 +BuildRequires: perl(Sereal::Decoder) >= 3.014 +BuildRequires: perl(Sereal::Encoder) >= 3.014 # Tests: # Benchmark not used BuildRequires: perl(Carp) @@ -53,6 +53,7 @@ BuildRequires: perl(Tie::Scalar) BuildRequires: perl(threads) BuildRequires: perl(threads::shared) BuildRequires: perl(utf8) +BuildRequires: perl(version) # Optional tests: BuildRequires: perl(Test::Deep) >= 0.110 BuildRequires: perl(Test::Deep::NoTest) @@ -86,6 +87,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Dec 07 2015 Petr Pisar - 3.014-1 +- 3.014 bump + * Wed Dec 02 2015 Petr Pisar - 3.009-1 - 3.009 bump diff --git a/sources b/sources index 568b525..b805e8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce6ae64ef7de13221f3578af899bb4a8 Sereal-3.009.tar.gz +fbc2382c25738fd2230cc832e3d83b06 Sereal-3.014.tar.gz