0.048 bump
This commit is contained in:
parent
e3060dcb57
commit
dbb97c236a
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/HTTP-Tiny-0.043.tar.gz
|
||||
/HTTP-Tiny-0.046.tar.gz
|
||||
/HTTP-Tiny-0.047.tar.gz
|
||||
/HTTP-Tiny-0.048.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-HTTP-Tiny
|
||||
Version: 0.047
|
||||
Version: 0.048
|
||||
Release: 1%{?dist}
|
||||
Summary: Small, simple, correct HTTP/1.1 client
|
||||
License: GPL+ or Artistic
|
||||
@ -31,18 +31,15 @@ BuildRequires: perl(Time::Local)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Dir)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
# IO::Socket::SSL 1.56 not needed
|
||||
BuildRequires: perl(IPC::Cmd)
|
||||
BuildRequires: perl(List::Util)
|
||||
# Mozilla::CA not needed
|
||||
# Net::SSLeay 1.49 not needed
|
||||
BuildRequires: perl(open)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(bytes)
|
||||
@ -80,6 +77,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2014 Petr Pisar <ppisar@redhat.com> - 0.048-1
|
||||
- 0.048 bump
|
||||
|
||||
* Wed Jul 30 2014 Petr Pisar <ppisar@redhat.com> - 0.047-1
|
||||
- 0.047 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user