Update to 0.4.13

epel9
Josh Stone 6 years ago
parent d699011010
commit 12524115a5

1
.gitignore vendored

@ -9,3 +9,4 @@
/curl-sys-0.4.10.crate /curl-sys-0.4.10.crate
/curl-sys-0.4.11.crate /curl-sys-0.4.11.crate
/curl-sys-0.4.12.crate /curl-sys-0.4.12.crate
/curl-sys-0.4.13.crate

@ -1,5 +1,5 @@
--- curl-sys-0.4.9/Cargo.toml 1969-12-31T16:00:00-08:00 --- curl-sys-0.4.13/Cargo.toml 1969-12-31T16:00:00-08:00
+++ curl-sys-0.4.9/Cargo.toml 2018-09-13T13:07:27.619555-07:00 +++ curl-sys-0.4.13/Cargo.toml 2018-10-08T16:16:36.327892-07:00
@@ -28,10 +28,6 @@ @@ -28,10 +28,6 @@
[dependencies.libc] [dependencies.libc]
version = "0.2.2" version = "0.2.2"
@ -11,14 +11,18 @@
[dependencies.libz-sys] [dependencies.libz-sys]
version = "1.0.18" version = "1.0.18"
[build-dependencies.cc] [build-dependencies.cc]
@@ -41,14 +37,9 @@ @@ -42,18 +38,11 @@
version = "0.3.3"
[features] [features]
default = ["ssl"]
-http2 = ["libnghttp2-sys"] -http2 = ["libnghttp2-sys"]
+http2 = [] +http2 = []
ssl = ["openssl-sys"]
-static-curl = []
-static-ssl = ["openssl-sys/vendored"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9" version = "0.9"
optional = true
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2" -version = "0.2"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]

@ -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

@ -1 +1 @@
SHA512 (curl-sys-0.4.12.crate) = 3ddf0d9f5453fb943ac20cd42599e266c0dca7bf350c4abd673db2ce46e14462364a8503be79e5702e1ad773e244375ccd3d80cfd7f558513bb79cfdfc48ab7b SHA512 (curl-sys-0.4.13.crate) = a9376f7958340d904e6d29544f8737e150be193d9defc52a0b4407abeb6e0cc84f162aa6e5ca4b9411644c8bb6a0787a9416221182e69ab5536172712321eaa1

Loading…
Cancel
Save