Update to 0.4.20

epel9
Josh Stone 6 years ago
parent da2532f3fc
commit a142fce848

1
.gitignore vendored

@ -5,3 +5,4 @@
/curl-0.4.17.crate /curl-0.4.17.crate
/curl-0.4.18.crate /curl-0.4.18.crate
/curl-0.4.19.crate /curl-0.4.19.crate
/curl-0.4.20.crate

@ -6,13 +6,13 @@
%global crate curl %global crate curl
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.19 Version: 0.4.20
Release: 2%{?dist} Release: 1%{?dist}
Summary: Rust bindings to libcurl for making HTTP requests Summary: Rust bindings to libcurl for making HTTP requests
License: MIT License: MIT
URL: https://crates.io/crates/curl URL: https://crates.io/crates/curl
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/osx # * No windows/osx
# * No static features # * No static features
@ -21,9 +21,9 @@ Patch0: curl-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(curl-sys) >= 0.4.15 with crate(curl-sys) < 0.5.0) BuildRequires: (crate(curl-sys) >= 0.4.17 with crate(curl-sys) < 0.5.0)
BuildRequires: (crate(curl-sys/http2) >= 0.4.15 with crate(curl-sys/http2) < 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.15 with crate(curl-sys/ssl) < 0.5.0) BuildRequires: (crate(curl-sys/ssl) >= 0.4.17 with crate(curl-sys/ssl) < 0.5.0)
BuildRequires: (crate(libc/default) >= 0.2.42 with crate(libc/default) < 0.3.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-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(openssl-sys/default) >= 0.9.33 with crate(openssl-sys/default) < 0.10.0)
@ -114,7 +114,7 @@ which use "ssl" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -129,6 +129,9 @@ which use "ssl" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 14 2019 Josh Stone <jistone@redhat.com> - 0.4.20-1
- Update to 0.4.20
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (curl-0.4.19.crate) = dbcd94b7695db392ed2ad6b3335c0a9bd3db29319cf301489d5f902f250917c64fe6cf51476f0f1873275ab6984df73c39b6b3be3a7f43faddfb692333b68588 SHA512 (curl-0.4.20.crate) = 0c6b00c184b6e5381740eee42f124b593beb3e35250794c4026779146b9560b71be9bdc7852c0ca35a4423f3e58e8cdbb9d2f1fcd0eb556424627a0bd9814c9e

Loading…
Cancel
Save