[perl-HTTP-Tiny] 0.034 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jul 1 06:41:35 UTC 2013


commit 4b81d30b134fd401eafc9308c425d7db76c5ad3c
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jul 1 08:41:02 2013 +0200

    0.034 bump

 .gitignore          |    1 +
 perl-HTTP-Tiny.spec |    7 ++++++-
 sources             |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af02100..85b2f90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec
index 9229438..56622e5 100644
--- a/perl-HTTP-Tiny.spec
+++ b/perl-HTTP-Tiny.spec
@@ -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 at redhat.com> - 0.034-1
+- 0.034 bump
+
 * Mon Jun 24 2013 Petr Pisar <ppisar at redhat.com> - 0.033-1
 - 0.033 bump
 
diff --git a/sources b/sources
index 7b4359e..c46d310 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0811f2422da288dae4fd3545599e4e5  HTTP-Tiny-0.033.tar.gz
+3fbf1f3df3fdf969a46f832ef8c2c372  HTTP-Tiny-0.034.tar.gz



More information about the perl-devel mailing list