6.19 bump
This commit is contained in:
parent
213f09fda9
commit
4f3d00c8be
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/Net-HTTP-6.16.tar.gz
|
/Net-HTTP-6.16.tar.gz
|
||||||
/Net-HTTP-6.17.tar.gz
|
/Net-HTTP-6.17.tar.gz
|
||||||
/Net-HTTP-6.18.tar.gz
|
/Net-HTTP-6.18.tar.gz
|
||||||
|
/Net-HTTP-6.19.tar.gz
|
||||||
|
|||||||
@ -6,16 +6,16 @@
|
|||||||
%{bcond_without perl_Net_HTTP_enables_ssl}
|
%{bcond_without perl_Net_HTTP_enables_ssl}
|
||||||
|
|
||||||
Name: perl-Net-HTTP
|
Name: perl-Net-HTTP
|
||||||
Version: 6.18
|
Version: 6.19
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level HTTP connection (client)
|
Summary: Low-level HTTP connection (client)
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Net-HTTP
|
URL: https://metacpan.org/release/Net-HTTP
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(:VERSION) >= 5.6.2
|
BuildRequires: perl(:VERSION) >= 5.6.2
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
@ -70,11 +70,11 @@ and HTTP/1.1.
|
|||||||
%setup -q -n Net-HTTP-%{version}
|
%setup -q -n Net-HTTP-%{version}
|
||||||
|
|
||||||
%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=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -88,6 +88,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 17 2019 Petr Pisar <ppisar@redhat.com> - 6.19-1
|
||||||
|
- 6.19 bump
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.18-4
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.18-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Net-HTTP-6.18.tar.gz) = 89cf197c8717fd368a892b0d37efccb7c2aa46ece7851906282f33aa5a2105809fa0b917c56f94d217731568c20e2ff86eb455607d0bc24eb6d093c3fbab185d
|
SHA512 (Net-HTTP-6.19.tar.gz) = 85b139150d8608f7439ef2f975afe884c1f5220726d45603427510e39ad2003e20ea30ed1326b4ff20527c4e625262769a5abaa5ef320f1c26bf3f8eafc9cd1b
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user