0.078 bump
This commit is contained in:
parent
ac469bec92
commit
5abad71e11
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/HTTP-Tiny-0.070.tar.gz
|
/HTTP-Tiny-0.070.tar.gz
|
||||||
/HTTP-Tiny-0.074.tar.gz
|
/HTTP-Tiny-0.074.tar.gz
|
||||||
/HTTP-Tiny-0.076.tar.gz
|
/HTTP-Tiny-0.076.tar.gz
|
||||||
|
/HTTP-Tiny-0.078.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-HTTP-Tiny
|
Name: perl-HTTP-Tiny
|
||||||
Version: 0.076
|
Version: 0.078
|
||||||
Release: 478%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Small, simple, correct HTTP/1.1 client
|
Summary: Small, simple, correct HTTP/1.1 client
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/HTTP-Tiny
|
URL: https://metacpan.org/release/HTTP-Tiny
|
||||||
@ -67,11 +67,11 @@ resumes after EINTR.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR='%{buildroot}'
|
%{make_install}
|
||||||
%{_fixperms} '%{buildroot}'/*
|
%{_fixperms} '%{buildroot}'/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -84,6 +84,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 03 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.078-1
|
||||||
|
- 0.078 bump
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.076-478
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.076-478
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (HTTP-Tiny-0.076.tar.gz) = c6703c1b46f5b02fdde1b51286d77ac1bb4f8e6bc5928fd237d68d284642e6afc1f8cbffec1af375b81e849f4c04e2fd6b40b5cf0663ea503c0e7308a5e35a0b
|
SHA512 (HTTP-Tiny-0.078.tar.gz) = fc719f7fb867f5318200b770809f1d8253e174f0d953155a2c30543a4a051c28b0940b5caaf9437a6769f58aa05274a41dbb920871809b49484b5ab6aec696db
|
||||||
|
Loading…
Reference in New Issue
Block a user