0.034 bump

This commit is contained in:
Petr Písař 2013-07-01 08:41:02 +02:00
parent 0135c9dba8
commit 4b81d30b13
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/HTTP-Tiny-0.031.tar.gz /HTTP-Tiny-0.031.tar.gz
/HTTP-Tiny-0.032.tar.gz /HTTP-Tiny-0.032.tar.gz
/HTTP-Tiny-0.033.tar.gz /HTTP-Tiny-0.033.tar.gz
/HTTP-Tiny-0.034.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-HTTP-Tiny Name: perl-HTTP-Tiny
Version: 0.033 Version: 0.034
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
@ -17,6 +17,7 @@ BuildRequires: perl(Carp)
BuildRequires: perl(Errno) BuildRequires: perl(Errno)
BuildRequires: perl(IO::Socket) BuildRequires: perl(IO::Socket)
# IO::Socket::SSL 1.56 is optional # IO::Socket::SSL 1.56 is optional
BuildRequires: perl(MIME::Base64)
# Mozilla::CA is optional # Mozilla::CA is optional
# Net::SSLeay 1.49 is optional # Net::SSLeay 1.49 is optional
BuildRequires: perl(Time::Local) BuildRequires: perl(Time::Local)
@ -38,6 +39,7 @@ BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
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)
Requires: perl(MIME::Base64)
Requires: perl(Time::Local) Requires: perl(Time::Local)
%description %description
@ -69,6 +71,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Jul 01 2013 Petr Pisar <ppisar@redhat.com> - 0.034-1
- 0.034 bump
* Mon Jun 24 2013 Petr Pisar <ppisar@redhat.com> - 0.033-1 * Mon Jun 24 2013 Petr Pisar <ppisar@redhat.com> - 0.033-1
- 0.033 bump - 0.033 bump

View File

@ -1 +1 @@
c0811f2422da288dae4fd3545599e4e5 HTTP-Tiny-0.033.tar.gz 3fbf1f3df3fdf969a46f832ef8c2c372 HTTP-Tiny-0.034.tar.gz