|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: %{majorver}.%{minorver}.%{patchver}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: A high-level cross-protocol url-grabber
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -102,6 +102,9 @@ export URLGRABBER_EXT_DOWN="%{_builddir}/%{pypi_name}-%{version}/scripts/urlgrab
|
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2019 Michal Domonkos <mdomonko@redhat.com> - 4.0.0-3
|
|
|
|
|
- Fix mirror parsing regression (rhbz#1710576)
|
|
|
|
|
- python3: fix urlgrabber-ext-down to pass correct options to pycurl
|
|
|
|
|