0.048 bump

This commit is contained in:
Petr Písař 2014-08-22 12:48:42 +02:00
parent e3060dcb57
commit dbb97c236a
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/HTTP-Tiny-0.043.tar.gz /HTTP-Tiny-0.043.tar.gz
/HTTP-Tiny-0.046.tar.gz /HTTP-Tiny-0.046.tar.gz
/HTTP-Tiny-0.047.tar.gz /HTTP-Tiny-0.047.tar.gz
/HTTP-Tiny-0.048.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-HTTP-Tiny Name: perl-HTTP-Tiny
Version: 0.047 Version: 0.048
Release: 1%{?dist} Release: 1%{?dist}
Summary: Small, simple, correct HTTP/1.1 client Summary: Small, simple, correct HTTP/1.1 client
License: GPL+ or Artistic License: GPL+ or Artistic
@ -31,18 +31,15 @@ BuildRequires: perl(Time::Local)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Dir) BuildRequires: perl(IO::Dir)
BuildRequires: perl(IO::File) BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(IO::Socket::INET)
# IO::Socket::SSL 1.56 not needed # IO::Socket::SSL 1.56 not needed
BuildRequires: perl(IPC::Cmd) BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(List::Util)
# Mozilla::CA not needed # Mozilla::CA not needed
# Net::SSLeay 1.49 not needed # Net::SSLeay 1.49 not needed
BuildRequires: perl(open) BuildRequires: perl(open)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(bytes) Requires: perl(bytes)
@ -80,6 +77,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Wed Jul 30 2014 Petr Pisar <ppisar@redhat.com> - 0.047-1
- 0.047 bump - 0.047 bump

View File

@ -1 +1 @@
c67a99ed85700fd11a2c244a68b8b483 HTTP-Tiny-0.047.tar.gz f3ea6e862b3c2fca242aae1d934350e0 HTTP-Tiny-0.048.tar.gz