Update to 0.4.22

epel9
Josh Stone 6 years ago
parent a142fce848
commit 82730ddcb9

1
.gitignore vendored

@ -6,3 +6,4 @@
/curl-0.4.18.crate
/curl-0.4.19.crate
/curl-0.4.20.crate
/curl-0.4.22.crate

@ -1,5 +1,5 @@
--- curl-0.4.19/Cargo.toml 1969-12-31T16:00:00-08:00
+++ curl-0.4.19/Cargo.toml 2018-11-09T17:44:15.757331-08:00
--- curl-0.4.22/Cargo.toml 1970-01-01T00:00:00+00:00
+++ curl-0.4.22/Cargo.toml 2019-06-03T17:41:26.142954+00:00
@@ -42,11 +42,8 @@
[features]
@ -12,13 +12,13 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
optional = true
@@ -54,13 +51,6 @@
@@ -54,13 +51,7 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9.33"
version = "0.9.43"
optional = true
-[target."cfg(target_env = \"msvc\")".dependencies.kernel32-sys]
-version = "0.2.2"
-
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
-version = "0.1.13"
-[target."cfg(windows)".dependencies.winapi]

@ -6,10 +6,11 @@
%global crate curl
Name: rust-%{crate}
Version: 0.4.20
Version: 0.4.22
Release: 1%{?dist}
Summary: Rust bindings to libcurl for making HTTP requests
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/curl
Source: %{crates_source}
@ -21,12 +22,10 @@ Patch0: curl-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(curl-sys) >= 0.4.17 with crate(curl-sys) < 0.5.0)
BuildRequires: (crate(curl-sys/http2) >= 0.4.17 with crate(curl-sys/http2) < 0.5.0)
BuildRequires: (crate(curl-sys/ssl) >= 0.4.17 with crate(curl-sys/ssl) < 0.5.0)
BuildRequires: (crate(curl-sys) >= 0.4.18 with crate(curl-sys) < 0.5.0)
BuildRequires: (crate(curl-sys/ssl) >= 0.4.18 with crate(curl-sys/ssl) < 0.5.0)
BuildRequires: (crate(libc/default) >= 0.2.42 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(openssl-probe/default) >= 0.1.2 with crate(openssl-probe/default) < 0.2.0)
BuildRequires: (crate(openssl-sys/default) >= 0.9.33 with crate(openssl-sys/default) < 0.10.0)
BuildRequires: (crate(socket2/default) >= 0.3.7 with crate(socket2/default) < 0.4.0)
%if %{with check}
BuildRequires: (crate(mio-extras/default) >= 2.0.3 with crate(mio-extras/default) < 3.0.0)
@ -129,6 +128,9 @@ which use "ssl" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.4.22-1
- Update to 0.4.22
* Thu Mar 14 2019 Josh Stone <jistone@redhat.com> - 0.4.20-1
- Update to 0.4.20

@ -1 +1 @@
SHA512 (curl-0.4.20.crate) = 0c6b00c184b6e5381740eee42f124b593beb3e35250794c4026779146b9560b71be9bdc7852c0ca35a4423f3e58e8cdbb9d2f1fcd0eb556424627a0bd9814c9e
SHA512 (curl-0.4.22.crate) = fef61fa4e62bd38704b63de31ba02ab076067e4c292838cab994a2e51ec5be03f66611bb2c52ed13f113bc188d5f3f9abb9c74af52c0fdfc9f59e513c214dc6b

Loading…
Cancel
Save