0.054 bump

This commit is contained in:
Petr Písař 2015-02-02 15:13:25 +01:00
parent ee3b418326
commit e2d05d6248
4 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/HTTP-Tiny-0.050.tar.gz
/HTTP-Tiny-0.051.tar.gz
/HTTP-Tiny-0.053.tar.gz
/HTTP-Tiny-0.054.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-HTTP-Tiny
Version: 0.053
Version: 0.054
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
# Check for write failure, bug #1031096, refused by upstream,
# <https://github.com/chansen/p5-http-tiny/issues/32>
Patch0: HTTP-Tiny-0.051-Croak-on-failed-write-into-a-file.patch
Patch0: HTTP-Tiny-0.053-Croak-on-failed-write-into-a-file.patch
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
@ -72,11 +72,15 @@ find '%{buildroot}' -type f -name .packlist -exec rm -f {} \;
make test
%files
%doc Changes CONTRIBUTING.mkdn eg LICENSE README
%license LICENSE
%doc Changes CONTRIBUTING.mkdn eg README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Feb 02 2015 Petr Pisar <ppisar@redhat.com> - 0.054-1
- 0.054 bump
* Mon Dec 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.053-1
- 0.053 bump

View File

@ -1 +1 @@
613b11b9d1cd0fe031f0e846d39b6011 HTTP-Tiny-0.053.tar.gz
dd60201b1711519075618475c3f5fbe7 HTTP-Tiny-0.054.tar.gz