|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate curl-sys
|
|
|
|
%global crate curl-sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.4.12
|
|
|
|
Version: 0.4.13
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Native bindings to the libcurl library
|
|
|
|
Summary: Native bindings to the libcurl library
|
|
|
|
|
|
|
|
|
|
|
@ -14,6 +14,7 @@ URL: https://crates.io/crates/curl-sys
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * No windows
|
|
|
|
|
|
|
|
# * No "static" features
|
|
|
|
# * libnghttp2-sys is only needed for bundled curl
|
|
|
|
# * libnghttp2-sys is only needed for bundled curl
|
|
|
|
Patch0: curl-sys-fix-metadata.diff
|
|
|
|
Patch0: curl-sys-fix-metadata.diff
|
|
|
|
Patch1: curl-sys-remove-libnghttp2-sys.diff
|
|
|
|
Patch1: curl-sys-remove-libnghttp2-sys.diff
|
|
|
@ -66,6 +67,9 @@ rm -vrf curl
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.4.13-1
|
|
|
|
|
|
|
|
- Update to 0.4.13
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 20 2018 Josh Stone <jistone@redhat.com> - 0.4.12-1
|
|
|
|
* Thu Sep 20 2018 Josh Stone <jistone@redhat.com> - 0.4.12-1
|
|
|
|
- Update to 0.4.12
|
|
|
|
- Update to 0.4.12
|
|
|
|
|
|
|
|
|
|
|
|