3.006 bump

This commit is contained in:
Petr Písař 2015-11-16 12:38:08 +01:00
parent b266c7300d
commit c58dcea43a
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/Sereal-Decoder-3.003.tar.gz
/Sereal-Decoder-3.004.tar.gz
/Sereal-Decoder-3.005.tar.gz
/Sereal-Decoder-3.006.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Sereal-Decoder
Version: 3.005
Release: 4%{?dist}
Version: 3.006
Release: 1%{?dist}
Summary: Perl deserialization for Sereal format
# lib/Sereal/Decoder.pm: GPL+ or Artistic
# miniz.c: Unlicense (unbundled)
@ -9,26 +9,31 @@ License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sereal-Decoder/
Source0: http://www.cpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: csnappy-devel
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: miniz-devel
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(XSLoader)
# Tests:
# Benchmark not used
BuildRequires: perl(blib)
BuildRequires: perl(constant)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Devel::Peek)
BuildRequires: perl(Encode)
@ -84,6 +89,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Nov 16 2015 Petr Pisar <ppisar@redhat.com> - 3.006-1
- 3.006 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.005-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
21ebee822c1f470629e3bd844c4ecc6f Sereal-Decoder-3.005.tar.gz
17bfb0a9c651d1c1e1bca8e991a781ea Sereal-Decoder-3.006.tar.gz