Update to 0.4.33

epel9
Josh Stone 5 years ago
parent a441a97938
commit 3dc651906d

1
.gitignore vendored

@ -14,3 +14,4 @@
/curl-0.4.29.crate
/curl-0.4.30.crate
/curl-0.4.31.crate
/curl-0.4.33.crate

@ -1,6 +1,14 @@
--- curl-0.4.29/Cargo.toml 2020-04-29T16:03:08+00:00
+++ curl-0.4.29/Cargo.toml 2020-05-17T14:15:02.163607+00:00
@@ -57,12 +57,6 @@
--- curl-0.4.33/Cargo.toml 2020-08-19T05:24:59+00:00
+++ curl-0.4.33/Cargo.toml 2020-08-20T00:16:59.306449+00:00
@@ -59,7 +59,6 @@
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
static-curl = ["curl-sys/static-curl"]
static-ssl = ["curl-sys/static-ssl"]
-zlib-ng-compat = ["curl-sys/zlib-ng-compat", "static-curl"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
optional = true
@@ -67,12 +66,6 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9.43"
optional = true

@ -6,8 +6,8 @@
%global crate curl
Name: rust-%{crate}
Version: 0.4.31
Release: 3%{?dist}
Version: 0.4.33
Release: 1%{?dist}
Summary: Rust bindings to libcurl for making HTTP requests
# Upstream license specification: MIT
@ -16,6 +16,7 @@ URL: https://crates.io/crates/curl
Source: %{crates_source}
# Initial patched metadata
# * No windows/osx
# * No zlib-ng features
Patch0: curl-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -195,6 +196,9 @@ which use "static-ssl" feature of "%{crate}" crate.
%endif
%changelog
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.4.33-1
- Update to 0.4.33
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.31-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (curl-0.4.31.crate) = 3d0fea2625360d10d91e7b5ba5a6084e1475d5251c8823b9bf2624d688cec5e145a679bcd4cf7056f669dfcdc1f62d201a8c625cd7d216e8665a38e3faa0fea5
SHA512 (curl-0.4.33.crate) = 1b0ce46bf2b370150586db61081bf6945119867f05cf6c319a924a74375f1497dccfa0a3f1e92cf78a355167091d557886c54e26bd83814975149e41e28c25f4

Loading…
Cancel
Save