0.047 bump
This commit is contained in:
parent
ba99959fd8
commit
e3060dcb57
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user