0.054 bump
This commit is contained in:
parent
ee3b418326
commit
e2d05d6248
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user