0.036 bump
This commit is contained in:
parent
5c4ea1ebe0
commit
11cee991c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/HTTP-Tiny-0.033.tar.gz
|
||||
/HTTP-Tiny-0.034.tar.gz
|
||||
/HTTP-Tiny-0.035.tar.gz
|
||||
/HTTP-Tiny-0.036.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-HTTP-Tiny
|
||||
Version: 0.035
|
||||
Version: 0.036
|
||||
Release: 1%{?dist}
|
||||
Summary: Small, simple, correct HTTP/1.1 client
|
||||
License: GPL+ or Artistic
|
||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/HTTP-Tiny/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -72,6 +72,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2013 Petr Pisar <ppisar@redhat.com> - 0.036-1
|
||||
- 0.036 bump
|
||||
|
||||
* Wed Sep 11 2013 Petr Pisar <ppisar@redhat.com> - 0.035-1
|
||||
- 0.035 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user