|
|
@ -3,11 +3,11 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate curl-sys
|
|
|
|
%global crate curl-sys
|
|
|
|
%global upstream_version 0.4.33+curl-7.71.1
|
|
|
|
%global upstream_version 0.4.36+curl-7.71.1
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.4.33
|
|
|
|
Version: 0.4.36
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Native bindings to the libcurl library
|
|
|
|
Summary: Native bindings to the libcurl library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -18,6 +18,7 @@ Source: %{crates_source %{crate} %{upstream_version}}
|
|
|
|
# * Remove curl version from version field
|
|
|
|
# * Remove curl version from version field
|
|
|
|
# * No windows
|
|
|
|
# * No windows
|
|
|
|
# * Drop unused dependencies
|
|
|
|
# * Drop unused dependencies
|
|
|
|
|
|
|
|
# * No zlib-ng features
|
|
|
|
Patch0: curl-sys-fix-metadata.diff
|
|
|
|
Patch0: curl-sys-fix-metadata.diff
|
|
|
|
# Make static-curl/static-ssl features a noop, not for upstream
|
|
|
|
# Make static-curl/static-ssl features a noop, not for upstream
|
|
|
|
Patch0001: 0001-Make-static-curl-static-ssl-features-a-noop.patch
|
|
|
|
Patch0001: 0001-Make-static-curl-static-ssl-features-a-noop.patch
|
|
|
@ -178,6 +179,9 @@ echo 'pkgconfig(libcurl)'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.4.36-1
|
|
|
|
|
|
|
|
- Update to 0.4.36+curl-7.71.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.33-3
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.33-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|