From 162e192fc025db90987ffa314a41d0f8b530b5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 30 Nov 2015 12:08:36 +0100 Subject: [PATCH] 3.008 bump --- .gitignore | 1 + perl-Sereal.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 213d76c..f4cfec0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Sereal-3.005.tar.gz /Sereal-3.006.tar.gz /Sereal-3.007.tar.gz +/Sereal-3.008.tar.gz diff --git a/perl-Sereal.spec b/perl-Sereal.spec index 90a6882..506c3a6 100644 --- a/perl-Sereal.spec +++ b/perl-Sereal.spec @@ -1,5 +1,5 @@ Name: perl-Sereal -Version: 3.007 +Version: 3.008 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.007 -BuildRequires: perl(Sereal::Encoder) >= 3.007 +BuildRequires: perl(Sereal::Decoder) >= 3.008 +BuildRequires: perl(Sereal::Encoder) >= 3.008 # Tests: # Benchmark not used BuildRequires: perl(Carp) @@ -86,6 +86,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Nov 30 2015 Petr Pisar - 3.008-1 +- 3.008 bump + * Fri Nov 27 2015 Petr Pisar - 3.007-1 - 3.007 bump diff --git a/sources b/sources index acf6646..9ae6c0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61e13f2c943ba1f1cf1a11bee6fe289e Sereal-3.007.tar.gz +99d6801773158a8f50b6ba9b6dfd92df Sereal-3.008.tar.gz