From dbb97c236af6a442a66fc5c1b2e51a4427d0284c Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 22 2014 10:48:42 +0000 Subject: 0.048 bump --- diff --git a/.gitignore b/.gitignore index 5a95adb..c3d7828 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec index d506387..a336141 100644 --- a/perl-HTTP-Tiny.spec +++ b/perl-HTTP-Tiny.spec @@ -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 - 0.048-1 +- 0.048 bump + * Wed Jul 30 2014 Petr Pisar - 0.047-1 - 0.047 bump diff --git a/sources b/sources index e224bc3..64a9bda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c67a99ed85700fd11a2c244a68b8b483 HTTP-Tiny-0.047.tar.gz +f3ea6e862b3c2fca242aae1d934350e0 HTTP-Tiny-0.048.tar.gz