[perl-HTTP-Tiny] 0.047 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jul 30 11:09:01 UTC 2014


commit e3060dcb57d77f426c042c5b344ff7d1d209e3ed
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 30 13:03:33 2014 +0200

    0.047 bump

 .gitignore          |    1 +
 perl-HTTP-Tiny.spec |   12 ++++--------
 sources             |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b7bbaf..5a95adb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /HTTP-Tiny-0.042.tar.gz
 /HTTP-Tiny-0.043.tar.gz
 /HTTP-Tiny-0.046.tar.gz
+/HTTP-Tiny-0.047.tar.gz
diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec
index 7ff89b6..d506387 100644
--- a/perl-HTTP-Tiny.spec
+++ b/perl-HTTP-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-HTTP-Tiny
-Version:        0.046
+Version:        0.047
 Release:        1%{?dist}
 Summary:        Small, simple, correct HTTP/1.1 client
 License:        GPL+ or Artistic
@@ -44,13 +44,6 @@ BuildRequires:  perl(List::Util)
 BuildRequires:  perl(open)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(version) >= 0.77
-# Optionals tests:
-# The CPAN::Meta* is needed due to a bug in tests generated by distzilla
-# <https://github.com/chansen/p5-http-tiny/issues/50>
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120900
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(bytes)
 Requires:       perl(Fcntl)
@@ -87,6 +80,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 30 2014 Petr Pisar <ppisar at redhat.com> - 0.047-1
+- 0.047 bump
+
 * Tue Jul 29 2014 Petr Pisar <ppisar at redhat.com> - 0.046-1
 - 0.046 bump
 
diff --git a/sources b/sources
index b875bbd..e224bc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04397f44d37662d910e6f82a95efb546  HTTP-Tiny-0.046.tar.gz
+c67a99ed85700fd11a2c244a68b8b483  HTTP-Tiny-0.047.tar.gz



More information about the perl-devel mailing list