0.047 bump

This commit is contained in:
Petr Písař 2014-07-30 13:03:33 +02:00
parent ba99959fd8
commit e3060dcb57
3 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/HTTP-Tiny-0.042.tar.gz
/HTTP-Tiny-0.043.tar.gz
/HTTP-Tiny-0.046.tar.gz
/HTTP-Tiny-0.047.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-HTTP-Tiny
Version: 0.046
Version: 0.047
Release: 1%{?dist}
Summary: Small, simple, correct HTTP/1.1 client
License: GPL+ or Artistic
@ -44,13 +44,6 @@ BuildRequires: perl(List::Util)
BuildRequires: perl(open)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(version) >= 0.77
# Optionals tests:
# The CPAN::Meta* is needed due to a bug in tests generated by distzilla
# <https://github.com/chansen/p5-http-tiny/issues/50>
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120900
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(bytes)
Requires: perl(Fcntl)
@ -87,6 +80,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jul 30 2014 Petr Pisar <ppisar@redhat.com> - 0.047-1
- 0.047 bump
* Tue Jul 29 2014 Petr Pisar <ppisar@redhat.com> - 0.046-1
- 0.046 bump

View File

@ -1 +1 @@
04397f44d37662d910e6f82a95efb546 HTTP-Tiny-0.046.tar.gz
c67a99ed85700fd11a2c244a68b8b483 HTTP-Tiny-0.047.tar.gz