0.034 bump
This commit is contained in:
parent
0135c9dba8
commit
4b81d30b13
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/HTTP-Tiny-0.031.tar.gz
|
||||
/HTTP-Tiny-0.032.tar.gz
|
||||
/HTTP-Tiny-0.033.tar.gz
|
||||
/HTTP-Tiny-0.034.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-HTTP-Tiny
|
||||
Version: 0.033
|
||||
Version: 0.034
|
||||
Release: 1%{?dist}
|
||||
Summary: Small, simple, correct HTTP/1.1 client
|
||||
License: GPL+ or Artistic
|
||||
@ -17,6 +17,7 @@ BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Errno)
|
||||
BuildRequires: perl(IO::Socket)
|
||||
# IO::Socket::SSL 1.56 is optional
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
# Mozilla::CA is optional
|
||||
# Net::SSLeay 1.49 is optional
|
||||
BuildRequires: perl(Time::Local)
|
||||
@ -38,6 +39,7 @@ BuildRequires: perl(IPC::Cmd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(bytes)
|
||||
Requires: perl(MIME::Base64)
|
||||
Requires: perl(Time::Local)
|
||||
|
||||
%description
|
||||
@ -69,6 +71,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- 0.033 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user